tocco-devcon 1.0.15 → 1.0.18-hotfix32.1
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 +15 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
1.0.18-hotfix32.1
|
|
2
|
+
- support browser plugins for phone numbers
|
|
3
|
+
- fixate menu on multiremote select fields at bottom to improve ux
|
|
4
|
+
|
|
5
|
+
1.0.18
|
|
6
|
+
- debouncer accepts value changes from outside
|
|
7
|
+
|
|
8
|
+
1.0.17
|
|
9
|
+
- allow duration values to be negative
|
|
10
|
+
- keep all values on blur
|
|
11
|
+
|
|
12
|
+
1.0.16
|
|
13
|
+
- add form modifier helper methods
|
|
14
|
+
- add report helper actions
|
|
15
|
+
|
|
1
16
|
1.0.15
|
|
2
17
|
- harmonize multi value select
|
|
3
18
|
- exclude selected values in suggestion
|