tocco-widget-bundle 0.1.76 → 0.1.78
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 +10 -0
- package/dist/address-update.js +2 -2
- package/dist/{chunk-662.ce56fcfac4849e22de3e.js → chunk-991.32d017da470afdf22bbf.js} +1 -1
- package/dist/chunk-vendor-fontawesome.2015ccaad6b2e43ba398.js +1 -0
- package/dist/docs-browser.js +2 -2
- package/dist/entity-browser.js +2 -2
- package/dist/entity-dms.js +2 -2
- package/dist/login.js +2 -2
- package/dist/mailing-list.js +2 -2
- package/dist/password-update.js +2 -2
- package/dist/personal-dms.js +2 -2
- package/dist/public-dms.js +2 -2
- package/dist/sso-login.js +7 -7
- package/dist/stint-auction.js +2 -2
- package/dist/user-availability.js +2 -2
- package/dist/user-grades.js +8 -8
- package/dist/user-menu.js +2 -2
- package/dist/wage-view.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-vendor-fontawesome.5b19b660607a2531d217.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
0.1.78
|
|
2
|
+
- add possibility to show reload prompt
|
|
3
|
+
- add prompt component
|
|
4
|
+
- show user confirmation on browser-routing
|
|
5
|
+
- show user confirmation without blur
|
|
6
|
+
- pass selection from url to fullscreen action
|
|
7
|
+
|
|
8
|
+
0.1.77
|
|
9
|
+
- user now gets new widget forms for personal-dms
|
|
10
|
+
|
|
1
11
|
0.1.76
|
|
2
12
|
- add back button
|
|
3
13
|
- use core back button
|