tocco-widget-bundle 0.1.45 → 0.1.47
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 +14 -9
- package/dist/chunk-718.dd708ae43376a26aa7ac.js +6 -0
- package/dist/{chunk-actions.d8d135c92be9cac192a4.js → chunk-actions.e838eea230e86bfb01ca.js} +1 -1
- package/dist/chunk-html-editor.83b1f3590f3d5e476536.js +1 -0
- package/dist/chunk-vendor-icons.14a004cc376c17f08467.js +1 -0
- package/dist/docs-browser.js +2 -2
- package/dist/entity-browser.js +2 -2
- package/dist/mailing-list.js +14 -9
- package/dist/stint-auction.js +14 -9
- package/dist/user-availability.js +14 -9
- package/dist/user-grades.js +14 -9
- package/dist/wage-view.js +14 -9
- package/package.json +1 -1
- package/dist/chunk-534.9642da130dae994f4135.js +0 -1
- package/dist/chunk-568.71a3d0ad9eb894ded72b.js +0 -6
- package/dist/chunk-html-editor.4105e48bc8745f00a517.js +0 -1
- package/dist/chunk-vendor-icons.ebfebd53c28714caaf54.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
0.1.47
|
|
2
|
+
- use back button in main action bar
|
|
3
|
+
|
|
4
|
+
0.1.46
|
|
5
|
+
- improve responsiveness of table component
|
|
6
|
+
- datepicker keyboard handling
|
|
7
|
+
- do not lazy load datepicker
|
|
8
|
+
- autofocus datepickers
|
|
9
|
+
|
|
1
10
|
0.1.45
|
|
2
11
|
- add helpers to remove fields from forms
|
|
3
12
|
- create user-grades widget
|