Skip to content

Releases: allianz/ng-aquila

v16.9.0

20 Sep 14:32
Compare
Choose a tag to compare

File uploader new option to handle errors

We identified some problems with how the file type, max file size and max files validators are handled. These validators were added to the form control validators. But as they also block the files from being added to the file list this can lead to a situation where the control is invalid but it is not obvious for the user how to resolve that.
The mentioned validations can now be accessed via an errors property on the nx-file-uploader component. In addition you can disable that the validators are added to the form control validators by setting noBlockingValidators="true". This is opt-in as it would be a breaking change. You can find more information and updated examples in the file uploader documentation page.

Bug Fixes

  • ag-grid: add more icon mappings (8fee8a0)
  • data-display: correct font weight (d036d23)
  • datepicker: add close icon aria label (b971a2a)
  • docs: add nxModalTitle (12781f9)
  • error: add aria-hidden to the icon (0f899e3)
  • export themes and styles in package.json (3b5bc1d)
  • fileuploader: hide file list container (4b1fe2d)
  • mulit-select: add readonly (86013b1)
  • phone-input: allow leading zero for Italy (399cd9e)
  • tooltip: add retail (eb82e89)
  • tree: keyboard navigation (46448ea)
  • tree: use role tree, correct aria-level (a865a0d)

Features

  • file-uploader: provide new error list for blocking validations (d5f6b2e)

v16.8.0

31 Aug 14:41
Compare
Choose a tag to compare

Ag-grid theme

For complex data tables we are now providing a theme for ag-grid. We wanted to provide an early version and we are looking for feedback. Please try it out and let us know what you think.

Bug Fixes

  • ag-grid: resize handle, popup backgrounds (2a37a0e)
  • code-input: fix initial disabled state (b435621)
  • pagination: add font inherit (0de0306)

Features

  • ag-grid: provide theme for ag-grid (74ada8e)

v16.7.1

24 Aug 11:51
Compare
Choose a tag to compare

Bug Fixes

  • code-input: handle mobile keyboard clipboard pasting (bf095ee)
  • multi-select: select all with filter (b1af230)
  • slider: increase value label font-weight (ba1ea01)

v16.7.0

17 Aug 10:06
Compare
Choose a tag to compare

Bug Fixes

  • breadcrumbs: add hover to all variants (36b0c36)
  • stepper: show check mark when form disabled (f646b34)
  • tabs: mobileAccordion option not working with rxjs > 7.8.0 (9307ba0)

Features

  • modal: add modal status config (41705dd)

v16.6.0

03 Aug 12:22
Compare
Choose a tag to compare

Bug Fixes

  • footer: center align navigation items on mobile (d412e88)
  • iban-mask: set country code earlier on browser autofill (7c61a10)
  • list: change font weight of xsmall lists (bad4c27)
  • modal: revert back to old fullscreen css (94705a8)
  • nx-word, nxAutoResize: prevent runtime error (81ebd74)
  • popover: padding without close icon (bb1eeb7)
  • popover: prevent focusing for trigger type hover (25f5472)
  • update font version in docs (c330d6e)

Features

  • status-icon: add status icon component (854cbc5)

v16.5.0

27 Jul 11:04
Compare
Choose a tag to compare

Bug Fixes

  • popover: correct content padding and close icon size (5a4c54a)

Features

  • file-uploader: add option for stricter file type validation (37f6f32)
  • modal: add fullscreen config option (0edede7)

v16.4.1

20 Jul 10:38
Compare
Choose a tag to compare

Bug Fixes

  • comparison-table: tablet layout sticky on mobile (c6532ba)
  • formfield: correct optional label style (3f130cf)
  • message: increase the right padding (03d1879)
  • pagination: prevent a11y landmark duplication (d0748e6)
  • popover: change role for a11y landmark (6318c56)
  • popover: don't move focus and remove close button for trigger type hover (a6c5279)
  • table: add zebra color to sticky column (f5d071a)

v16.4.0

11 Jul 13:03
Compare
Choose a tag to compare

Grid bundle size reduction

The grid component created a lot of duplicate or unused css. We optimized this now which results in a parsed size reduction of around 50% and a compressed size reduction of around 33%. We removed some css classes that were there in code but were not used by any public API of the component. The classes affected are push-{tier}-{number} and pull-{tier}-{number}. If you have applied them manually please use some other mechanism like flexbox order instead.

Bug Fixes

  • button: prevent click bindings from firing on disabled anchor buttons (3d2ef2d)
  • datefield: allow NX_DATE_LOCALE to be provided in platformBrowserDynamic (2928f7a)
  • modal: scope modal style (b6e50a6)

Features

  • grid: improve css to reduce bundle size (b9789c4)
  • modal: add shouldClose api (1693766)

v16.3.1

30 Jun 14:16
Compare
Choose a tag to compare

16.3.1 (2023-06-30)

Bug Fixes

  • card: fix highlight background token (2a52654)
  • multi-select: add select all to keyboard nav (f101dbf)
  • multi-select: prevent incorrect sorting of the list when applying filter (ebe1381)
  • table: default sticky row background (f3acc02)

v16.3.0

21 Jun 14:47
Compare
Choose a tag to compare

16.3.0 (2023-06-21)

Bug Fixes

  • datepicker: have fallback for locale normalize format (294027a)
  • schematics: add workaround for nx workspaces (63c361b)

Features

  • table: table row maystick (7ea074a)