tocco-widget-bundle 3.14.16 → 3.14.18
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-55341.34ad7e5bb87ae6dcc510.js +1 -0
- package/dist/{chunk-actions.488642b1e081c0b7888b.js → chunk-actions.92dc0c914bd8b60c1aea.js} +1 -1
- package/dist/docs-browser.js +1 -1
- package/dist/education-portfolio.js +1 -1
- package/dist/entity-browser.js +1 -1
- package/dist/entity-dms.js +1 -1
- package/dist/evaluation-execution-participation.js +1 -1
- package/dist/event-registration.js +1 -1
- package/dist/function-mutation.js +1 -1
- package/dist/job-application.js +1 -1
- package/dist/login.js +1 -1
- package/dist/mailing-list.js +1 -1
- 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 +1 -1
- package/dist/user-availability.js +1 -1
- package/dist/user-grades.js +1 -1
- package/dist/wage-view.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-55341.d465a9e171e65c51ebc7.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
3.14.18
|
|
2
|
+
- shink to content also on narrow containers
|
|
3
|
+
|
|
4
|
+
3.14.17
|
|
5
|
+
- make new password fields editable and remove read only logic that is dependent on old password
|
|
6
|
+
- only show save button when new password is valid
|
|
7
|
+
- update jest tests after enabling new password fields
|
|
8
|
+
|
|
1
9
|
3.14.16
|
|
2
10
|
- fix payment provider action texts
|
|
3
11
|
|