Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lion/field

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/field - npm Package Compare versions

Comparing version 0.1.14 to 0.1.15

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.1.15](https://github.com/ing-bank/lion/compare/@lion/field@0.1.14...@lion/field@0.1.15) (2019-05-29)
### Bug Fixes
* **field:** fix form registration in Edge ([7e1a7ef](https://github.com/ing-bank/lion/commit/7e1a7ef))
## [0.1.14](https://github.com/ing-bank/lion/compare/@lion/field@0.1.13...@lion/field@0.1.14) (2019-05-29)

@@ -8,0 +19,0 @@

4

package.json
{
"name": "@lion/field",
"version": "0.1.14",
"version": "0.1.15",
"description": "Fields are the most fundamental building block of the Form System",

@@ -44,3 +44,3 @@ "author": "ing-bank",

},
"gitHead": "98c74445690cb5d0509ba708b08e3c533ce5fa35"
"gitHead": "01d0cde6466a23f4ebae8dbff3791eb7897eeba8"
}

@@ -148,3 +148,3 @@ import { html, css, nothing, dedupeMixin } from '@lion/core';

_registerFormElement() {
requestAnimationFrame(() => {
this.updateComplete.then(() => {
this.dispatchEvent(

@@ -168,3 +168,3 @@ new CustomEvent('form-element-register', {

_requestParentFormGroupUpdateOfResetModelValue() {
requestAnimationFrame(() => {
this.updateComplete.then(() => {
if (this.__parentFormGroup) {

@@ -171,0 +171,0 @@ this.__parentFormGroup._updateResetModelValue();

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc