Skip to content

Releases: porscheinformatik/material-addons

19.0.10

08 Sep 09:54
756c32b

Choose a tag to compare

fix delete filter button for initial filterValue

19.0.9

12 Aug 08:22

Choose a tag to compare

v19.0.9

Change "label" input of readonly-form-field back to optional

19.0.8

11 Aug 13:32

Choose a tag to compare

ToolbarService: Added "addBackActionRoute" method to add a back action route with query parameters to the toolbar

Full Changelog: v19.0.7...v19.0.8

19.0.7

05 Aug 07:29
fdaf5ef

Choose a tag to compare

fix position of filter button in data table

19.0.6

24 Jul 07:37
574a6d6

Choose a tag to compare

Improve data table filter

19.0.5

21 May 14:42

Choose a tag to compare

fix: stepper error state color, css, add mat-error to stepper demo

19.0.4

07 Apr 10:59

Choose a tag to compare

Major: fix cdkObserveContent deadlock in Chromium >= 135 version

19.0.3

07 Apr 07:23
4bf4d9d

Choose a tag to compare

Fix Endless Loop in Readonly FormField

18.0.8

07 Apr 10:59

Choose a tag to compare

Major: fix cdkObserveContent deadlock in Chromium >= 135 version

18.0.7

07 Apr 09:28

Choose a tag to compare

Fix Endless Loop in Readonly FormField (#223)

https://angular.dev/api/core/AfterViewChecked

A callback method that is invoked immediately after the default change detector has completed one change-check cycle for a component's view.

Calling dedectChanges from within AfterViewChecked leads to a new callback on AfterViewChecked and thus the application gets stuck in a loop

(cherry picked from commit a2d1381be755371f77fe7344e712f465502f4413)