@egovernments/digit-ui-components 0.2.0-beta.2 → 0.2.0-beta.20
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 +62 -1
- package/dist/index.js +1 -1
- package/package.json +6 -7
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,67 @@ 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.20] - 2025-05-29
|
|
8
|
+
## Enhancements
|
|
9
|
+
- Enhancement in InboxSearchComposer to accept custom row component
|
|
10
|
+
|
|
11
|
+
### [0.2.0-beta.19] - 2025-05-22
|
|
12
|
+
## Updates
|
|
13
|
+
- Added translation for filter card labels
|
|
14
|
+
|
|
15
|
+
### [0.2.0-beta.18] - 2025-05-20
|
|
16
|
+
## Updates
|
|
17
|
+
- Fixed logic issue is sidebar highlighting
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### [0.2.0-beta.17] - 2025-05-20
|
|
21
|
+
## Updates
|
|
22
|
+
- Added custom highlighting logic in sidebar for sandbox-ui
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### [0.2.0-beta.16] - 2025-05-19
|
|
26
|
+
## Updates
|
|
27
|
+
- Added url based highlighting in sidebar
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### [0.2.0-beta.14] - 2025-04-28
|
|
31
|
+
## Updates
|
|
32
|
+
- Added `BoundaryFilter` HOC component to enable hierarchical administrative boundary selection.
|
|
33
|
+
- Allowed standalone rendering of the `BoundaryFilter` component.
|
|
34
|
+
- Integrated `BoundaryFilter` into `FormComposer` and `InboxSearchComposer` for boundary-based filtering.
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### [0.2.0-beta.13] - 2025-04-24
|
|
38
|
+
## Updates
|
|
39
|
+
- CustomDropdown now supports MultiselectDropdown
|
|
40
|
+
- Added classname and styles for section subheader in form
|
|
41
|
+
- Removed unnecessary div if description orerror or charCount is not present
|
|
42
|
+
|
|
43
|
+
### [0.2.0-beta.12] - 2025-04-16
|
|
44
|
+
## Updates
|
|
45
|
+
- Fixed default data in form composer
|
|
46
|
+
|
|
47
|
+
### [0.2.0-beta.11] - 2025-04-16
|
|
48
|
+
## Updates
|
|
49
|
+
- Added classname in header and subHeader
|
|
50
|
+
|
|
51
|
+
### [0.2.0-beta.8] - 2025-04-03
|
|
52
|
+
## Updates
|
|
53
|
+
- Version Update for stability
|
|
54
|
+
|
|
55
|
+
### [0.2.0-beta.7] - 2025-03-26
|
|
56
|
+
## Enhancements & New features
|
|
57
|
+
## Edit Row data within InboxSearchComposer within rows and with popups based on config
|
|
58
|
+
## Added customizers support i.e., we don't need to mention functions in UICustomizations.js we can directly mention within component level
|
|
59
|
+
|
|
60
|
+
### [0.2.0-beta.5] - 2025-03-26
|
|
61
|
+
## Fixes
|
|
62
|
+
- Fixed Tab Functionality in InboxSearchComposer
|
|
63
|
+
|
|
64
|
+
### [0.2.0-beta.3] - 2025-03-20
|
|
65
|
+
## Fixes
|
|
66
|
+
- Fixed multiple calls issue in InboxSearchLinks
|
|
67
|
+
- Fixed onSubmit function for FilterCard
|
|
7
68
|
|
|
8
69
|
### [0.2.0-beta.2] - 2025-03-13
|
|
9
70
|
## Enhancements
|
|
@@ -453,4 +514,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
453
514
|
- Dropdown Component.
|
|
454
515
|
- InfoCard Component.
|
|
455
516
|
- Toast.
|
|
456
|
-
- Input fields.
|
|
517
|
+
- Input fields.
|