v2.1.0-0
Pre-release
Pre-release
2.1.0-0 (2021-05-07)
Highlights
- New components added to library for metric values input and verification code input, namely
VerificationCodeInput
andMetricInput
. Enzyme
testing library is removed from project, now our test cases are using react-testing-library and jest only.
Breaking changes
NA
Migration guide
NA
Deprecations
NA
Features
- Adds new component VerificationCodeInput for verification code input. (6ec9218)
- Adds new component MetricInput for verification code input. (5632589)
Fixes
- Radio component css issue fixed. (b904977)
- Checkbox component css issue fixed. (d503651)
- Sorting of story titles in left navigation menu on storybook fixed for parent level menus. (d10d451)
- Enzyme is completely removed from library and snapshots are updated accordingly. (d511f73)
Improvements
- Text component's subtle variant color updated. (32d2fe9)
- Button component's button size for large icons updated. (65b100c)
Documentation
- Stories of
VerticalNav
component updated according to updated documentation and features. (87c5955) - Stories of
Dropdown
component updated according to updated documentation and features. (7032956) - Stories of
Toast
component updated according to updated documentation and features. (b9e20b7) - Stories of
Switch
component updated according to updated documentation and features. (c66e5e5)