v2.7.0
Highlights
Breaking changes
NA
Migration guide
NA
Deprecations
- Button: appearance "success" is deprecated, please use "primary" (375c9ae)
- Fileuploader component is deprecated, please use Dropzone type="tight" (c5d8ef4)
- Toast: appearance "default" is deprecated, please use "info" (d589cf6)
- Message: appearance "default" is deprecated, please use "info" (3cd5442)
Features
- Option to use custom search placeholder in Dropdown search input (9fcb2b6)
- Adds keyboard interactions in Dropzone component. (8541a26)
- Adds subinfo option when checkbox is true Dropdown (96a581a)
- Adds transition to switch component (f8cbba7)
- Transition in sidesheet component added (8c61ef0)
Fixes
- fix: updates docpage for stories without components exported (d513810)
- fix(storybook): update package json file to fix storybook docs page (149f8ec)
- fix(InputMask): fixes issue with fast input (4d1f833)
- fix(switch): add styling for hover and active state (3a54a93)
- Button re-rendering issue is fixed, which was sometimes causing button to be clicked twice. (6b46d66)
- FileList truncates long file names now. (0c2a07b)
- Breadcrumbs separator color updated. (5b88f5c)
- Fixed loader issue when Table has nested rows. (f41f7f9)
Improvements
- Added transitions to fullscreenModal component (98cac85)
- Selected state for a disabled chips is now visible (c619c57)
Documentation
- Example for custom header in sidesheet added (edc300c)
- Input examples (stories) are interactive now (ead1674)
- add npm ci command to use package.lock freezed versions on CI environments on github actions (621d093)
- updates versions of dev dependencies for security issues (3c3d528)
- adds manual release workflow (e31559d)