tocco-widget-showcase 3.14.6 → 3.14.8
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 +7 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
3.14.8
|
|
2
|
+
- revert the change to make searchform more compact as it was causing problems with the datepicker icons on smaller screens
|
|
3
|
+
- fix missin default values
|
|
4
|
+
|
|
5
|
+
3.14.7
|
|
6
|
+
- call setPendingChanges in DocumentView when the form is touched
|
|
7
|
+
|
|
1
8
|
3.14.6
|
|
2
9
|
- add updateIntl action to app reducer and replace react-intl-redux provider with react-intl provider
|
|
3
10
|
- replace intl state selectors with app state selectors across all packages
|