@egovernments/digit-ui-components 0.2.0-beta.63 → 0.2.0-beta.65
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 +8 -0
- package/README.md +8 -6
- package/dist/index.js +1 -1
- package/package.json +6 -4
- package/dist/index.css +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
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
6
|
|
|
7
|
+
### [0.2.0-beta.65] - 2025-08-20
|
|
8
|
+
## Added Dependent Field Wrapper and Filter
|
|
9
|
+
- Added documentation
|
|
10
|
+
|
|
11
|
+
### [0.2.0-beta.64] - 2025-08-05
|
|
12
|
+
## Enhancement
|
|
13
|
+
- Added documentation
|
|
14
|
+
|
|
7
15
|
### [0.2.0-beta.63] - 2025-08-05
|
|
8
16
|
## Enhancement
|
|
9
17
|
- Submit button tag fixed
|
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ frontend/micro-ui/web/package.json
|
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
```json
|
|
25
|
-
"@egovernments/digit-ui-components":"0.0
|
|
25
|
+
"@egovernments/digit-ui-components":"0.2.0",
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
then navigate to App.js
|
|
@@ -88,9 +88,9 @@ yarn storybook
|
|
|
88
88
|
|
|
89
89
|
## Changelog
|
|
90
90
|
|
|
91
|
-
### Summary for Version [0.0
|
|
91
|
+
### Summary for Version [0.2.0] - 2024-06-03
|
|
92
92
|
|
|
93
|
-
#### New Changes
|
|
93
|
+
#### New Changes (0.2.0)
|
|
94
94
|
|
|
95
95
|
- Added Error Message Component.
|
|
96
96
|
- Added Info Button Component.
|
|
@@ -117,11 +117,11 @@ For a detailed changelog, see the [CHANGELOG.md](./CHANGELOG.md) file.
|
|
|
117
117
|
|
|
118
118
|
## Published from DIGIT-UI-LIBRARIES
|
|
119
119
|
|
|
120
|
-
DIGIT-UI-LIBRARIES Repo (https://github.com/egovernments/DIGIT-UI-LIBRARIES/tree/
|
|
120
|
+
DIGIT-UI-LIBRARIES Repo (https://github.com/egovernments/DIGIT-UI-LIBRARIES/tree/develop)
|
|
121
121
|
|
|
122
122
|
# Contributors
|
|
123
123
|
|
|
124
|
-
[nabeelmd-egov] [bhavya-eGov] [nipunarora-eGov] [
|
|
124
|
+
[swathi-egov] [nabeelmd-egov] [bhavya-eGov] [nipunarora-eGov] [tulika-egov] [jagankumar-egov]
|
|
125
125
|
|
|
126
126
|
# Reference
|
|
127
127
|
|
|
@@ -129,9 +129,11 @@ Storybook (https://unified-dev.digit.org/storybook/)
|
|
|
129
129
|
|
|
130
130
|
Documentation (https://core.digit.org/guides/developer-guide/ui-developer-guide/digit-ui/ui-components-standardisation/digit-ui-components0.2.0)
|
|
131
131
|
|
|
132
|
+
Also here, see the [DOCUMENTATION.md](./DOCUMENTATION.md) file.
|
|
133
|
+
|
|
134
|
+
|
|
132
135
|
## License
|
|
133
136
|
|
|
134
137
|
MIT © [jagankumar-egov](https://github.com/jagankumar-egov)
|
|
135
138
|
|
|
136
139
|

|
|
137
|
-
|