Releases: blackbaud/skyux
Releases · blackbaud/skyux
v7.0.0-beta.17
7.0.0-beta.17 (2022-11-17)
Bug Fixes
v7.0.0-beta.16
v7.0.0-beta.15
v7.0.0-beta.14
7.0.0-beta.14 (2022-11-15)
Features
Bug Fixes
- adjust typescript exports and remove core-js imports (#820) (79c5989)
- components/data-manager: mark for check when isActive changes (#810) (cf72fec)
- components/errors: set
ariaLabelledByfor error modals to satisfy accessibility rules (#819) (ec7311a) - components/forms: allow character count indicator and limit to be set in either order (#826) (9b013f9)
- components/tabs: use 'aria-owns' to satisfy accessibility rules for vertical tab and sectioned form components (#815) (e5e3ac7)
v7.0.0-beta.13
7.0.0-beta.13 (2022-11-10)
Features
- components/core: add ability to provide a parent injector when constructing components via the
SkyDynamicComponentService(#793) (5b3fefa)
Bug Fixes
- adjust typescript imports to work on case sensitive filesystem (#804) (abec058)
- components/forms: constrain input box textarea height to prevent text overlapping with label (#796) (502a2c2)
- components/indicators: use attribute binding on the tokens component to avoid duplicate 'role' values (#803) (a48e94d)
- components/tabs: address accessibility violations in tabset component (#806) (08ba3cf)
- components/text-editor: escape merge field attribute values (#797) (5632dbd)
- components/validation: correct return type for static
urlvaldation function when called with validation options (#809) (dc8b6e4)
v7.0.0-beta.12
7.0.0-beta.12 (2022-11-07)
⚠ BREAKING CHANGES
- components/ag-grid: upgrade to AG Grid 28, which includes breaking changes
Features
v7.0.0-beta.11
7.0.0-beta.11 (2022-11-04)
Features
- components/ag-grid: add inline help support using custom header components (#787) (809bac6)
- components/lists: show sort button caret on small screens (#774) (2be4513)
Bug Fixes
- components/angular-tree-component: replace aria-owns with adjustments to the tree node markup (#758) (beb0a21)
- components/forms: allow toggle label to wrap (#777) (#789) (1deaa9c)
- components/indicators: adjust help inline margin to 5 px (#780) (08f1487)
- components/layout: remove bottom margin from description lists (#767) (ed9994b)
- components/modals: remove leading and trailing whitespace from confirm elements when
preserveWhiteSpaceistrue(#786) (b001bea)
v6.25.2
v7.0.0-beta.10
7.0.0-beta.10 (2022-11-01)
⚠ BREAKING CHANGES
- components/forms: The radio component's
radioTypeinput was set to a type ofstring, but it really only accepts a handful of known string values. These values are represented by the newSkyRadioTypestring union. This might cause problems if you are setting theradioTypeinput to a type ofstringin your consuming component's class.
Features
- components/autonumeric: change autonumeric from a dependency to a peer dependency (#741) (b1e4706)
- components/forms: change radio component's
radioTypeinput property to be more strongly typed (34e9332) - sdk/testing: change axe-core from a dependency to a peer dependency (#746) (bbef42a)
Bug Fixes
- components/ag-grid: remove aria-label from currency cell renderer (#750) (1343d3d)
- components/indicators: use role 'grid' for tokens component (#712) (774eb3d)
- components/lists: use 'grid' role for selectable repeaters (#751) (64a4c86)
- components/packages: install
momentonly if@skyux/datetimeis a dependency (#743) (11484e4)
v7.0.0-beta.9
7.0.0-beta.9 (2022-10-25)
⚠ BREAKING CHANGES
- components/forms: use
EventEmitterfor radio component outputs (#732) - components/errors: Unit tests that expect this extra whitespace will need to be updated.
Bug Fixes
- components/errors: remove extra whitespace around error description (#733) (3644555)
- components/forms: use
EventEmitterfor radio component outputs (#732) (0b717db) - components/layout: allow strict templates to use
backToTopdirective without square brackets (#737) (9f3e890) - components/packages: recognize leading tilde and relative paths when fixing SCSS imports (#735) (30e9817)