@egovernments/digit-ui-components 0.0.1-beta.20 → 0.0.1-beta.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -58,6 +58,7 @@ yarn storybook
|
|
|
58
58
|
# Changelog
|
|
59
59
|
|
|
60
60
|
```bash
|
|
61
|
+
0.0.1-beta.21 Added categorySelectAllState in the nestedmultiselect variant of multiselectdropdown
|
|
61
62
|
0.0.1-beta.20 updated multiselectdropdown categoryselectall functionality and added key navigation for dropdown options
|
|
62
63
|
0.0.1-beta.19 making CheckBox more customizable and adding custom color for Button
|
|
63
64
|
0.0.1-beta.18 updated dropdown option labels
|