v7.0.0-beta.4
Pre-release
Pre-release
7.0.0-beta.4 (2022-10-17)
⚠ BREAKING CHANGES
- components/modals:
dynamicComponentService
is now a required parameter ofSkyModalService
. To address this change, provide thedynamicComponentService
wherever you are constructing theSkyModalService
or any mocks extending it for unit testing.
Features
- components/modals: make
dynamicComponentService
required inSkyModalService
constructor (#674) (c7c60f2)
Bug Fixes
- components/forms: use a label instead of a button as the wrapper (#687) (f2f2039)
- components/packages: remove forward slash to compat stylesheet in angular.json (#696) (5b7eb4b)
- sdk/testing: use default
axe-core
rules when running thetoBeAccessible
matcher (#681) (ed1b5bb)