tocco-devcon 1.0.0-hotfix30.2 → 1.0.0-hotfix30.6
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 +14 -0
- package/dist/{chunk-215.302862378a8eee4d848d.js → chunk-215.e9e287572d296e0473ce.js} +1 -2
- package/dist/{chunk-669.954c33f9a5ab2308c891.js → chunk-669.b0ccab14fa902fac7178.js} +1 -2
- package/dist/{chunk-683.45883ff79fe7d0d5e9d5.js → chunk-683.59b5398dc41d58d5c53a.js} +1 -2
- package/dist/{chunk-696.33fee2cf81aaa80bb858.js → chunk-696.d0011c1c4be3ff8608e0.js} +1 -2
- package/dist/{chunk-759.38554a24e16976ab5bde.js → chunk-759.c894f2cb2220cf98eaca.js} +1 -2
- package/dist/chunk-82.236e66c7f01a1140043d.js +1 -0
- package/dist/{chunk-code-editor.4dde2e3645e58ca82e3e.js → chunk-code-editor.2fc4c7b43f21057ca54b.js} +1 -2
- package/dist/{chunk-vendor-fontawesome.bc8329be58ad7e3da108.js → chunk-vendor-fontawesome.9a03993f19f95f6a4794.js} +1 -1
- package/dist/index.js +3 -4
- package/package.json +1 -1
- package/dist/chunk-215.302862378a8eee4d848d.js.map +0 -1
- package/dist/chunk-669.954c33f9a5ab2308c891.js.map +0 -1
- package/dist/chunk-683.45883ff79fe7d0d5e9d5.js.map +0 -1
- package/dist/chunk-696.33fee2cf81aaa80bb858.js.map +0 -1
- package/dist/chunk-759.38554a24e16976ab5bde.js.map +0 -1
- package/dist/chunk-82.6eb272111961b1f1437f.js +0 -2
- package/dist/chunk-82.6eb272111961b1f1437f.js.map +0 -1
- package/dist/chunk-code-editor.4dde2e3645e58ca82e3e.js.map +0 -1
- package/dist/index.js.map +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
1.0.0-hotfix30.6
|
|
2
|
+
- validation errors fixed for location fields
|
|
3
|
+
|
|
4
|
+
1.0.0-hotfix30.5
|
|
5
|
+
- fix flicker in Firefox on panel hovers
|
|
6
|
+
|
|
7
|
+
1.0.0-hotfix30.4
|
|
8
|
+
- do not execute injected JS in html field
|
|
9
|
+
- no styles allowed in rendered HTML
|
|
10
|
+
|
|
11
|
+
1.0.0-hotfix30.3
|
|
12
|
+
- register more icons
|
|
13
|
+
- open downloadable file in new tab to avoid errors
|
|
14
|
+
|
|
1
15
|
1.0.0-hotfix30.2
|
|
2
16
|
- register more icons
|
|
3
17
|
- change notification title and refactor NotificationCenter
|