v0.4.11 - New Style Form Components
all Form components have been refactor to the new style + some accessibility and codestyle improvements.
Components
- radio input, radio option & advanced radio option
- checkbox input
- date input
- field & field group
- file input
- form-section-title
- input-description & input-error
- label
- select input & multi select input & select option & select search
- number input
- password input
- text input
- textarea input
- time input
Changes
- They are now all standalone components
- should be imported as
UiTextInput
instead ofSkTextInputModule
- should be used with
ui-text-input
instead ofsk-text-input
- required inputs are removed from the selector for easier import & auto-complete
Other
- changelog is now autogenerated
- roadmap is added