@lion/form-core
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/form-core@0.1.4...@lion/form-core@0.1.5) (2020-06-10) | ||
**Note:** Version bump only for package @lion/form-core | ||
## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/form-core@0.1.3...@lion/form-core@0.1.4) (2020-06-09) | ||
@@ -8,0 +16,0 @@ |
@@ -42,3 +42,3 @@ [//]: # 'AUTO INSERT HEADER PREPUBLISH' | ||
```bash | ||
npm i --save @lion/validate | ||
npm i --save @lion/form-core | ||
``` | ||
@@ -45,0 +45,0 @@ |
{ | ||
"name": "@lion/form-core", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Form-core contains all essential building blocks for creating form fields and fieldsets", | ||
@@ -45,3 +45,3 @@ "author": "ing-bank", | ||
}, | ||
"gitHead": "43fc4d28dfe10a206b9e3cab7882bd253db9dd82" | ||
"gitHead": "0f7ee151e0734295198288d38d69e4bf7f4897c1" | ||
} |
@@ -64,2 +64,3 @@ import { dedupeMixin } from '@lion/core'; | ||
__registerEventsForFocusMixin() { | ||
// focus | ||
this.__redispatchFocus = ev => { | ||
@@ -66,0 +67,0 @@ ev.stopPropagation(); |
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
339535
8231