tocco-widget-bundle 0.1.125 → 0.1.127
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 +9 -0
- package/dist/address-update.js +1 -1
- package/dist/{chunk-240.53eabf18387b8ffa52c9.js → chunk-240.6a6eda552d79b5e32f32.js} +1 -1
- package/dist/docs-browser.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/job-application.js +6 -6
- package/dist/login.js +8 -8
- package/dist/mailing-list.js +2 -2
- package/dist/password-update.js +8 -8
- package/dist/personal-dms.js +2 -2
- package/dist/public-dms.js +2 -2
- package/dist/sso-login.js +1 -1
- 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/changelog.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
0.1.127
|
|
2
|
+
- fix phone edit
|
|
3
|
+
- fix widget code copy action
|
|
4
|
+
- fix datepicker input styling
|
|
5
|
+
|
|
6
|
+
0.1.126
|
|
7
|
+
- do not submit form on select item
|
|
8
|
+
- do not propagate and use default for enter key
|
|
9
|
+
|
|
1
10
|
0.1.125
|
|
2
11
|
- refactor errors in pseudo form fields
|
|
3
12
|
- refactor errors in event-registration-action
|