tocco-widget-bundle 0.1.53 → 0.1.55
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 +2 -2
- package/dist/chunk-607.1f20ca318c4ce92e3d0a.js +19 -0
- package/dist/chunk-actions.e9338b2157dbab91d9b1.js +1 -0
- package/dist/{chunk-html-editor.de1aa9d3349886caab02.js → chunk-html-editor.55256d1454d315650392.js} +1 -1
- package/dist/{chunk-vendor-icons.5f009a5d367d31669a60.js → chunk-vendor-icons.e5b79ce77d204de79a3c.js} +1 -1
- package/dist/docs-browser.js +2 -2
- package/dist/entity-browser.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/sso-login.js +2 -2
- package/dist/stint-auction.js +2 -2
- package/dist/user-availability.js +2 -2
- package/dist/user-grades.js +2 -2
- package/dist/user-menu.js +2 -2
- package/dist/wage-view.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-611.baffe880b59110d7742b.js +0 -7
- package/dist/chunk-701.88ca86abd92e4e3adde7.js +0 -13
- package/dist/chunk-actions.8e82ad4a33c08d80ee97.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
0.1.55
|
|
2
|
+
- do not use unnecessary generator function
|
|
3
|
+
- use Icon component in LoadingSpinner
|
|
4
|
+
- replace values of readonly input fields with loading spinner while the update request is processing
|
|
5
|
+
|
|
6
|
+
0.1.54
|
|
7
|
+
- add missing setInputEnvs
|
|
8
|
+
|
|
1
9
|
0.1.53
|
|
2
10
|
- move component specific event handlers
|
|
3
11
|
- pass redirectUri for sso logins in widgets
|