tocco-widget-bundle 0.1.118 → 0.1.120
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 +2 -2
- package/dist/chunk-240.44c63ef1267669da675d.js +1 -0
- package/dist/{chunk-actions.e96245af955e504da383.js → chunk-actions.f163fc0ee90c9cb26ff6.js} +1 -1
- package/dist/docs-browser.js +1 -1
- package/dist/entity-browser.js +1 -1
- package/dist/entity-dms.js +1 -1
- package/dist/event-registration.js +2 -2
- package/dist/login.js +1 -1
- package/dist/mailing-list.js +2 -2
- 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 +2 -2
- package/dist/wage-view.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-240.d8a7ca8b4f2b9f320c6c.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
0.1.120
|
|
2
|
+
- allow customization of validation messages
|
|
3
|
+
- add checkbox pseudo field helper
|
|
4
|
+
- use checkbox pseudo field for terms to use custom validation message
|
|
5
|
+
|
|
6
|
+
0.1.119
|
|
7
|
+
- show correct border-radius on panel header
|
|
8
|
+
- enforce css selectors for textarea
|
|
9
|
+
|
|
1
10
|
0.1.118
|
|
2
11
|
- improve navigation on login workflow
|
|
3
12
|
|