tocco-widget-bundle 0.1.94 → 0.1.96
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 +13 -0
- package/dist/address-update.js +2 -2
- package/dist/chunk-240.b7045b8e37149ae3a33d.js +1 -0
- package/dist/chunk-527.71cc214560b3e19601fe.js +1 -0
- package/dist/chunk-actions.369f55d524364c34e664.js +1 -0
- package/dist/chunk-vendor-icons.91b8670ec17a9e2cb797.js +1 -0
- package/dist/docs-browser.js +7 -7
- package/dist/entity-browser.js +7 -7
- package/dist/entity-dms.js +7 -7
- package/dist/event-registration.js +51 -0
- package/dist/login.js +9 -9
- package/dist/mailing-list.js +9 -9
- package/dist/password-update.js +9 -9
- package/dist/personal-dms.js +7 -7
- package/dist/public-dms.js +7 -7
- package/dist/sso-login.js +7 -7
- package/dist/stint-auction.js +9 -9
- package/dist/user-availability.js +2 -2
- package/dist/user-grades.js +2 -2
- package/dist/user-menu.js +7 -7
- package/dist/wage-view.js +2 -2
- package/package.json +2 -1
- package/dist/chunk-240.881e27ed2f94e6a3c23b.js +0 -1
- package/dist/chunk-527.b1406ce2236f91ca5cf3.js +0 -1
- package/dist/chunk-actions.8279f592e27fffda94b0.js +0 -1
- package/dist/chunk-vendor-icons.5c8d22e070b20cfe31de.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
0.1.96
|
|
2
|
+
- add detail for event the user is registering too
|
|
3
|
+
- render fields reached through an empty but writable path
|
|
4
|
+
- improve global styles
|
|
5
|
+
|
|
6
|
+
0.1.95
|
|
7
|
+
- use correct fonts for choices
|
|
8
|
+
- add modules
|
|
9
|
+
- use correct locale for login comp
|
|
10
|
+
- create custom event registration widget
|
|
11
|
+
- add event-registration widget
|
|
12
|
+
- add visibility status and hide after register
|
|
13
|
+
|
|
1
14
|
0.1.94
|
|
2
15
|
- harmonize spacing of breadcrumbs
|
|
3
16
|
|