@lion/form-core
Advanced tools
Comparing version 0.15.2 to 0.15.3
# Change Log | ||
## 0.15.3 | ||
### Patch Changes | ||
- d963e74e: Fix type error, EventHandlerNonNull got removed it seems. (event: Event) => unknown; instead is fine. | ||
- Updated dependencies [bcf68ceb] | ||
- Updated dependencies [d963e74e] | ||
- @lion/core@0.18.4 | ||
- @lion/localize@0.21.2 | ||
## 0.15.2 | ||
@@ -4,0 +14,0 @@ |
@@ -7,4 +7,4 @@ # Systems >> Form >> Overview ||10 | ||
- Built in [validate](https://github.com/ing-bank/lion/blob/519759cb09777d3b2b60480a5ef85860cba1310a/docs/docs/systems/form/validate.md) for error/warning/info/success | ||
- Built in [validate](https://github.com/ing-bank/lion/blob/792ff7a95413582f0ac9245a72cb5e0f48922487/docs/docs/systems/form/validate.md) for error/warning/info/success | ||
- Formatting of values | ||
- Accessible |
{ | ||
"name": "@lion/form-core", | ||
"version": "0.15.2", | ||
"version": "0.15.3", | ||
"description": "Form-core contains all essential building blocks for creating form fields and fieldsets", | ||
@@ -41,4 +41,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@lion/core": "0.18.3", | ||
"@lion/localize": "0.21.1" | ||
"@lion/core": "0.18.4", | ||
"@lion/localize": "0.21.2" | ||
}, | ||
@@ -45,0 +45,0 @@ "keywords": [ |
@@ -7,4 +7,4 @@ # Systems >> Form >> Overview ||10 | ||
- Built in [validate](https://github.com/ing-bank/lion/blob/519759cb09777d3b2b60480a5ef85860cba1310a/docs/docs/systems/form/validate.md) for error/warning/info/success | ||
- Built in [validate](https://github.com/ing-bank/lion/blob/792ff7a95413582f0ac9245a72cb5e0f48922487/docs/docs/systems/form/validate.md) for error/warning/info/success | ||
- Formatting of values | ||
- Accessible |
@@ -107,3 +107,3 @@ import { dedupeMixin } from '@lion/core'; | ||
/** | ||
* @type {EventHandlerNonNull} | ||
* @type {(event: Event) => unknown} | ||
* @protected | ||
@@ -114,3 +114,3 @@ */ | ||
/** | ||
* @type {EventHandlerNonNull} | ||
* @type {(event: Event) => unknown} | ||
* @protected | ||
@@ -117,0 +117,0 @@ */ |
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
716652
+ Added@lion/core@0.18.4(transitive)
+ Added@lion/localize@0.21.2(transitive)
- Removed@lion/core@0.18.3(transitive)
- Removed@lion/localize@0.21.1(transitive)
Updated@lion/core@0.18.4
Updated@lion/localize@0.21.2