@egovernments/digit-ui-components 0.2.0-beta.1 → 0.2.0-beta.11
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 +32 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,37 @@ 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.11] - 2025-04-16
|
|
8
|
+
## Updates
|
|
9
|
+
- Added classname in header and subHeader
|
|
10
|
+
|
|
11
|
+
### [0.2.0-beta.8] - 2025-04-03
|
|
12
|
+
## Updates
|
|
13
|
+
- Version Update for stability
|
|
14
|
+
|
|
15
|
+
### [0.2.0-beta.7] - 2025-03-26
|
|
16
|
+
## Enhancements & New features
|
|
17
|
+
## Edit Row data within InboxSearchComposer within rows and with popups based on config
|
|
18
|
+
## Added customizers support i.e., we don't need to mention functions in UICustomizations.js we can directly mention within component level
|
|
19
|
+
|
|
20
|
+
### [0.2.0-beta.5] - 2025-03-26
|
|
21
|
+
## Fixes
|
|
22
|
+
- Fixed Tab Functionality in InboxSearchComposer
|
|
23
|
+
|
|
24
|
+
### [0.2.0-beta.3] - 2025-03-20
|
|
25
|
+
## Fixes
|
|
26
|
+
- Fixed multiple calls issue in InboxSearchLinks
|
|
27
|
+
- Fixed onSubmit function for FilterCard
|
|
28
|
+
|
|
29
|
+
### [0.2.0-beta.2] - 2025-03-13
|
|
30
|
+
## Enhancements
|
|
31
|
+
- Multiselect Dropdown now supports adding limit for chips and onClick function
|
|
32
|
+
|
|
33
|
+
## New Changes Added
|
|
34
|
+
- InboxSearchComposer now supports footer actions
|
|
35
|
+
- Updated the config structure for results table - inbox and search screens
|
|
36
|
+
|
|
37
|
+
|
|
7
38
|
## [0.2.0-beta.1] - 2025-03-06
|
|
8
39
|
## New Components Added
|
|
9
40
|
- ResultsDataTableWrapper and ResultsDataTable components were added
|
|
@@ -443,4 +474,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
443
474
|
- Dropdown Component.
|
|
444
475
|
- InfoCard Component.
|
|
445
476
|
- Toast.
|
|
446
|
-
- Input fields.
|
|
477
|
+
- Input fields.
|