tocco-devcon 1.0.38 → 1.0.41

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,18 @@
1
+ 1.0.41
2
+ - remote fields now honor the constrictions defined on forms with remotefield scope
3
+ - advanced search now uses form with remotefield scope if it exists
4
+ - remotefields now use sorting of their forms or entity models instead of only their timestamp
5
+
6
+ 1.0.40
7
+ - optimize toggle behaviour of column picker to only select currently visible items
8
+ - do not import react components in widget-utils
9
+
10
+ 1.0.39
11
+ - fix remote error handler
12
+ - remove momentjs in favor of date-fns
13
+ - create removeBoxes to help adjust forms
14
+ - fix error logging app extension
15
+
1
16
  1.0.38
2
17
  - convert phoneEdit to functional component
3
18
  - convert layout to functional component