All notable changes to this project will be documented in this file.
- Updated Vue version from 2 to 3
- Updated Storybook build from Webpack to Vite
- Changed Jest to Vitest
- Added SwPagination and DeviceHelperPlugin to public API
- Fix sw-tab emitting 'new-item-active' event
- Fix indeterminate state of
sw-checkbox
- Fixed broken
sw-text-field
inheritance option - Fixed missing bannerIndex property in
sw-banner
- Fixed
sw-select
single select behaviour
- Fixed wrong timezone handling in datepicker
- Fixed wrong bundling of UUID utils which don't work in browser
- Changed default font from Source-Sans-Pro to Inter
- Changed
visibleValues
computed property insw-select
to correctly display selected value for single select component.
- Updated Vue version to 2.7
- Updated Webpack in Storybook to version 5
- Changed drop-shadow to box-shadow in "sw-card" to improve performance in Safari