Commit graph

14 commits

Author SHA1 Message Date
Thijs Louisse
6170374ee8 feat: merge field/validate/choice-input/form-group into @lion/form-core 2020-05-29 17:01:15 +02:00
Joren Broekema
e397f8d68b feat(field): align (pre)filled and empty, fix filled not working
BREAKING: _isPrefilled was removed in favor of _isEmpty. We used to have both, but we decided to align, because they basically do the same thing but opposite. If you were using _isPrefilled, switch to using _isEmpty and just use it in reverse. This change also makes _isEmpty available to all things that implement FormControlMixin. Lastly, filled is available now on all fields that implement InteractionStateMixin
2020-03-25 17:02:10 +01:00
Joren Broekema
530cb31089 fix(field): put submitted prop in interaction state mixin 2020-03-25 17:02:10 +01:00
Thijs Louisse
d6829ef619 fix(field): interaction states initialized after registration ready 2020-02-20 16:14:26 +01:00
Joren Broekema
66d3d390ae feat: remove all deprecations from lion 2019-11-13 11:00:48 +01:00
Joren Broekema
c984a66d4b fix(fieldset): manage when to show error messages
Co-authored-by: Thomas Allmer <thomas.allmer@ing.com>
2019-10-31 18:31:53 +01:00
gerjanvangeest
eb1e295576 chore: removed super.properties everywhere 2019-08-13 17:28:23 +02:00
Thijs Louisse
cfd78bdccc fix(field): added Date support to InteractionStateMixin 2019-08-07 15:00:39 +02:00
Thijs Louisse
22bb75a868 chore(field): introduction test suites (for InteractionStateMixin) 2019-08-07 15:00:39 +02:00
Thomas Allmer
398198502c fix(field): make InteractionState leaveEvent protected 2019-07-15 13:50:09 +02:00
Thomas Allmer
dcf8726170 fix(field): remove CssClassMixin from InteractionStateMixin 2019-07-15 13:50:09 +02:00
Thomas Allmer
b398f407de fix(field): move FocusMixin out of InteractionStateMixin 2019-07-15 13:50:09 +02:00
Thomas Allmer
8d96f84090 fix: update storybook/linting; adjust story labels, eslint ignores 2019-04-28 15:02:31 +02:00
Thomas Allmer
ec8da8f12c feat: release inital public lion version
Co-authored-by: Mikhail Bashkirov <mikhail.bashkirov@ing.com>
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
Co-authored-by: Joren Broekema <joren.broekema@ing.com>
Co-authored-by: Gerjan van Geest <gerjan.van.geest@ing.com>
Co-authored-by: Erik Kroes <erik.kroes@ing.com>
Co-authored-by: Lars den Bakker <lars.den.bakker@ing.com>
2019-04-26 10:37:57 +02:00