630 B
630 B
| @lion/button | @lion/form-integrations | @lion/select-rich |
|---|---|---|
| minor | minor | minor |
-
BREAKING: In
lion-buttonpackage split of separate buttons for reset & submit:- LionButton (a clean fundament, use outside forms)
- LionButtonReset (logic for. submit and reset events, but without implicit form submission logic: use for reset buttons)
- LionButtonSubmit (full featured button: use for submit buttons and buttons with dynamic types)
-
fixed axe criterium for LionButton (which contained a native button to support form submission)
-
removed
_beforeTemplate()&_afterTemplate()from LionButton