ZvView and IZvViewDataSource now use signals to update the component's state.
19.0.0
Angular 19 upgrade.
18.1.3
table: Sort selectbox does not show sorted column after reload.
18.1.2
table: Fix isHiddenFn not being respected for table action submenus.
18.0.3
dialog-wrapper: Fix gap between actions buttons.form-field: Fix padding of checkboxes and radio groups.header: Fix margins and introduce --zv-header-margin-bottom css variable.
18.0.0
Angular 18 upgrade.SCSS: @include comp.zvoove-components-theme($theme); was renamed to @include comp.zvoove-components-m2-theme($theme); and @include comp.zvoove-components-theme($theme); is now the m3 variant.IZvButton: color names are different for m3 theme (primary, secondary, tertiary, error).zv-button: New button component, which enables changing of the type dynamically. Only use it if you actually need this.Everything is standalone now.Standalone components have their "Component" suffix removed.Standalone Directives have their "Directive" suffix removed.select: Use provideSelectService instead of ZvSelectModule.forRoot().form: Use provideFormService instead of ZvFormBaseModule.forRoot().
17.7.0
Table: ZvTableSettingsService has now a preferSortDropdown property, which sets the global default. This defaults to false now.
17.6.0
Table: Header sorting can be enabled by setting [preferSortDropdown]="false" and not providing any [sortDefinitions].Table: Fixes casing of some i18n keys. BREAKING CHANGE please see general setup for up to date list of keys.Table: (page) output is deprecated now, use the datasource to detect paginations
17.5.0
Table is now converted to standalone.ZvTableModule is now a array of all public table components instead of a real module. If you just used it for importing, then it should be backwards compatible.
17.4.0
'property' input of zv-table-column is now required
17.3.0
Table moved to i18n. See general setup for available i18n tags.