tocco-sso-login 1.0.53 → 1.0.56

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/changelog.md +14 -0
  2. package/package.json +1 -1
package/changelog.md CHANGED
@@ -1,3 +1,17 @@
1
+ 1.0.56
2
+ - remove date picker arrow as the positioning seems to be off when fields are too long
3
+
4
+ 1.0.55
5
+ - fix position of reports in form modifier
6
+ - fix datetime range with single default value
7
+ - do not clear date input on blur
8
+
9
+ 1.0.54
10
+ - improve datepicker styling and fix bugs in widgets
11
+ - force hover styles of upload button when hovering upload field
12
+ - remove advanced search text in modal title
13
+ - fix input label being cut in widgets
14
+
1
15
  1.0.53
2
16
  - change signal box background colors for more consistency
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tocco-sso-login",
3
- "version": "1.0.53",
3
+ "version": "1.0.56",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {