tocco-devcon 3.12.14 → 3.12.16
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 +12 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
3.12.16
|
|
2
|
+
- set checkbox field to touched on safari/ipad/iphone
|
|
3
|
+
|
|
4
|
+
3.12.15
|
|
5
|
+
- add string table navigation handling
|
|
6
|
+
- enable string arrow navigation for string edits
|
|
7
|
+
- add datepicker table navigation handling
|
|
8
|
+
- enable datepicker arrow navigation
|
|
9
|
+
- add text table navigation handling
|
|
10
|
+
- enable text arrow navigation
|
|
11
|
+
- add cy attributes
|
|
12
|
+
|
|
1
13
|
3.12.14
|
|
2
14
|
- hide table refresh button when nothing happens
|
|
3
15
|
|