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

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,164 @@
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
+ ## [0.0.2-beta.1] - 2024-06-04
8
+ ### Changed
9
+ - Updated Popup Classname
10
+ - Added InfoCard Header Classname
11
+
12
+ ## [0.0.2] - 2024-06-03
13
+ - New components and enhancements for old components
14
+
15
+ ### New Changes
16
+
17
+ - Added Error Message Component.
18
+ - Added Info Button Component.
19
+ - Added Panels Component.
20
+ - Added Popup Component With Two Variants defualt and alert.
21
+ - Added RemoveableTag Component.
22
+ - Added Stepper Component.
23
+ - Added TextBlock Component.
24
+ - Added Timeline Component.
25
+ - Added Uploader Component With Three Varinats UploadFile,UploadPopup and UploadImage.
26
+ - Added PanelCard Molecule.
27
+
28
+ ### Enhancements
29
+
30
+ - Updated Button Component Styles.
31
+ - Updated Dropdown Component Styles and Added SelectAll Option.
32
+ - Updated InfoCard Component Styles.
33
+ - Added Animation for Toast.
34
+ - Added new prop named type for Toast replacing the separate props for `info`, `warning`, and `error`.
35
+ - Updated Typography with lineHeight
36
+ - Updated Color Typography
37
+
38
+ ## [0.0.1-beta.32] - YYYY-MM-DD
39
+ ### Changed
40
+ - Updated Panel Success Animation
41
+
42
+ ## [0.0.1-beta.31] - YYYY-MM-DD
43
+ ### Added
44
+ - New prop named `activeSteps` in Stepper
45
+
46
+ ## [0.0.1-beta.30] - YYYY-MM-DD
47
+ ### Changed
48
+ - Updated Panel Animation Styles
49
+
50
+ ## [0.0.1-beta.29] - YYYY-MM-DD
51
+ ### Added
52
+ - PopUp, Panels, and Panel Cards
53
+
54
+ ## [0.0.1-beta.28] - YYYY-MM-DD
55
+ ### Added
56
+ - `restrictSelection` prop in MultiSelectDropdown
57
+
58
+ ## [0.0.1-beta.27] - YYYY-MM-DD
59
+ ### Added
60
+ - Uploader variants and its CSS
61
+
62
+ ## [0.0.1-beta.26] - YYYY-MM-DD
63
+ ### Changed
64
+ - Updated Toast Usage
65
+
66
+ ## [0.0.1-beta.25] - YYYY-MM-DD
67
+ ### Changed
68
+ - Updated RemoveableTag component to have error
69
+
70
+ ## [0.0.1-beta.24] - YYYY-MM-DD
71
+ ### Changed
72
+ - Updated numeric type to disable input and use only buttons
73
+ - Made date and time fields clickable
74
+
75
+ ## [0.0.1-beta.23] - YYYY-MM-DD
76
+ ### Added
77
+ - New props `showIcon`, `truncateMessage`, and `maxLength` to ErrorMessage component
78
+
79
+ ## [0.0.1-beta.22] - YYYY-MM-DD
80
+ ### Changed
81
+ - `Toast` component now has a new prop `type`, replacing the separate props for `info`, `warning`, and `error`
82
+
83
+ ## [0.0.1-beta.21] - YYYY-MM-DD
84
+ ### Added
85
+ - `categorySelectAllState` in the nestedmultiselect variant of MultiSelectDropdown
86
+
87
+ ## [0.0.1-beta.20] - YYYY-MM-DD
88
+ ### Changed
89
+ - Updated MultiSelectDropdown `categoryselectall` functionality
90
+ - Added key navigation for dropdown options
91
+
92
+ ## [0.0.1-beta.19] - YYYY-MM-DD
93
+ ### Changed
94
+ - Made CheckBox more customizable
95
+ - Added custom color for Button
96
+
97
+ ## [0.0.1-beta.18] - YYYY-MM-DD
98
+ ### Changed
99
+ - Updated dropdown option labels
100
+
101
+ ## [0.0.1-beta.17] - YYYY-MM-DD
102
+ ### Changed
103
+ - Updated Toast info variant CSS
104
+ - Updated category option CSS
105
+
106
+ ## [0.0.1-beta.16] - YYYY-MM-DD
107
+ ### Added
108
+ - Error boundary atom
109
+
110
+ ## [0.0.1-beta.15] - YYYY-MM-DD
111
+ ### Added
112
+ - Info variant for Toast
113
+
114
+ ## [0.0.1-beta.14] - YYYY-MM-DD
115
+ ### Changed
116
+ - Updated dropdown options label to use `optionsKey`
117
+
118
+ ## [0.0.1-beta.13] - YYYY-MM-DD
119
+ ### Changed
120
+ - Updated nested and tree dropdown variant
121
+
122
+ ## [0.0.1-beta.12] - YYYY-MM-DD
123
+ ### Changed
124
+ - Enhancements of components
125
+
126
+ ## [0.0.1-beta.11] - YYYY-MM-DD
127
+ ### Changed
128
+ - Updated `mobilenumber` classname
129
+
130
+ ## [0.0.1-beta.10] - YYYY-MM-DD
131
+ ### Changed
132
+ - Updated header and textinput classnames
133
+
134
+ ## [0.0.1-beta.9] - YYYY-MM-DD
135
+ ### Changed
136
+ - Updated key to `IS_STRING_MANIPULATED`
137
+
138
+ ## [0.0.1-beta.8] - YYYY-MM-DD
139
+ ### Changed
140
+ - Updated the string manipulation based on `globalConfig` flag `isStringManipulated`
141
+
142
+ ## [0.0.1-beta.7] - YYYY-MM-DD
143
+ ### Changed
144
+ - Updated classnames
145
+
146
+ ## [0.0.1-beta.6] - YYYY-MM-DD
147
+ ### Changed
148
+ - Updated version
149
+
150
+ ## [0.0.1-beta.5] - YYYY-MM-DD
151
+ ### Changed
152
+ - Modified classnames
153
+
154
+ ## [0.0.1-beta.4] - YYYY-MM-DD
155
+ ### Fixed
156
+ - Fixed some date issues
157
+
158
+ ## [0.0.1] - 2024-03-22
159
+ ### Added Base version
160
+ - Button Component.
161
+ - Dropdown Component.
162
+ - InfoCard Component.
163
+ - Toast.
164
+ - Input fields.
package/README.md CHANGED
@@ -55,22 +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.9 updated key to IS_STRING_MANIPULATED
62
- 0.0.1-beta.8 Updated the string manipulation based on globalConfig flag isStringManipulated
63
- 0.0.1-beta.7 updated classnames
64
- 0.0.1-beta.6 updated version
65
- 0.0.1-beta.5 modified classnames
66
- 0.0.1-beta.4 fixed some date issues
67
- 0.0.3 Added new components
68
- 0.0.1 base version
69
- ```
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.
70
120
 
71
- ## Published from DIGIT Core
121
+ ## Published from DIGIT-UI-LIBRARIES
72
122
 
73
- 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)
74
124
 
75
125
  # Contributors
76
126