tocco-devcon 1.0.37 → 1.0.40

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 CHANGED
@@ -1,3 +1,19 @@
1
+ 1.0.40
2
+ - optimize toggle behaviour of column picker to only select currently visible items
3
+ - do not import react components in widget-utils
4
+
5
+ 1.0.39
6
+ - fix remote error handler
7
+ - remove momentjs in favor of date-fns
8
+ - create removeBoxes to help adjust forms
9
+ - fix error logging app extension
10
+
11
+ 1.0.38
12
+ - convert phoneEdit to functional component
13
+ - convert layout to functional component
14
+ - convert statedvalue.stories to functional component
15
+ - convert typography to functional component
16
+
1
17
  1.0.37
2
18
  - show today button in datepicker
3
19