tocco-devcon 1.0.125 → 1.0.127
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/index.js +8 -8
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
1.0.127
|
|
2
|
+
- make yes button in YesNo client question work again
|
|
3
|
+
- re-init cache instead of clear cache
|
|
4
|
+
- fix caching and intl race condition
|
|
5
|
+
|
|
6
|
+
1.0.126
|
|
7
|
+
- remove unnecessary usage of darken and lighten functions and use theme colors instead
|
|
8
|
+
|
|
1
9
|
1.0.125
|
|
2
10
|
- add option to disable onclick on breadcrumb
|
|
3
11
|
|