@egovernments/digit-ui-components 0.0.1-beta.2 → 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 +19 -0
- package/dist/index.js +1 -1
- package/package.json +6 -3
package/README.md
CHANGED
|
@@ -58,6 +58,25 @@ yarn storybook
|
|
|
58
58
|
# Changelog
|
|
59
59
|
|
|
60
60
|
```bash
|
|
61
|
+
0.0.1-beta.21 Added categorySelectAllState in the nestedmultiselect variant of multiselectdropdown
|
|
62
|
+
0.0.1-beta.20 updated multiselectdropdown categoryselectall functionality and added key navigation for dropdown options
|
|
63
|
+
0.0.1-beta.19 making CheckBox more customizable and adding custom color for Button
|
|
64
|
+
0.0.1-beta.18 updated dropdown option labels
|
|
65
|
+
0.0.1-beta.17 updated toast info varinat css and category option css
|
|
66
|
+
0.0.1-beta.16 added erroe boundary atom
|
|
67
|
+
0.0.1-beta.15 added info varinat for toast
|
|
68
|
+
0.0.1-beta.14 updated dropdown options label to use optionsKey
|
|
69
|
+
0.0.1-beta.13 nested and tree dropdown varinat updated
|
|
70
|
+
0.0.1-beta.12 enhancements of components
|
|
71
|
+
0.0.1-beta.11 updated mobilenumber classname
|
|
72
|
+
0.0.1-beta.10 updated header and textinput classnames
|
|
73
|
+
0.0.1-beta.9 updated key to IS_STRING_MANIPULATED
|
|
74
|
+
0.0.1-beta.8 Updated the string manipulation based on globalConfig flag isStringManipulated
|
|
75
|
+
0.0.1-beta.7 updated classnames
|
|
76
|
+
0.0.1-beta.6 updated version
|
|
77
|
+
0.0.1-beta.5 modified classnames
|
|
78
|
+
0.0.1-beta.4 fixed some date issues
|
|
79
|
+
0.0.3 Added new components
|
|
61
80
|
0.0.1 base version
|
|
62
81
|
```
|
|
63
82
|
|