Skip to content

Releases: blackbaud/skyux

v7.0.0-beta.17

17 Nov 20:09
83b865b

Choose a tag to compare

v7.0.0-beta.17 Pre-release
Pre-release

7.0.0-beta.17 (2022-11-17)

Bug Fixes

  • components/ag-grid: remove const from enum SkyCellClass (#844) (4dcfa1e)
  • components/packages: remove package before installing it to prevent duplicates (#839) (89a990f)

v7.0.0-beta.16

17 Nov 00:43
71069cd

Choose a tag to compare

v7.0.0-beta.16 Pre-release
Pre-release

7.0.0-beta.16 (2022-11-16)

Bug Fixes

v7.0.0-beta.15

16 Nov 19:52
9eb99a5

Choose a tag to compare

v7.0.0-beta.15 Pre-release
Pre-release

7.0.0-beta.15 (2022-11-16)

Features

  • components/popovers: improve dropdown styling (#818) (da10e69)

v7.0.0-beta.14

16 Nov 12:14
225762d

Choose a tag to compare

v7.0.0-beta.14 Pre-release
Pre-release

7.0.0-beta.14 (2022-11-15)

Features

  • sdk/testing: add support for axe-core@^4.5.2 (#822) (095509a)

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 ariaLabelledBy for 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

10 Nov 18:54
ed7d2b4

Choose a tag to compare

v7.0.0-beta.13 Pre-release
Pre-release

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 url valdation function when called with validation options (#809) (dc8b6e4)

v7.0.0-beta.12

07 Nov 17:26
ea50a7d

Choose a tag to compare

v7.0.0-beta.12 Pre-release
Pre-release

7.0.0-beta.12 (2022-11-07)

⚠ BREAKING CHANGES

  • components/ag-grid: upgrade to AG Grid 28, which includes breaking changes

Features

  • components/ag-grid: upgrade to AG Grid 28 (#617) (2c1e2ad)

v7.0.0-beta.11

04 Nov 21:20
c5cd603

Choose a tag to compare

v7.0.0-beta.11 Pre-release
Pre-release

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 preserveWhiteSpace is true (#786) (b001bea)

v6.25.2

04 Nov 15:46
ca8c65c

Choose a tag to compare

6.25.2 (2022-11-04)

Bug Fixes

  • components/forms: allow toggle label to wrap (#777) (a3ff4b7)

v7.0.0-beta.10

01 Nov 20:34
e8c5de8

Choose a tag to compare

v7.0.0-beta.10 Pre-release
Pre-release

7.0.0-beta.10 (2022-11-01)

⚠ BREAKING CHANGES

  • components/forms: The radio component's radioType input was set to a type of string, but it really only accepts a handful of known string values. These values are represented by the new SkyRadioType string union. This might cause problems if you are setting the radioType input to a type of string in 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 radioType input 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 moment only if @skyux/datetime is a dependency (#743) (11484e4)

v7.0.0-beta.9

25 Oct 15:18
f2f4ad3

Choose a tag to compare

v7.0.0-beta.9 Pre-release
Pre-release

7.0.0-beta.9 (2022-10-25)

⚠ BREAKING CHANGES

  • components/forms: use EventEmitter for 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 EventEmitter for radio component outputs (#732) (0b717db)
  • components/layout: allow strict templates to use backToTop directive without square brackets (#737) (9f3e890)
  • components/packages: recognize leading tilde and relative paths when fixing SCSS imports (#735) (30e9817)