Skip to content

Releases: porscheinformatik/clarity-addons

Release 5.0.0

04 Apr 10:33
Compare
Choose a tag to compare

Breaking Changes

Progress Spinner changed

The progress spinner is now a simple angular component instead of a directive. For usage please have a look at: Progress Spinner documentation

Flow bar step interface changed

The ClrFlowBarStep now expects an Observable of type 'string' as title instead of just a string. This is because translations are most commonly retrieved asynchronous.

Release 4.0.0

04 Apr 10:36
Compare
Choose a tag to compare

Breaking Changes

ProgressSpinner changed

The progress spinner was refactored so that it meets the specifications of a proper structural directive. There is a breaking change because it has now to be used with the * notation. Moreover the old implementation caused memory leaks. For usage please have a look at Progress Spinner documentation

Release 3.1.0

04 Apr 10:39
847e9bb
Compare
Choose a tag to compare

Breaking Changes

Technical redesign and extension of the Numeric field

The numeric field is now a directive instead of a component and got new input parameters to support displaying a unit next to the numeric value. See more information at Numeric field documentation

Release 3.0.0

04 Apr 10:42
7d17e20
Compare
Choose a tag to compare

Breaking Changes

Support for Clarity 1.0.0-beta.2

This release brings Clarity 1.0.0-beta.2 support. So read changelogs for both beta releases carefully.
beta.1
beta.2

Highlights:

  • Angular 7 support
  • New forms are renamed from ClrFormsNextModule to ClrFormsModule

Technical redesign for Treetable

As crucial datagrid functionality changed, treetable can't be used in conjunction with datagrid anymore. So it's a completely standalone component now. For more details and the new syntax please refer to the Treetable documentation