tocco-widget-bundle 3.8.3 → 3.8.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/changelog.md +8 -0
- package/dist/address-update.js +1 -1
- package/dist/{chunk-240.98017ef50675583b16ab.js → chunk-240.d9921728ad8074fc4c8c.js} +1 -1
- package/dist/{chunk-44.a29275b3592772145981.js → chunk-44.f2e8580eb74ab00681f3.js} +1 -1
- package/dist/{chunk-actions.54e9c2e0421655b55c66.js → chunk-actions.4a7291befa5c1305bcae.js} +1 -1
- package/dist/docs-browser.js +1 -1
- package/dist/education-portfolio.js +2 -2
- package/dist/entity-browser.js +1 -1
- package/dist/entity-dms.js +1 -1
- package/dist/evaluation-execution-participation.js +2 -2
- package/dist/event-registration.js +2 -2
- package/dist/function-mutation.js +2 -2
- package/dist/job-application.js +1 -1
- package/dist/login.js +2 -2
- package/dist/mailing-list.js +2 -2
- package/dist/membership-registration.js +1 -1
- package/dist/password-update.js +1 -1
- package/dist/personal-dms.js +1 -1
- package/dist/public-dms.js +1 -1
- package/dist/stint-auction.js +2 -2
- package/dist/user-availability.js +2 -2
- package/dist/user-grades.js +7 -7
- package/dist/wage-view.js +2 -2
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
3.8.5
|
|
2
|
+
- load email template for non-admins as well
|
|
3
|
+
- remove obsolete padding around styled entity browser
|
|
4
|
+
- fix disabled textarea on safari
|
|
5
|
+
|
|
6
|
+
3.8.4
|
|
7
|
+
- fix menu menu links not opening in new tab when icon is clicked
|
|
8
|
+
|
|
1
9
|
3.8.3
|
|
2
10
|
- ignore default search filter if tql is passed
|
|
3
11
|
|