@egovernments/digit-ui-components 0.2.0-beta.1 → 0.2.0-beta.3
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 +15 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,20 @@ 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.3] - 2025-03-20
|
|
8
|
+
## Fixes
|
|
9
|
+
- Fixed multiple calls issue in InboxSearchLinks
|
|
10
|
+
- Fixed onSubmit function for FilterCard
|
|
11
|
+
|
|
12
|
+
### [0.2.0-beta.2] - 2025-03-13
|
|
13
|
+
## Enhancements
|
|
14
|
+
- Multiselect Dropdown now supports adding limit for chips and onClick function
|
|
15
|
+
|
|
16
|
+
## New Changes Added
|
|
17
|
+
- InboxSearchComposer now supports footer actions
|
|
18
|
+
- Updated the config structure for results table - inbox and search screens
|
|
19
|
+
|
|
20
|
+
|
|
7
21
|
## [0.2.0-beta.1] - 2025-03-06
|
|
8
22
|
## New Components Added
|
|
9
23
|
- ResultsDataTableWrapper and ResultsDataTable components were added
|
|
@@ -443,4 +457,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
443
457
|
- Dropdown Component.
|
|
444
458
|
- InfoCard Component.
|
|
445
459
|
- Toast.
|
|
446
|
-
- Input fields.
|
|
460
|
+
- Input fields.
|