Bug Fixes
BREAKING CHANGES
-
core: PanelComponent.expanded is now ModelSignal — programmatic reads require expanded(). PanelComponent.expandedChange is now OutputRef — programmatic subscriptions must use outputToObservable(panel.expandedChange). PanelComponent.panelContent is now Signal<PanelContentDirective | undefined> — access via panelContent(). PanelTitleDirective.id is now InputSignal — access via id(). Template bindings [(expanded)], [expanded], and (expandedChange) are unchanged.
-
refactor(core): signalify panel components
-
fix(core): use model for expanded field, update example
-
fix(core): remove Nullable