Releases: allianz/ng-aquila
v10.3.0
v10.2.0
Bug Fixes
- letter-spacing token for extra-light accordion and comparison-table (59cf1f6)
- circle-toggle: group does not recognize toggle-button descendants (46f6dca)
- comparison-table: correct aria-colspan on toggle-section headers (e6c3740)
- comparison-table: remove doubled rowgroup role (c9160c1)
- link: new option for using an icon with no text (f01a7b6)
- modal: add border to container for high contrast (d13a73d)
- popover: allow closeOnClickOutside and manual trigger for modal (8684d31)
Features
v10.1.0
Bug Fixes
- formfield: add background to outline formfield (a42a695)
- formfield: change order of label and input in template (2016ff6)
- sidepanel: use box-shadow only for floating variant (4feb209)
- spinner: correct size of bobbles for small spinner (b252164)
- tabs: only show content focus when keyboard is used (eb94092)
Features
v10.0.0
10.0.0 (2020-09-15)
Highlights
Open source
The UI component library (now called ng-aquila
) is now open source 🎉. That brings some changes for internal projects but with the power of schematics all the necessary changes are automatically migrated.
Right-to-left support
We are introducing Right-to-left (RTL) Support into the library. We are confident that most components work pretty good but we greatly appreciate any feedback from right-to-left users.
You can change direction by adding dir="rtl"
to your HTML Element.
Bug fixes
- progress-indicator: fix upstream CdkStepper changes
- spinner: indicator color not visible
Features
- open source: open source the library
- theming: add opensource expert theme
- schematics: add upgrade schematics
- listen to changes of defaultOptions injectionTokens of components
- accordion: implement expert mobile styles
- button: add new plain button
- copytext: allow usage in all html elements
- icon: add essential icons and NdbxIconModule
- schematics: add ndbx icon module migration
- rtl: add right-to-left (RTL) support
- timefield: add new timefield component
BREAKING CHANGES
-
accordion: In order to change the border color of the tabs on mobile you have to overwrite both the tokens
accordion-regular-mobile-border-color
andaccordion-regular-mobile-border-separator-color
. Previously only the first one had to be changed. -
icon-registry:
getSvgIcon
is deprecated please usegetIcon
instead -
icon-registry:
registerFontClass
was removed and replaced byregisterFont