tocco-widget-bundle 0.1.97 → 0.1.98-hotfix35.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 +54 -0
- package/dist/address-update.js +8 -8
- package/dist/chunk-240.708d204672829d4134ef.js +1 -0
- package/dist/chunk-378.16a4a32e27dbb1c1ac6c.js +1 -0
- package/dist/chunk-actions.6961ae2e3a1fb8332656.js +1 -0
- package/dist/chunk-docs-actions.d5117c146ed2001ab405.js +1 -0
- package/dist/chunk-vendor-icons.9057d5af8298ed07079e.js +1 -0
- package/dist/docs-browser.js +7 -7
- package/dist/entity-browser.js +7 -7
- package/dist/entity-dms.js +7 -7
- package/dist/event-registration.js +13 -8
- package/dist/login.js +9 -9
- package/dist/mailing-list.js +9 -9
- package/dist/password-update.js +9 -9
- package/dist/personal-dms.js +7 -7
- package/dist/public-dms.js +7 -7
- package/dist/sso-login.js +7 -7
- package/dist/stint-auction.js +9 -9
- package/dist/user-availability.js +8 -8
- package/dist/user-grades.js +8 -8
- package/dist/user-menu.js +7 -7
- package/dist/wage-view.js +9 -9
- package/package.json +1 -1
- package/dist/chunk-240.7c9420d748ff76d7c18f.js +0 -1
- package/dist/chunk-527.71cc214560b3e19601fe.js +0 -1
- package/dist/chunk-actions.d896985f706b39676875.js +0 -1
- package/dist/chunk-docs-actions.c3c60f91dcfe87e6c86a.js +0 -1
- package/dist/chunk-vendor-icons.73df640016ce1ad9db4e.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,57 @@
|
|
|
1
|
+
0.1.98-hotfix35.10
|
|
2
|
+
- fix bundling apps
|
|
3
|
+
|
|
4
|
+
0.1.98-hotfix35.9
|
|
5
|
+
- make yes button in YesNo client question work again
|
|
6
|
+
- re-init cache instead of clear cache
|
|
7
|
+
- fix caching and intl race condition
|
|
8
|
+
|
|
9
|
+
0.1.98-hotfix35.8
|
|
10
|
+
- navigate back to list when state is lost
|
|
11
|
+
- remove unnecessary usage of darken and lighten functions and use theme colors instead
|
|
12
|
+
- fix move action for multiple root folders
|
|
13
|
+
- limit login container width
|
|
14
|
+
|
|
15
|
+
0.1.98-hotfix35.7
|
|
16
|
+
- add option to disable onclick on breadcrumb
|
|
17
|
+
- disable clicking on search result in breadcrumb
|
|
18
|
+
|
|
19
|
+
0.1.98-hotfix35.6
|
|
20
|
+
- map function to props correctly
|
|
21
|
+
- enforce border of input fields within input edit table
|
|
22
|
+
- remove light cellrenderer flex so that it does not cut off content in table
|
|
23
|
+
|
|
24
|
+
0.1.98-hotfix35.5
|
|
25
|
+
- remove usage of shade color function and extend theme instead
|
|
26
|
+
- introduce radii
|
|
27
|
+
|
|
28
|
+
0.1.98-hotfix35.4
|
|
29
|
+
- tqlBuilder now builds multiple conditions connected by 'or' when passed localized paths
|
|
30
|
+
- search fields for a localized field now search in every available locale
|
|
31
|
+
- show validation errors on deletion
|
|
32
|
+
- accept enter two-year date without punctation
|
|
33
|
+
|
|
34
|
+
0.1.98-hotfix35.3
|
|
35
|
+
- use correct locale for two factor connector
|
|
36
|
+
- clean up shade color function use and switch to theme colors instead
|
|
37
|
+
- add on enter feature to advanced search
|
|
38
|
+
- add on enter feature to two factor connector action
|
|
39
|
+
|
|
40
|
+
0.1.98-hotfix35.2
|
|
41
|
+
- handle sub module questions
|
|
42
|
+
- extend theme with more specific colors to better target elements
|
|
43
|
+
- adapt new specific theme colors to table, select and column picker
|
|
44
|
+
- pass all query params to action
|
|
45
|
+
- simplify action url
|
|
46
|
+
|
|
47
|
+
0.1.98-hotfix35.1
|
|
48
|
+
- hide empty submodules table
|
|
49
|
+
- handle url search fields as strings
|
|
50
|
+
- be able to have uppercase urls
|
|
51
|
+
|
|
52
|
+
0.1.98
|
|
53
|
+
- standardize yes no question modal buttons
|
|
54
|
+
|
|
1
55
|
0.1.97
|
|
2
56
|
- fix theme selectors
|
|
3
57
|
- add agb and privacy protection fields
|