Socket
Socket
Sign inDemoInstall

@lion/form-core

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/form-core - npm Package Compare versions

Comparing version 0.1.6 to 0.2.0

11

CHANGELOG.md

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

# [0.2.0](https://github.com/ing-bank/lion/compare/@lion/form-core@0.1.6...@lion/form-core@0.2.0) (2020-07-06)
### Features
* **choice-input:** add rendering of help-text ([5cd36ca](https://github.com/ing-bank/lion/commit/5cd36cac20c763d47ee495daede421bb66c4d0ba))
## [0.1.6](https://github.com/ing-bank/lion/compare/@lion/form-core@0.1.5...@lion/form-core@0.1.6) (2020-06-18)

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

4

package.json
{
"name": "@lion/form-core",
"version": "0.1.6",
"version": "0.2.0",
"description": "Form-core contains all essential building blocks for creating form fields and fieldsets",

@@ -45,3 +45,3 @@ "license": "MIT",

},
"gitHead": "8958b2fa02d3b0c39120d405c5284aa01990a524"
"gitHead": "e04ae769ea9d7eab000c8bc0477716f40ef0ec22"
}

@@ -95,2 +95,3 @@ /* eslint-disable class-methods-use-this */

display: flex;
flex-wrap: wrap;
}

@@ -105,2 +106,6 @@

}
.choice-field__help-text {
display: block;
flex-basis: 100%;
}
`,

@@ -123,2 +128,5 @@ ];

</div>
<small class="choice-field__help-text">
<slot name="help-text"></slot>
</small>
`;

@@ -125,0 +133,0 @@ }

@@ -547,2 +547,6 @@ /* eslint-disable class-methods-use-this, camelcase, no-param-reassign, max-classes-per-file */

_updateFeedbackComponent() {
if (!this._feedbackNode) {
return;
}
if (!this.__feedbackQueue) {

@@ -549,0 +553,0 @@ this.__feedbackQueue = new AsyncQueue();

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