tocco-admin 1.0.115 → 1.0.116
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 +8 -0
- package/dist/{chunk-684.ea9d2b1da96a2db5c05b.js → chunk-684.eff0b71c18b53e5bb234.js} +1 -1
- package/dist/{chunk-actions.b126473c687d2e30aeb0.js → chunk-actions.ee028db16bd9a73c40d6.js} +1 -1
- package/dist/chunk-vendor-icons.f930ae0f9138f2ca56d8.js +1 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-vendor-icons.bfd419ab0ff61d59e496.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
1.0.116
|
|
2
|
+
- allow componentConfigs to adjust value used
|
|
3
|
+
- use correct decimal digits and % suffix for percentage fields
|
|
4
|
+
- use FormattedNumber in percent mode in PercentFormatter
|
|
5
|
+
- disable autozoom of input fields on ios devices
|
|
6
|
+
- always show search filter button icons on touch devices because of missing hover function
|
|
7
|
+
- increase top padding of input label to prevent cut off
|
|
8
|
+
|
|
1
9
|
1.0.115
|
|
2
10
|
- disable removing outputjob toasters in widgets
|
|
3
11
|
- fix performance of fulltext search
|