tocco-admin 1.0.64 → 1.0.67

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,16 @@
1
+ 1.0.67
2
+ - remote fields now honor the constrictions defined on forms with remotefield scope
3
+ - entity list now uses a form definition passed as input without reloading it
4
+ - advanced search now uses form with remotefield scope if it exists
5
+ - remotefields now use sorting of their forms or entity models instead of only their timestamp
6
+
7
+ 1.0.66
8
+ - optimize toggle behaviour of column picker to only select currently visible items
9
+ - do not import react components in widget-utils
10
+
11
+ 1.0.65
12
+ - show prompt before action for unsaved changes
13
+
1
14
  1.0.64
2
15
  - fix remote error handler
3
16
  - remove momentjs in favor of date-fns