@egovernments/digit-ui-components 0.2.0-beta.41 → 0.2.0-beta.43
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 +12 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,18 @@ 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.423 - 2025-07-01
|
|
8
|
+
## Enhancements
|
|
9
|
+
- Added Citizen form composer to render based on routes
|
|
10
|
+
|
|
11
|
+
### [0.2.0-beta.42] - 2025-07-01
|
|
12
|
+
## Enhancements
|
|
13
|
+
- Added loader in tag
|
|
14
|
+
|
|
15
|
+
### [0.2.0-beta.41] - 2025-06-27
|
|
16
|
+
## Enhancements
|
|
17
|
+
- Fixed pagination issue in ResultsTableWrapper(for inboxSearchComposer)
|
|
18
|
+
|
|
7
19
|
### [0.2.0-beta.40] - 2025-06-24
|
|
8
20
|
## Enhancements
|
|
9
21
|
- Fixed pagination issue in inbox search composer
|