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

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,66 @@
1
+ 0.1.55-hotfix34.10
2
+
3
+
4
+ 0.1.55-hotfix34.9
5
+
6
+
7
+ 0.1.55-hotfix34.8
8
+ - re-init cache instead of clear cache
9
+ - fix caching and intl race condition
10
+
11
+ 0.1.55-hotfix34.7
12
+ - add option to disable onclick on breadcrumb
13
+ - disable clicking on search result in breadcrumb
14
+
15
+ 0.1.55-hotfix34.6
16
+ - map function to props correctly
17
+
18
+ 0.1.55-hotfix34.5
19
+ - tqlBuilder now builds multiple conditions connected by 'or' when passed localized paths
20
+ - search fields for a localized field now search in every available locale
21
+ - show validation errors on deletion
22
+ - accept enter two-year date without punctation
23
+
24
+ 0.1.55-hotfix34.4
25
+ - use correct locale for two factor connector
26
+
27
+ 0.1.55-hotfix34.3
28
+ - handle url search fields as strings
29
+ - be able to have uppercase urls
30
+
31
+ 0.1.55-hotfix34.2
32
+ - datepicker focus handling on ffox and date only inputs
33
+ - handle search field as text field
34
+
35
+ 0.1.55-hotfix34.1
36
+ - be able to click on row in action cell
37
+ - show time in 24h format for all locales
38
+ - reintroduce min-width for Ball component, since normal width caused rendering issues in the main menu
39
+ - possible to define custom render for actions
40
+ - define back button through custom render
41
+ - remove div wrapper of entity-browser as it was preventing it from filling the full available height when embedded in the old client
42
+ - send selection to adjusted POST endpoint when loading report settings
43
+ - fix react-select dropdown being clipped inside input-edit table
44
+ - fix save button being clipped and change hover on error
45
+ - support identifier type in tql builder
46
+ - create ENTITY_DOCS selection for legacy actions
47
+ - show fullscreen modal based on screen width instead of generally switching to fullscreen on touch devices
48
+ - move submit button to parent
49
+ - add sync validation to template form
50
+ - disable submit button for invalid form
51
+ - re-load data on login
52
+ - add object cache
53
+ - use global object cache
54
+ - fix object cache
55
+ - pass selection from url to fullscreen action
56
+ - set correct user locale after login
57
+ - be able to embed bootstrap script relative
58
+
59
+ 0.1.55
60
+ - do not use unnecessary generator function
61
+ - use Icon component in LoadingSpinner
62
+ - replace values of readonly input fields with loading spinner while the update request is processing
63
+
1
64
  0.1.54
2
65
  - add missing setInputEnvs
3
66