@egovernments/digit-ui-components 0.0.2-beta.64 → 0.0.2-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 +11 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,17 @@ 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.0.2-beta.65] - 2025-01-27
|
|
8
|
+
### New Changes
|
|
9
|
+
- ViewCard is renamed as SummaryCard
|
|
10
|
+
- ViewCardFieldPair is renamed as SummaryCardFieldPair
|
|
11
|
+
- Header is renamed as HeaderComponent
|
|
12
|
+
- TopBar is renamed as Header
|
|
13
|
+
- Hamburger is renamed as HamburgerButton
|
|
14
|
+
- MobileSideNav is renamed as Hamburger
|
|
15
|
+
- LoaderScreen Component is removed
|
|
16
|
+
- LoaderComponent is renamed as Loader
|
|
17
|
+
|
|
7
18
|
## [0.0.2-beta.60] - 2024-12-26
|
|
8
19
|
### New Changes
|
|
9
20
|
- SelectionCard Component is renamed as SelectionTag Component
|