Releases: vmware-clarity/ng-clarity
Releases · vmware-clarity/ng-clarity
v12.0.14
12.0.14 (2022-04-18)
Bug Fixes
- datepicker 'days' row is not set as table header (9b6388e)
- dropdown: icon trigger alignment with label (cf795f8), closes #36
- navigation: a11y focus trap when navigation is open in responsive mode (1ce653a)
- navigation: add aria-hidden attributes to hidden elements (41d31ab)
- password: add screen-reader only text for password (03cadeb)
- the show columns dialog contains an implicit heading vpat-795 (0a86258)
- vertical-nav: use sr-only css for collapsed link text (4db12f7)
- wizard: move wizard focus after page change (eca8efd)
v13.1.0
13.1.0 (2022-04-13)
Bug Fixes
- datagrid: do not run change detection when the datagrid height is recomputed (df4dda1)
- datagrid: do not run change detection when the input is focused asynchronously (ac0cbc5)
- datagrid: do not run change detection when the input is focused asynchronously (24841a1)
- datagrid: the show columns dialog contains an implicit heading (66f4dd1)
- drag-and-drop: do not run change detection on
selectstart
events (2ff2a9c) - dropdown: icon trigger alignment with label (64e27d7), closes #36
- modal: disconnect the resize observer once the modal body is removed (b95729e)
- navigation: a11y focus trap when navigation is open in responsive mode (af6c44c)
- navigation: add aria-hidden attributes to hidden elements (25a0827)
- popover: cleanup subscriptions within the
DropdownFocusHandler
(6ea37a8) - popover: remove the click listener once the popover content is removed (d4352c6)
- popover: run change detection only when the
Esc
is clicked (144947b) - popover: update public api (06c328a)
- provide a way to change placeholder and aria-label for builtin filters (56e9196)
- stack-view: cleanup subscription within the
StackControl
(8ebf7c5) - tree-view: fix enter/space key interaction with open parent tree nodes (7f1b954)
- vertical-nav: use sr-only css for collapsed link text (aa64691)
Features
- focus: do not run change detection on
focusout
event (ed1bdda) - implement the
ClrDestroyService
to reduce subscription boilerplate (add6bde) - layout: do not setup
click
listener on the[clrVerticalNavLink]
and do not run change detection unnecessary (e7fda54) - virtual-scroll: mark
scroll
listener as passive (458d82f)
v13.0.3
13.0.3 (2022-03-17)
Bug Fixes
- angular:popover: popover position left on smaller screens (a62a285)
- card: improve demo a11y of clr-ui cards (98536ad)
- date-picker: add aria-label to datepicker popup (32899be)
- date-picker: add role="dialog" to datepicker popup (87972ea)
- date-picker: add role="modal" to datepicker popup (8f23359)
- date-picker: better denote selected date (11a75f6)
- header: improve aria attrs for responsive header (043ba80)
- button: icon color in disabled buttons (cd4423f)
- stack-view: improve a11y of stackview component (bdebf3e)
- tabs: remove unnecessary aria-expanded (9e1e55f)
- tree-view: execute expand on enter and enter (971cc27)
- tree-view: putting outline back on navigation trees (2527117)
- ui: sass variable assignment (ee11f4c)
- wizard: improve wizard aria-labelledby (05050bd), closes #4683
- wizard: modal-content was not expanding vertically (16660df)
v12.0.13
12.0.13 (2022-03-17)
Bug Fixes
- angular:vertical-nav: navgroup togglebtn a11y (e44f64c)
- date-picker: add aria-label to datepicker popup (f8006a1)
- date-picker: add role="dialog" to datepicker popup (5f8bf81)
- date-picker: add role="modal" to datepicker popup (2c950e2)
- date-picker: better denote selected date (a2175e8)
- stack-view: improve a11y of stackview component (76463e3), closes #6733
- tabs: remove unnecessary aria-expanded (3cfe210)
- ui: sass variable assignment (26ec1b2)
- wizard: modal-content was not expanding vertically (bab5977)