@springernature/global-forms
Advanced tools
Comparing version 5.0.0-rc.3 to 5.0.0-rc.4
{ | ||
"form1": { | ||
"errorIconURL": "../img/error.svg#i-error", | ||
"selectIconURL": "../img/chevron-more.svg#i-chevron-more", | ||
"errorSummary": { | ||
@@ -33,2 +31,8 @@ "id": "summary", | ||
{ | ||
"template": "globalFormHidden", | ||
"name": "hidden", | ||
"id": "hidden", | ||
"value": "someSecretValue" | ||
}, | ||
{ | ||
"template": "globalFormText", | ||
@@ -229,2 +233,3 @@ "label": "Your name (with hint)", | ||
"globalFormTextarea": "./toolkits/global/packages/global-forms/view/fields/globalFormTextarea.hbs", | ||
"globalFormHidden": "./toolkits/global/packages/global-forms/view/fields/globalFormHidden.hbs", | ||
"globalFormCheckbox": "./toolkits/global/packages/global-forms/view/fields/globalFormCheckbox.hbs", | ||
@@ -231,0 +236,0 @@ "globalFormFile": "./toolkits/global/packages/global-forms/view/fields/globalFormFile.hbs", |
# History | ||
## 5.0.0-rc.4 (2022-07-27) | ||
* `hidden` input type added | ||
* `pointer-events: none` to make select clickable through chevron | ||
## 5.0.0-rc.3 (2022-07-25) | ||
@@ -7,2 +11,3 @@ * BREAKING | ||
* Include spacing utilities | ||
## 5.0.0-rc.2 (2022-07-11) | ||
@@ -9,0 +14,0 @@ * BREAKING: |
{ | ||
"name": "@springernature/global-forms", | ||
"version": "5.0.0-rc.3", | ||
"version": "5.0.0-rc.4", | ||
"license": "MIT", | ||
@@ -10,4 +10,4 @@ "description": "form component", | ||
], | ||
"author": "Jack Watkins", | ||
"author": "Heydon Pickering", | ||
"brandContext": "^25.0.0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70723
30
241