Skip to content

Releases: allianz/ng-aquila

v10.3.0

21 Oct 16:08
Compare
Choose a tag to compare

Besides the library updates we also improved the mobile behavior of the documentation and fixed the broken icons.

Bug Fixes

  • plain-button: remove browser focus outline (67bcb60)

Features

  • notification-panel: add new component (ef30e5c)
  • small-stage: introduce component (b0035b6)

v10.2.0

16 Oct 16:28
Compare
Choose a tag to compare

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

  • overlay-service: add new overlay service (9755de6)
  • typescript 4 support (#66) (c1330ad)
  • accordion: add extra light option (38b9652)

v10.1.0

29 Sep 14:17
Compare
Choose a tag to compare

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

  • button: add danger option (e38f563)
  • comparison-table: popular cell for mobile view (4e84871)
  • number-stepper: add inputs for aria-labels (90adcc7)
  • popover: new positioning logic ported from tooltip (9c8eb7d)
  • sidepanel: add component (a050365)
  • tooltip: new positions in fallback (9c2d3ef)

v10.0.0

18 Sep 11:08
Compare
Choose a tag to compare

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 and accordion-regular-mobile-border-separator-color. Previously only the first one had to be changed.

  • icon-registry: getSvgIcon is deprecated please use getIcon instead

  • icon-registry: registerFontClass was removed and replaced by registerFont