tocco-admin 1.0.63 → 1.0.66

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,24 @@
1
+ 1.0.66
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.65
6
+ - show prompt before action for unsaved changes
7
+
8
+ 1.0.64
9
+ - fix remote error handler
10
+ - remove momentjs in favor of date-fns
11
+ - support simple search flag for fulltext search field
12
+ - create removeBoxes to help adjust forms
13
+ - allow modification of form in subgrid
14
+ - listen to input param changes
15
+ - fix error logging app extension
16
+ - add error boundary
17
+ - add error boundary
18
+ - add error boundary
19
+ - add error boundary
20
+ - add error boundary
21
+
1
22
  1.0.63
2
23
  - convert phoneEdit to functional component
3
24
  - convert layout to functional component