tocco-widget-bundle 0.1.80 → 0.1.82

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,15 @@
1
+ 0.1.82
2
+ - add autoFocusOnMount prop to ace editor to set focus manually since the useAutoFocus hook is not working in this case
3
+ - replace range type icons with generic icon and harmonize alignment to improve UX
4
+ - fix modal position in widget context and use vh units
5
+ - add feature to save number of rows as user preference in entity list
6
+
7
+ 0.1.81
8
+ - add visibility status code copy action
9
+ - rename onStateChange to onVisibilityStatusChange
10
+ - rename onStateChange to onVisibilityStatusChange
11
+ - set correct user locale after login
12
+
1
13
  0.1.80
2
14
  - pass navigation strategy to actions
3
15
  - fix table randomly jumping scroll positions when switching pages