Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Latest commit

 

History

History
53 lines (30 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

53 lines (30 loc) · 1.18 KB

Changelog

All notable changes to this project will be documented in this file.

[3.0.0] - 16.02.2024

  • Updated Vue version from 2 to 3
  • Updated Storybook build from Webpack to Vite
  • Changed Jest to Vitest

[2.2.0] - 17.10.2023

  • Added SwPagination and DeviceHelperPlugin to public API
  • Fix sw-tab emitting 'new-item-active' event

[2.1.2] - 06.09.2023

  • Fix indeterminate state of sw-checkbox

[2.1.1] - 26.04.2023

  • Fixed broken sw-text-field inheritance option
  • Fixed missing bannerIndex property in sw-banner
  • Fixed sw-select single select behaviour

[2.1.0] - 21.03.2023

  • Fixed wrong timezone handling in datepicker

[2.0.1] - 25.01.2022

  • Fixed wrong bundling of UUID utils which don't work in browser

[2.0.0] - 09.01.2022

BREAKING CHANGES

  • Changed default font from Source-Sans-Pro to Inter

[1.0.2] - 30.12.2022

Changed

  • Changed visibleValues computed property in sw-select to correctly display selected value for single select component.

BREAKING CHANGES

  • Updated Vue version to 2.7

Changed

  • Updated Webpack in Storybook to version 5
  • Changed drop-shadow to box-shadow in "sw-card" to improve performance in Safari