@egovernments/digit-ui-components 0.0.1-beta.8 → 0.0.2-beta

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/CHANGELOG.md ADDED
@@ -0,0 +1,160 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+
8
+ ## [0.0.2] - 2024-06-03
9
+ - New components and enhancements for old components
10
+
11
+ ### New Changes
12
+
13
+ - Added Error Message Component.
14
+ - Added Info Button Component.
15
+ - Added Panels Component.
16
+ - Added Popup Component With Two Variants defualt and alert.
17
+ - Added RemoveableTag Component.
18
+ - Added Stepper Component.
19
+ - Added TextBlock Component.
20
+ - Added Timeline Component.
21
+ - Added Uploader Component With Three Varinats UploadFile,UploadPopup and UploadImage.
22
+ - Added PanelCard Molecule.
23
+
24
+ ### Enhancements
25
+
26
+ - Updated Button Component Styles.
27
+ - Updated Dropdown Component Styles and Added SelectAll Option.
28
+ - Updated InfoCard Component Styles.
29
+ - Added Animation for Toast.
30
+ - Added new prop named type for Toast replacing the separate props for `info`, `warning`, and `error`.
31
+ - Updated Typography with lineHeight
32
+ - Updated Color Typography
33
+
34
+ ## [0.0.1-beta.32] - YYYY-MM-DD
35
+ ### Changed
36
+ - Updated Panel Success Animation
37
+
38
+ ## [0.0.1-beta.31] - YYYY-MM-DD
39
+ ### Added
40
+ - New prop named `activeSteps` in Stepper
41
+
42
+ ## [0.0.1-beta.30] - YYYY-MM-DD
43
+ ### Changed
44
+ - Updated Panel Animation Styles
45
+
46
+ ## [0.0.1-beta.29] - YYYY-MM-DD
47
+ ### Added
48
+ - PopUp, Panels, and Panel Cards
49
+
50
+ ## [0.0.1-beta.28] - YYYY-MM-DD
51
+ ### Added
52
+ - `restrictSelection` prop in MultiSelectDropdown
53
+
54
+ ## [0.0.1-beta.27] - YYYY-MM-DD
55
+ ### Added
56
+ - Uploader variants and its CSS
57
+
58
+ ## [0.0.1-beta.26] - YYYY-MM-DD
59
+ ### Changed
60
+ - Updated Toast Usage
61
+
62
+ ## [0.0.1-beta.25] - YYYY-MM-DD
63
+ ### Changed
64
+ - Updated RemoveableTag component to have error
65
+
66
+ ## [0.0.1-beta.24] - YYYY-MM-DD
67
+ ### Changed
68
+ - Updated numeric type to disable input and use only buttons
69
+ - Made date and time fields clickable
70
+
71
+ ## [0.0.1-beta.23] - YYYY-MM-DD
72
+ ### Added
73
+ - New props `showIcon`, `truncateMessage`, and `maxLength` to ErrorMessage component
74
+
75
+ ## [0.0.1-beta.22] - YYYY-MM-DD
76
+ ### Changed
77
+ - `Toast` component now has a new prop `type`, replacing the separate props for `info`, `warning`, and `error`
78
+
79
+ ## [0.0.1-beta.21] - YYYY-MM-DD
80
+ ### Added
81
+ - `categorySelectAllState` in the nestedmultiselect variant of MultiSelectDropdown
82
+
83
+ ## [0.0.1-beta.20] - YYYY-MM-DD
84
+ ### Changed
85
+ - Updated MultiSelectDropdown `categoryselectall` functionality
86
+ - Added key navigation for dropdown options
87
+
88
+ ## [0.0.1-beta.19] - YYYY-MM-DD
89
+ ### Changed
90
+ - Made CheckBox more customizable
91
+ - Added custom color for Button
92
+
93
+ ## [0.0.1-beta.18] - YYYY-MM-DD
94
+ ### Changed
95
+ - Updated dropdown option labels
96
+
97
+ ## [0.0.1-beta.17] - YYYY-MM-DD
98
+ ### Changed
99
+ - Updated Toast info variant CSS
100
+ - Updated category option CSS
101
+
102
+ ## [0.0.1-beta.16] - YYYY-MM-DD
103
+ ### Added
104
+ - Error boundary atom
105
+
106
+ ## [0.0.1-beta.15] - YYYY-MM-DD
107
+ ### Added
108
+ - Info variant for Toast
109
+
110
+ ## [0.0.1-beta.14] - YYYY-MM-DD
111
+ ### Changed
112
+ - Updated dropdown options label to use `optionsKey`
113
+
114
+ ## [0.0.1-beta.13] - YYYY-MM-DD
115
+ ### Changed
116
+ - Updated nested and tree dropdown variant
117
+
118
+ ## [0.0.1-beta.12] - YYYY-MM-DD
119
+ ### Changed
120
+ - Enhancements of components
121
+
122
+ ## [0.0.1-beta.11] - YYYY-MM-DD
123
+ ### Changed
124
+ - Updated `mobilenumber` classname
125
+
126
+ ## [0.0.1-beta.10] - YYYY-MM-DD
127
+ ### Changed
128
+ - Updated header and textinput classnames
129
+
130
+ ## [0.0.1-beta.9] - YYYY-MM-DD
131
+ ### Changed
132
+ - Updated key to `IS_STRING_MANIPULATED`
133
+
134
+ ## [0.0.1-beta.8] - YYYY-MM-DD
135
+ ### Changed
136
+ - Updated the string manipulation based on `globalConfig` flag `isStringManipulated`
137
+
138
+ ## [0.0.1-beta.7] - YYYY-MM-DD
139
+ ### Changed
140
+ - Updated classnames
141
+
142
+ ## [0.0.1-beta.6] - YYYY-MM-DD
143
+ ### Changed
144
+ - Updated version
145
+
146
+ ## [0.0.1-beta.5] - YYYY-MM-DD
147
+ ### Changed
148
+ - Modified classnames
149
+
150
+ ## [0.0.1-beta.4] - YYYY-MM-DD
151
+ ### Fixed
152
+ - Fixed some date issues
153
+
154
+ ## [0.0.1] - 2024-03-22
155
+ ### Added Base version
156
+ - Button Component.
157
+ - Dropdown Component.
158
+ - InfoCard Component.
159
+ - Toast.
160
+ - Input fields.
package/README.md CHANGED
@@ -55,21 +55,72 @@ yarn storybook
55
55
  ```
56
56
 
57
57
 
58
- # Changelog
58
+ ## [0.0.1-beta.28] - 2024-05-24
59
59
 
60
- ```bash
61
- 0.0.1-beta.8 Updated the string manipulation based on globalConfig flag isStringManipulated
62
- 0.0.1-beta.7 updated classnames
63
- 0.0.1-beta.6 updated version
64
- 0.0.1-beta.5 modified classnames
65
- 0.0.1-beta.4 fixed some date issues
66
- 0.0.3 Added new components
67
- 0.0.1 base version
68
- ```
60
+ ### New Changes
61
+
62
+ - Added restrictSelection prop in Multiselectdropdown. If this is sent as true, it restricts any option to get selected.
63
+
64
+ - Usage:
65
+ ```jsx
66
+ <MultiSelectDropdown
67
+ restrictSelection={true}
68
+ />
69
+ ```
70
+
71
+
72
+
73
+ ## [0.0.1-beta.22] - 2024-05-20
74
+
75
+ ### Breaking Changes
76
+
77
+ - Toast Component: From this version of `ui-components`, the `Toast` component has a new prop named `type`, replacing the separate props for `info`, `warning`, and `error`.
78
+ - Old Usage:
79
+ ```jsx
80
+ <Toast info={true} label={"Info Toast"} />
81
+ <Toast warning="warning" label={"Warning Toast"}/>
82
+ <Toast error={true} label={"Error Toast"}/>
83
+ ```
84
+ - New Usage:
85
+ ```jsx
86
+ <Toast type="info" label={"Info Toast"} />
87
+ <Toast type="warning" label={"Warning Toast"} />
88
+ <Toast type="error" label={"Error Toast"} />
89
+ <Toast type="success" label={"Success Toast"} />
90
+ ```
91
+
92
+ ## Changelog
93
+
94
+ ### Summary for Version [0.0.2] - 2024-06-03
95
+
96
+ #### New Changes
97
+
98
+ - Added Error Message Component.
99
+ - Added Info Button Component.
100
+ - Added Panels Component.
101
+ - Added Popup Component with two variants: `default` and `alert`.
102
+ - Added RemoveableTag Component.
103
+ - Added Stepper Component.
104
+ - Added TextBlock Component.
105
+ - Added Timeline Component.
106
+ - Added Uploader Component with three variants: `UploadFile`, `UploadPopup`, and `UploadImage`.
107
+ - Added PanelCard Molecule.
108
+
109
+ #### Enhancements
110
+
111
+ - Updated Button Component Styles.
112
+ - Updated Dropdown Component Styles and added SelectAll Option.
113
+ - Updated InfoCard Component Styles.
114
+ - Added Animation for Toast.
115
+ - Added new prop `type` for Toast, replacing the separate props for `info`, `warning`, and `error`.
116
+ - Updated Typography with lineHeight.
117
+ - Updated Color Typography.
118
+
119
+ For a detailed changelog, see the [CHANGELOG.md](./CHANGELOG.md) file.
69
120
 
70
- ## Published from DIGIT Core
121
+ ## Published from DIGIT-UI-LIBRARIES
71
122
 
72
- Digit Core Repo (https://github.com/egovernments/Core-Platform/tree/digit-ui-core)
123
+ DIGIT-UI-LIBRARIES Repo (https://github.com/egovernments/DIGIT-UI-LIBRARIES/tree/master)
73
124
 
74
125
  # Contributors
75
126