tocco-widget-bundle 0.1.106 → 0.1.108
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 +8 -0
- package/dist/address-update.js +8 -8
- package/dist/chunk-240.d57adc9a7b6e62ad4be8.js +1 -0
- package/dist/chunk-378.63fa4ae0b8a17359e11e.js +1 -0
- package/dist/chunk-actions.14751dd25be38635754d.js +1 -0
- package/dist/{chunk-vendor-icons.0195cadd91480c40661b.js → chunk-vendor-icons.8e5b961c60a33b9eaa58.js} +1 -1
- package/dist/docs-browser.js +7 -7
- package/dist/entity-browser.js +7 -7
- package/dist/entity-dms.js +7 -7
- package/dist/event-registration.js +8 -8
- package/dist/login.js +3 -3
- package/dist/mailing-list.js +8 -8
- package/dist/password-update.js +3 -3
- package/dist/personal-dms.js +7 -7
- package/dist/public-dms.js +7 -7
- package/dist/sso-login.js +7 -7
- package/dist/stint-auction.js +8 -8
- package/dist/user-availability.js +8 -8
- package/dist/user-grades.js +2 -2
- package/dist/user-menu.js +7 -7
- package/dist/wage-view.js +8 -8
- package/package.json +1 -1
- package/dist/chunk-240.d6e4f5ec5630ac68cc35.js +0 -1
- package/dist/chunk-378.ca86047343a8488af9f8.js +0 -1
- package/dist/chunk-actions.e5bfe7a8e800d231972c.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
0.1.108
|
|
2
|
+
- fix bundling apps
|
|
3
|
+
|
|
4
|
+
0.1.107
|
|
5
|
+
- make yes button in YesNo client question work again
|
|
6
|
+
- re-init cache instead of clear cache
|
|
7
|
+
- fix caching and intl race condition
|
|
8
|
+
|
|
1
9
|
0.1.106
|
|
2
10
|
- navigate back to list when state is lost
|
|
3
11
|
- remove unnecessary usage of darken and lighten functions and use theme colors instead
|