tocco-devcon 1.0.142 → 1.0.144

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.
Files changed (2) hide show
  1. package/changelog.md +8 -0
  2. package/package.json +1 -1
package/changelog.md CHANGED
@@ -1,3 +1,11 @@
1
+ 1.0.144
2
+ - add synchronous validation for pseudoSelect
3
+ - fix mandatory validation for pseudoSelect
4
+
5
+ 1.0.143
6
+ - fix border radius of search boxes
7
+ - fix select fields exceeding the new maximum limit and crashing
8
+
1
9
  1.0.142
2
10
  - fix phone edit
3
11
  - fix datepicker input styling
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tocco-devcon",
3
- "version": "1.0.142",
3
+ "version": "1.0.144",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {