Thijs Louisse
|
6170374ee8
|
feat: merge field/validate/choice-input/form-group into @lion/form-core
|
2020-05-29 17:01:15 +02:00 |
|
takrishna
|
e2f9b6e341
|
feat(validate): introduce Pattern validator for Strings (#719)
|
2020-05-27 10:27:53 +02:00 |
|
Joren Broekema
|
5103289f99
|
fix: convert unnecessary backticks to single quotes for unpkg
|
2020-04-02 16:25:41 +02:00 |
|
Joren Broekema
|
42c840f949
|
feat: refrain from using dynamic vars inside dynamic import
BREAKING: Dynamic variables inside dynamic content are problematic for tools that use static analysis, therefore we have removed it, but you can still add it back on your extension if it works for you. The change may break your extension if you relied on this logic, you can add it back yourself by overriding the static get localizeNamespaces(). Example can be found here: https://github.com/ing-bank/lion/blob/%40lion/localize%400.8.10/packages/localize/stories/50-system-overview.stories.mdx#rendering-with-localizemixin
|
2020-03-25 17:02:10 +01:00 |
|
Thomas Allmer
|
396deb2e3b
|
feat: finalize validation and adopt it everywhere
Co-authored-by: Alex Ghiu <alex.ghiu@ing.com>
Co-authored-by: Gerjan van Geest <Gerjan.van.Geest@ing.com>
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
Co-authored-by: Joren Broekema <joren.broekema@ing.com>
Co-authored-by: Erik Kroes <erik.kroes@ing.com>
|
2019-11-18 15:30:08 +01:00 |
|
Thijs Louisse
|
6e81b55e3c
|
feat(validate): new validation api, async validation and more
Co-authored-by: Thomas Allmer <Thomas.Allmer@ing.com>
|
2019-11-15 16:57:58 +01:00 |
|