tocco-widget-bundle 0.1.81 → 0.1.82
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 +6 -0
- package/dist/address-update.js +2 -2
- package/dist/{chunk-344.a720ba258b448c951826.js → chunk-344.5bd4c0f994e9d18a9a36.js} +1 -1
- package/dist/chunk-code-editor.53f87324a9cdf768c2d6.js +1 -0
- package/dist/{chunk-docs-actions.d42ea952b1ec57a85301.js → chunk-docs-actions.c19d1868951fd5cda927.js} +1 -1
- package/dist/{chunk-vendor-fontawesome.0511dfe351f933686667.js → chunk-vendor-fontawesome.a0cda93a7c309e205cee.js} +1 -1
- package/dist/chunk-vendor-icons.4a69c534e5e408a17e0f.js +1 -0
- package/dist/docs-browser.js +2 -2
- package/dist/entity-browser.js +2 -2
- package/dist/entity-dms.js +7 -7
- package/dist/login.js +2 -2
- package/dist/mailing-list.js +9 -9
- package/dist/password-update.js +2 -2
- package/dist/personal-dms.js +2 -2
- package/dist/public-dms.js +7 -7
- package/dist/sso-login.js +2 -2
- package/dist/stint-auction.js +2 -2
- package/dist/user-availability.js +2 -2
- package/dist/user-grades.js +9 -9
- package/dist/user-menu.js +2 -2
- package/dist/wage-view.js +9 -9
- package/package.json +1 -1
- package/dist/chunk-code-editor.8fe39c4f543e15f132e5.js +0 -1
- package/dist/chunk-vendor-icons.2fff975b6a92278d8a47.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
0.1.82
|
|
2
|
+
- add autoFocusOnMount prop to ace editor to set focus manually since the useAutoFocus hook is not working in this case
|
|
3
|
+
- replace range type icons with generic icon and harmonize alignment to improve UX
|
|
4
|
+
- fix modal position in widget context and use vh units
|
|
5
|
+
- add feature to save number of rows as user preference in entity list
|
|
6
|
+
|
|
1
7
|
0.1.81
|
|
2
8
|
- add visibility status code copy action
|
|
3
9
|
- rename onStateChange to onVisibilityStatusChange
|