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.14.0 to 0.14.1

8

CHANGELOG.md
# Change Log
## 0.14.1
### Patch Changes
- f320b8b4: use customElementRegistry from component registry for slots used via SlotMixin
- Updated dependencies [5ca3d275]
- @lion/localize@0.20.1
## 0.14.0

@@ -4,0 +12,0 @@

2

docs/overview.md

@@ -7,4 +7,4 @@ # Systems >> Form >> Overview ||10

- Built in [validate](https://github.com/ing-bank/lion/blob/24b272ecf272f883ddb8130e22271557f4ff444e/docs/docs/systems/form/validate.md) for error/warning/info/success
- Built in [validate](https://github.com/ing-bank/lion/blob/8a322836ce238bd09d6c73f1a947d130e01cb697/docs/docs/systems/form/validate.md) for error/warning/info/success
- Formatting of values
- Accessible
{
"name": "@lion/form-core",
"version": "0.14.0",
"version": "0.14.1",
"description": "Form-core contains all essential building blocks for creating form fields and fieldsets",

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

"@lion/core": "0.18.0",
"@lion/localize": "0.20.0"
"@lion/localize": "0.20.1"
},

@@ -45,0 +45,0 @@ "keywords": [

@@ -7,4 +7,4 @@ # Systems >> Form >> Overview ||10

- Built in [validate](https://github.com/ing-bank/lion/blob/24b272ecf272f883ddb8130e22271557f4ff444e/docs/docs/systems/form/validate.md) for error/warning/info/success
- Built in [validate](https://github.com/ing-bank/lion/blob/8a322836ce238bd09d6c73f1a947d130e01cb697/docs/docs/systems/form/validate.md) for error/warning/info/success
- Formatting of values
- Accessible

@@ -102,9 +102,7 @@ /* eslint-disable class-methods-use-this, camelcase, no-param-reassign, max-classes-per-file */

*/
const ctor = /** @type {typeof ValidateMixin & ScopedElementsObj} */ (this.constructor);
return {
...super.slots,
feedback: () => {
const feedbackEl = document.createElement(
ctor.getScopedTagName('lion-validation-feedback'),
);
// @ts-ignore we load a polyfill to support createElement on shadowRoot
const feedbackEl = this.shadowRoot.createElement('lion-validation-feedback');
feedbackEl.setAttribute('data-tag-name', 'lion-validation-feedback');

@@ -111,0 +109,0 @@ return feedbackEl;

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