tocco-widget-bundle 0.1.81 → 0.1.83

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,13 @@
1
+ 0.1.83
2
+ - fix login page height not filling full page
3
+ - be able to embed bootstrap script relative
4
+
5
+ 0.1.82
6
+ - add autoFocusOnMount prop to ace editor to set focus manually since the useAutoFocus hook is not working in this case
7
+ - replace range type icons with generic icon and harmonize alignment to improve UX
8
+ - fix modal position in widget context and use vh units
9
+ - add feature to save number of rows as user preference in entity list
10
+
1
11
  0.1.81
2
12
  - add visibility status code copy action
3
13
  - rename onStateChange to onVisibilityStatusChange