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.1 to 0.1.2

8

CHANGELOG.md

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

## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/form-core@0.1.1...@lion/form-core@0.1.2) (2020-06-08)
**Note:** Version bump only for package @lion/form-core
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/form-core@0.1.0...@lion/form-core@0.1.1) (2020-06-03)

@@ -8,0 +16,0 @@

4

docs/validate/README.md

@@ -32,6 +32,6 @@ [//]: # 'AUTO INSERT HEADER PREPUBLISH'

Validation is applied by default to all [form controls](https://github.com/ing-bank/lion/blob/master/packages/form-core/docs/form-core/docs/FormFundaments.md) via the
Validation is applied by default to all [form controls](?path=/docs/forms-field-overview--page) via the
ValidateMixin.
For a detailed description of the validation system and the `ValidateMixin`, please see [ValidationSystem](https://github.com/ing-bank/lion/blob/master/packages/form-core/docs/validate/docs/ValidationSystem.md).
For a detailed description of the validation system and the `ValidateMixin`, please see [ValidationSystem](?path=/docs/forms-validation-system--page).

@@ -38,0 +38,0 @@ ## How to use

@@ -122,3 +122,3 @@ # Validation System

The `ValidateMixin` supports localization out of the box via the [localize system](https://github.com/ing-bank/lion/blob/master/packages/form-core/localize).
The `ValidateMixin` supports localization out of the box via the [localize system](?path=/docs/localize-intro--page).
All default validation messages are translated in the following languages (depicted by iso code):

@@ -125,0 +125,0 @@ bg, cs, de, en, es, fr, hu, it, nl, pl, ro ,ru, sk, uk and zh.

{
"name": "@lion/form-core",
"version": "0.1.1",
"version": "0.1.2",
"description": "Form-core contains all essential building blocks for creating form fields and fieldsets",

@@ -42,6 +42,6 @@ "author": "ing-bank",

"dependencies": {
"@lion/core": "0.7.0",
"@lion/localize": "0.11.1"
"@lion/core": "0.7.1",
"@lion/localize": "0.11.2"
},
"gitHead": "83fc7110615fc317b618f050dff57f7c75cf1b69"
"gitHead": "8d9225c040ffba5d697a91dfc01035f640e9004f"
}

@@ -60,4 +60,3 @@ [//]: # 'AUTO INSERT HEADER PREPUBLISH'

- [Form fundamentals](?path=/docs/forms-field-fundaments--page)
- [Formatting and parsing](?path=/docs/forms-field-formatting-and-parsing--page)
- [Custom Fields](?path=/docs/forms-field-custom-fields-tutorial--page)
- [Formatting and parsing](?path=/docs/forms-system-formatting-and-parsing--parser#formatting-and-parsing)
- [Custom Fields](?path=/docs/forms-system-creating-a-custom-field--page)

@@ -64,3 +64,2 @@ import { dedupeMixin } from '@lion/core';

__registerEventsForFocusMixin() {
// focus
this.__redispatchFocus = ev => {

@@ -67,0 +66,0 @@ ev.stopPropagation();

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