tocco-legacy-bundle 3.15.47 → 3.15.49
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/{chunk-26528.e24755ac009d44ec9740.js → chunk-26528.7dd5c46146acd7f0d0cc.js} +1 -1
- package/dist/{chunk-44417.c0d5d1ac8c4d7fa56221.js → chunk-44417.c799be12a32a55b10e84.js} +1 -1
- package/dist/chunk-61447.ccf7f569bb9145aaa4c1.js +1 -0
- package/dist/chunk-72969.45be7d9b4adcc1048332.js +19 -0
- package/dist/{chunk-7668.d63411f5cb391b30ca68.js → chunk-7668.1fc2f762bff0d4498486.js} +1 -1
- package/dist/{chunk-86275.5e8a6616e29114b1aa11.js → chunk-86275.094b7e8f435a45a21e19.js} +1 -1
- package/dist/chunk-91051.5c240cd175f8a6252677.js +1 -0
- package/dist/{chunk-actions.899f884fc339ef61b4d9.js → chunk-actions.3b507c8f8fa005f88e3f.js} +1 -1
- package/dist/{chunk-docs-actions.5f147cfaa18fe51365ce.js → chunk-docs-actions.fac90e47daa873b68ae4.js} +1 -1
- package/dist/chunk-vendor-icons.06146b04d52672170c14.js +1 -0
- package/dist/docs-browser.js +9 -9
- package/dist/entity-browser.js +3 -3
- package/dist/login.js +7 -7
- package/dist/password-update.js +7 -7
- package/dist/sso-login.js +4 -4
- package/package.json +1 -1
- package/dist/chunk-35418.64dd21c510cce90ca3ad.js +0 -1
- package/dist/chunk-72969.1dbf6be22775932e6b3b.js +0 -19
- package/dist/chunk-91051.57d4d74d44dca5dfc069.js +0 -1
- package/dist/chunk-vendor-icons.e780947761a11b27baae.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
3.15.49
|
|
2
|
+
- fix button heights
|
|
3
|
+
- fix datepicker value deletion issue
|
|
4
|
+
- add react-datepicker year selection workaround
|
|
5
|
+
- fix module questions
|
|
6
|
+
- remove GlobalStyles from ModalContent to prevent removal when new Modal is rendered
|
|
7
|
+
- add GlobalModalStyles to global styles
|
|
8
|
+
|
|
9
|
+
3.15.48
|
|
10
|
+
- add view layout toggle button
|
|
11
|
+
- add sorting button
|
|
12
|
+
- improve widget button styling
|
|
13
|
+
|
|
1
14
|
3.15.47
|
|
2
15
|
- add CKEditor workaround for Firefox 148+
|
|
3
16
|
|