tocco-widget-bundle 3.8.5 → 3.8.7
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 +15 -0
- package/dist/address-update.js +1 -1
- package/dist/chunk-240.35915a877268618c175e.js +1 -0
- package/dist/{chunk-44.f2e8580eb74ab00681f3.js → chunk-44.2e2230b352644631bff2.js} +1 -1
- package/dist/{chunk-788.ca3c60f0335bbabab4e7.js → chunk-788.8dacec690d87c00e6cb9.js} +1 -1
- package/dist/chunk-actions.7a6d80825e8b6091a3af.js +1 -0
- package/dist/docs-browser.js +2 -2
- package/dist/education-portfolio.js +2 -2
- package/dist/entity-browser.js +2 -2
- package/dist/entity-dms.js +2 -2
- 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 +6 -6
- 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 +2 -2
- package/dist/personal-dms.js +2 -2
- package/dist/public-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 +1 -1
- package/dist/wage-view.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-240.d9921728ad8074fc4c8c.js +0 -1
- package/dist/chunk-actions.4a7291befa5c1305bcae.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
3.8.7
|
|
2
|
+
- fix disabled button and menu item styles
|
|
3
|
+
- fix broken prop types
|
|
4
|
+
- do not use array index in keys
|
|
5
|
+
- fix legacy styles being applied to status labels
|
|
6
|
+
|
|
7
|
+
3.8.6
|
|
8
|
+
- change fields separator
|
|
9
|
+
- change fields separator
|
|
10
|
+
- fix test for new separator
|
|
11
|
+
- make editableValueFactory work without formField
|
|
12
|
+
- create exam-edit
|
|
13
|
+
- add exam-edit action
|
|
14
|
+
- add exam-edit action
|
|
15
|
+
|
|
1
16
|
3.8.5
|
|
2
17
|
- load email template for non-admins as well
|
|
3
18
|
- remove obsolete padding around styled entity browser
|