tocco-sso-login 1.0.79 → 1.0.80

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 +6 -0
  2. package/package.json +1 -1
package/changelog.md CHANGED
@@ -1,3 +1,9 @@
1
+ 1.0.80
2
+ - fix null values in field name transformation
3
+ - support nested paths in location field
4
+ - provide entityField for create field config
5
+ - use long as datetime value
6
+
1
7
  1.0.79
2
8
  - allow componentConfigs to adjust value used
3
9
  - use correct decimal digits and % suffix for percentage fields
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tocco-sso-login",
3
- "version": "1.0.79",
3
+ "version": "1.0.80",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {