tocco-admin 1.0.24 → 1.0.25
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 +8 -0
- package/dist/{chunk-143.4cfd9642b3a86921b58a.js → chunk-143.2625e54f8916cfa248e7.js} +2 -2
- package/dist/{chunk-143.4cfd9642b3a86921b58a.js.map → chunk-143.2625e54f8916cfa248e7.js.map} +1 -1
- package/dist/chunk-361.83c5ca3b4a9ef72d9f38.js +2 -0
- package/dist/chunk-361.83c5ca3b4a9ef72d9f38.js.map +1 -0
- package/dist/chunk-383.905721754c713c2b0724.js +2 -0
- package/dist/chunk-383.905721754c713c2b0724.js.map +1 -0
- package/dist/{chunk-598.1ee78c40032bc1cf4888.js → chunk-489.7e80823c7d6355c4af4c.js} +3 -3
- package/dist/chunk-489.7e80823c7d6355c4af4c.js.map +1 -0
- package/dist/{chunk-813.68f180e56bbc2c131c34.js → chunk-498.2d36d2290220191ff926.js} +6 -6
- package/dist/chunk-498.2d36d2290220191ff926.js.map +1 -0
- package/dist/chunk-701.f1eb70b68c4f4e032899.js +14 -0
- package/dist/chunk-701.f1eb70b68c4f4e032899.js.map +1 -0
- package/dist/chunk-actions.b040238523926b05c625.js +2 -0
- package/dist/chunk-actions.b040238523926b05c625.js.map +1 -0
- package/dist/chunk-code-editor.0679d0fb560a87149e84.js +2 -0
- package/dist/chunk-code-editor.0679d0fb560a87149e84.js.map +1 -0
- package/dist/{chunk-vendor-fontawesome.e4d10ee02dd0e55d08da.js → chunk-vendor-fontawesome.19259210f52981998d80.js} +1 -1
- package/dist/chunk-vendor-icons.062ada4576f215b9ccea.js +1 -0
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
- package/dist/chunk-383.66a8a5f88f50a32b5def.js +0 -2
- package/dist/chunk-383.66a8a5f88f50a32b5def.js.map +0 -1
- package/dist/chunk-598.1ee78c40032bc1cf4888.js.map +0 -1
- package/dist/chunk-701.44da972f972b420781dc.js +0 -14
- package/dist/chunk-701.44da972f972b420781dc.js.map +0 -1
- package/dist/chunk-813.68f180e56bbc2c131c34.js.map +0 -1
- package/dist/chunk-846.ee749a524f47e3ed648b.js +0 -2
- package/dist/chunk-846.ee749a524f47e3ed648b.js.map +0 -1
- package/dist/chunk-actions.3f17557b9d8e63131321.js +0 -2
- package/dist/chunk-actions.3f17557b9d8e63131321.js.map +0 -1
- package/dist/chunk-code-editor.164a6a298ee50f68767b.js +0 -2
- package/dist/chunk-code-editor.164a6a298ee50f68767b.js.map +0 -1
- package/dist/chunk-vendor-icons.cce3ad8fe21a6de3d0b4.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
1.0.25
|
|
2
|
+
- fix ignored first input click
|
|
3
|
+
- update range values properly
|
|
4
|
+
- constrain tether to parent element to prevent z-index problems inside modal
|
|
5
|
+
- replace old legacy export with new action
|
|
6
|
+
- use bolt-lightning as bolt icon
|
|
7
|
+
- tql autocompletion now displays localized labels in suggestions
|
|
8
|
+
|
|
1
9
|
1.0.24
|
|
2
10
|
- update react-tether dependency and change Menu.js to new method
|
|
3
11
|
- remove react-split-pane dependency as we already have a library called react-split with almost the same features and us it instead
|