Skip to content

v0.4.11 - New Style Form Components

Compare
Choose a tag to compare
@coenmooij coenmooij released this 29 Dec 15:55
· 32 commits to main since this release

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 of SkTextInputModule
  • should be used with ui-text-input instead of sk-text-input
  • required inputs are removed from the selector for easier import & auto-complete

Other

  • changelog is now autogenerated
  • roadmap is added