@egovernments/digit-ui-module-core 1.8.2-beta.2 → 1.8.2-beta.21
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 +31 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,34 @@
|
|
|
1
|
-
# Changelog
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## 1.8.2-beta.17
|
|
4
|
+
- Integrated new topbar,sidebar and hambuger
|
|
5
|
+
|
|
6
|
+
## 1.8.2-beta.12
|
|
7
|
+
- Updated the css
|
|
8
|
+
|
|
9
|
+
## 1.8.2-beta.11
|
|
10
|
+
- Changed the policy schema
|
|
11
|
+
|
|
12
|
+
## 1.8.2-beta.10
|
|
13
|
+
- Enchanced Privacy component for table of contents
|
|
14
|
+
|
|
15
|
+
## 1.8.2-beta.9
|
|
16
|
+
- Added classname for languageselection
|
|
17
|
+
|
|
18
|
+
## 1.8.2-beta.8
|
|
19
|
+
- Fixed header logout issue
|
|
20
|
+
|
|
21
|
+
## 1.8.2-beta.7
|
|
22
|
+
- Added privacy component in mdms
|
|
23
|
+
|
|
24
|
+
## 1.8.2-beta.6
|
|
25
|
+
- Fixed forgot password link
|
|
26
|
+
|
|
27
|
+
## 1.8.2-beta.5
|
|
28
|
+
- Added Privacy Component(Don't use beta.4 has issues)
|
|
29
|
+
|
|
30
|
+
## 1.8.2-beta.4
|
|
31
|
+
- Added Privacy Component
|
|
2
32
|
|
|
3
33
|
## 1.8.2-beta.2
|
|
4
34
|
- Updated LogoutDialog
|