You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,17 @@ The versioning of material-addons is based on the Angular version. The Angular v
31
31
32
32
_Hint: Changes marked as **visible change** directly affect your application during version upgrade. **Breaking**
33
33
requires your attention during upgrade._
34
-
34
+
-**19.0.8**: ToolbarService: Added "addBackActionRoute" method to add a back action route with query parameters to the toolbar
35
+
-**19.0.7**: fix position of filter button in data table
36
+
-**19.0.6**: Improve data table filter
35
37
-**19.0.5**: fix: stepper error state color, css, add mat-error to stepper demo
36
38
-**19.0.4**: Major: fix cdkObserveContent deadlock in Chromium >= 135 version
37
39
-**19.0.3**: Fix Endless Loop in Readonly FormField [#223](https://github.com/porscheinformatik/material-addons/pull/223)
38
40
-**19.0.2**: bugfix for version: fix dist output
39
41
-**19.0.0**: Upgrade to Angular 19
42
+
43
+
<details><summary>View older changelogs</summary>
44
+
40
45
-**18.0.8**: Major: fix cdkObserveContent deadlock in Chromium >= 135 version
41
46
-**18.0.7**: Fix Endless Loop in Readonly FormField [#223](https://github.com/porscheinformatik/material-addons/pull/223)
42
47
-**18.0.5**: FileUpload: Added additional param as 'removable' which allows user to remove file from fileList [#212](https://github.com/porscheinformatik/material-addons/pull/212)
@@ -74,9 +79,6 @@ requires your attention during upgrade._
74
79
-**breaking changes** - [#131 Upgrade to Angular 15 with MDC Components](https://github.com/porscheinformatik/material-addons/pull/131)
75
80
- This version requires your application to use Angular 15
76
81
- The framework is now based on Angular Material components using MDC (Material Design Components)
77
-
78
-
<details><summary>View older changelogs</summary>
79
-
80
82
-**14.1.6**: Show tooltips in toolbar action burger menu
81
83
-**14.1.4**: data-table fixes: action button became too small for tables with a lot of colums
82
84
-**14.1.x**: Fix Button Styling for Stepper and Quicklist: change "add" button in Quicklist to "Outline" Styling and "next" and "done" button in MatStepper to "Primary" Styling
0 commit comments