Skip to content

Releases: julkue/form-components

v0.7.0

28 Sep 15:26
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Implement new form component options, currently only to have the possibility to disable tabbed styles.

v0.6.4

28 Sep 12:17
Compare
Choose a tag to compare
v0.6.4 Pre-release
Pre-release

Fix checkbox/radio and text area error alignment

v0.6.3

27 Sep 11:57
Compare
Choose a tag to compare
v0.6.3 Pre-release
Pre-release
  • Fix checkbox left space for checkbox lite
  • Fix text field/area outline for Chrome
  • Drop thick checkbox (breaking change)

v0.6.2

27 Sep 08:05
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

Fix text/icon alignment of checkbox and radio

v0.6.1

26 Sep 16:45
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Fix components depending on data-is-initialized attribute (dev env only)

v0.6.0

26 Sep 13:56
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • Select material lite is now Select lite arrow
  • Implement new Select material lite component
  • Implement new text area component as material design looks different in comparison to text field (especially border). Replaces the old "text field multiline" component which has a different meaning in MD
  • Implement "-indent" components
    • Select
    • Text Area
    • Text Field
  • Implement example form using the "-indent" components
  • Enlarge radio button to match material design
  • Rename all "black" components to "dark" and "white" to "light" (breaking change) to be consistent with MD
  • Implement new checkbox components: material like/lite/thick
  • Don't vertically center checkbox when text enters multiple lines

v0.5.0

23 Sep 20:18
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • Add theme name to all components (breaking change)
  • Implement pressed checkbox effect
  • Implement basic a11y focus for all form components

v0.4.0

16 Sep 21:45
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Implement radio component

v0.3.0

15 Sep 22:48
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Implement example form component

v0.2.0

12 Sep 20:52
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Basic implementation of

  • Select
  • Checkbox
  • Text Field (single and multi line)