tocco-legacy-bundle 3.15.0-playground → 3.15.1-playground
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 +36 -0
- package/dist/chunk-35418.64dd21c510cce90ca3ad.js +1 -0
- package/dist/chunk-55646.5cf3b6c54ee35c5324ef.js +1 -0
- package/dist/chunk-6830.631ecdc63fb2ea124ad2.js +1 -0
- package/dist/chunk-72969.5835feca991f56d724a0.js +19 -0
- package/dist/{chunk-7668.ce49602ac7994dd7058a.js → chunk-7668.d5c4c1dd95a1d1c3ef63.js} +1 -1
- package/dist/{chunk-86275.531734b49eea4e9c8e27.js → chunk-86275.6d512584bf8b3d488c6e.js} +1 -1
- package/dist/chunk-91051.9138c2fa56e4132bf464.js +1 -0
- package/dist/chunk-actions.d3b9db6d0a8dc8d4b796.js +1 -0
- package/dist/{chunk-docs-actions.6091ef7b28a77bbc450d.js → chunk-docs-actions.f3654547017ce6b88728.js} +1 -1
- package/dist/chunk-vendor-icons.2e06d20e1b55040dc668.js +1 -0
- package/dist/docs-browser.js +9 -9
- package/dist/entity-browser.js +2 -2
- package/dist/login.js +4 -4
- package/dist/password-update.js +4 -4
- package/dist/sso-login.js +8 -8
- package/package.json +1 -1
- package/dist/chunk-3443.329063dbbd16eeef11d2.js +0 -1
- package/dist/chunk-72969.45be7d9b4adcc1048332.js +0 -19
- package/dist/chunk-91051.62de1be1e6dfa78d035c.js +0 -1
- package/dist/chunk-actions.7d860f3be33b140f2287.js +0 -1
- package/dist/chunk-vendor-icons.06146b04d52672170c14.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,6 +1,42 @@
|
|
|
1
|
+
3.15.1-playground
|
|
2
|
+
- restore old width of modal and add some minor responsiveness fixes
|
|
3
|
+
- add redirectIfLoggedIn prop
|
|
4
|
+
- fix calendar round theme styling
|
|
5
|
+
- improve checkbox styling
|
|
6
|
+
- improve submit button styling and popover placement
|
|
7
|
+
- fix context menu styling for selected count
|
|
8
|
+
- Improve tile view styling
|
|
9
|
+
- remove left padding on top positioned side panels
|
|
10
|
+
- fix round theme in query view sidepanel
|
|
11
|
+
- fix form definition race condition
|
|
12
|
+
|
|
1
13
|
3.15.0-playground
|
|
2
14
|
- initial release for version 3.15
|
|
3
15
|
|
|
16
|
+
3.15.76
|
|
17
|
+
- fix form definition race condition
|
|
18
|
+
|
|
19
|
+
3.15.75
|
|
20
|
+
- fix round theme in query view sidepanel
|
|
21
|
+
|
|
22
|
+
3.15.74
|
|
23
|
+
- remove left padding on top positioned side panels
|
|
24
|
+
|
|
25
|
+
3.15.73
|
|
26
|
+
- Improve tile view styling
|
|
27
|
+
|
|
28
|
+
3.15.72
|
|
29
|
+
- fix context menu styling for selected count
|
|
30
|
+
|
|
31
|
+
3.15.71
|
|
32
|
+
- fix calendar round theme styling
|
|
33
|
+
- improve checkbox styling
|
|
34
|
+
- improve submit button styling and popover placement
|
|
35
|
+
|
|
36
|
+
3.15.70
|
|
37
|
+
- restore old width of modal and add some minor responsiveness fixes
|
|
38
|
+
- add redirectIfLoggedIn prop
|
|
39
|
+
|
|
4
40
|
3.15.69
|
|
5
41
|
- highlight selected groups in context menu
|
|
6
42
|
|