tocco-widget-bundle 0.1.15 → 0.1.18
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/address-update.js +7 -7
- package/dist/chunk-200.d575b0803bb8ce811b7a.js +45 -0
- package/dist/chunk-522.6fc5416975d5f8f60e33.js +1 -0
- package/dist/{chunk-actions.f1589df1fcd59d454702.js → chunk-actions.73cb6e8d591084e05077.js} +1 -1
- package/dist/{chunk-ckeditor.dccbf13ab164efcdb04f.js → chunk-ckeditor.1010b93f2b7d721d3a75.js} +275 -110
- package/dist/chunk-code-editor.ccb0dc4750da18efea34.js +1 -0
- package/dist/chunk-html-editor.96873ddbfd456debe86e.js +7 -0
- package/dist/{chunk-vendor-icons.c4027e2a7672b412f658.js → chunk-vendor-icons.c3237b068f396c41b9f5.js} +1 -1
- package/dist/docs-browser.js +2 -2
- package/dist/entity-browser.js +1 -1
- package/dist/mailing-list.js +2 -2
- package/dist/stint-auction.js +59 -0
- package/dist/wage-view.js +2 -2
- package/package.json +2 -1
- package/dist/chunk-190.dfc52a906fc6277eb8b3.js +0 -1
- package/dist/chunk-543.4e6d4eaab62e48426553.js +0 -45
- package/dist/chunk-code-editor.335428351d6d9da8f1dd.js +0 -1
- package/dist/chunk-html-editor.a44f9628d4611b811aaa.js +0 -7
package/changelog.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
0.1.18
|
|
2
|
+
- remount entity-detail app after navigation
|
|
3
|
+
- change signal box background colors for more consistency
|
|
4
|
+
|
|
5
|
+
0.1.17
|
|
6
|
+
- add stint auction widget
|
|
7
|
+
- fix change date on range date picker
|
|
8
|
+
- fix datetime search field with default value
|
|
9
|
+
- keep ckeditor as similar as legacy editor
|
|
10
|
+
|
|
11
|
+
0.1.16
|
|
12
|
+
- check form definition if form is markable
|
|
13
|
+
|
|
1
14
|
0.1.15
|
|
2
15
|
- only cache displays as long as tab is open
|
|
3
16
|
|