@egovernments/digit-ui-components 0.0.1-beta.27 → 0.0.1-beta.29

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 CHANGED
@@ -58,6 +58,8 @@ yarn storybook
58
58
  # Changelog
59
59
 
60
60
  ```bash
61
+ 0.0.1-beta.29 Added PopUp,Panels and Panel Cards
62
+ 0.0.1-beta.28 Added restrictSelection prop in MultiSelectDropdown
61
63
  0.0.1-beta.27 Added uploader variants and its CSS
62
64
  0.0.1-beta.26 Updated Toast Usage
63
65
  0.0.1-beta.25 Updated RemoveableTag component to have error
@@ -86,6 +88,21 @@ yarn storybook
86
88
  0.0.1 base version
87
89
  ```
88
90
 
91
+ ## [0.0.1-beta.28] - 2024-05-24
92
+
93
+ ### New Changes
94
+
95
+ - Added restrictSelection prop in Multiselectdropdown. If this is sent as true, it restricts any option to get selected.
96
+
97
+ - Usage:
98
+ ```jsx
99
+ <MultiSelectDropdown
100
+ restrictSelection={true}
101
+ />
102
+ ```
103
+
104
+
105
+
89
106
  ## [0.0.1-beta.22] - 2024-05-20
90
107
 
91
108
  ### Breaking Changes