tocco-widget-bundle 0.1.53 → 0.1.55-hotfix34.1

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,35 @@
1
+ 0.1.55-hotfix34.1
2
+ - be able to click on row in action cell
3
+ - show time in 24h format for all locales
4
+ - reintroduce min-width for Ball component, since normal width caused rendering issues in the main menu
5
+ - possible to define custom render for actions
6
+ - define back button through custom render
7
+ - remove div wrapper of entity-browser as it was preventing it from filling the full available height when embedded in the old client
8
+ - send selection to adjusted POST endpoint when loading report settings
9
+ - fix react-select dropdown being clipped inside input-edit table
10
+ - fix save button being clipped and change hover on error
11
+ - support identifier type in tql builder
12
+ - create ENTITY_DOCS selection for legacy actions
13
+ - show fullscreen modal based on screen width instead of generally switching to fullscreen on touch devices
14
+ - move submit button to parent
15
+ - add sync validation to template form
16
+ - disable submit button for invalid form
17
+ - re-load data on login
18
+ - add object cache
19
+ - use global object cache
20
+ - fix object cache
21
+ - pass selection from url to fullscreen action
22
+ - set correct user locale after login
23
+ - be able to embed bootstrap script relative
24
+
25
+ 0.1.55
26
+ - do not use unnecessary generator function
27
+ - use Icon component in LoadingSpinner
28
+ - replace values of readonly input fields with loading spinner while the update request is processing
29
+
30
+ 0.1.54
31
+ - add missing setInputEnvs
32
+
1
33
  0.1.53
2
34
  - move component specific event handlers
3
35
  - pass redirectUri for sso logins in widgets