tocco-widget-bundle 0.1.54 → 0.1.55-hotfix34.2

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