@egovernments/digit-ui-module-core 1.8.0-beta.3 → 1.8.0-beta.5
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/README.md +5 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -65,10 +65,15 @@ with
|
|
|
65
65
|
# Changelog
|
|
66
66
|
|
|
67
67
|
```bash
|
|
68
|
+
1.8.0-beta.5 fix for login screen alignments
|
|
69
|
+
1.8.0-beta.4 made the default localisation in globalconfig
|
|
68
70
|
1.8.0-beta workbench base version beta release
|
|
69
71
|
1.7.0 urban 2.9
|
|
70
72
|
1.6.0 urban 2.8
|
|
71
73
|
1.5.43 redirection issue fix incase of no roles in selected city
|
|
74
|
+
1.5.46 added classname for topbar options dropdown.
|
|
75
|
+
1.5.45 aligment issue in edit and logout
|
|
76
|
+
1.5.44 updated login scss and alignment issues
|
|
72
77
|
1.5.42 fixed the mdms call in login component for dynamic updating
|
|
73
78
|
1.5.41 updated the readme content
|
|
74
79
|
1.5.40 Updated the login componenet to handle mdms config, which can be accessed from master - commonUiConfig and module - LoginConfig
|