Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Latest commit

 

History

History
72 lines (44 loc) · 2.53 KB

CHANGELOG.md

File metadata and controls

72 lines (44 loc) · 2.53 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.3.1 - 2020-06-17

Fixed

  • Undefined variables in theme (#40)

0.3.0 - 2020-06-17

Added

  • Customizable Default Theme (#37)
  • Added missing models to docs (#36)
  • Helper text/hint (#26)
  • Url regex validation (#28)
  • Configurable input id (#31)

0.2.2 - 2020-05-27

Fixed

  • Added build command to publish command

0.2.1 - 2020-05-27

Fixed

  • Text Area methods (#29)

0.2.0 - 2020-05-26

Added

  • VuePress for Better documentation (#15)
  • Allow Input validation on change and blur (#21)
  • Custom fields via scoped slots (#12)
  • Spread Form options and netlify forms support (#19)

Fixed

  • Fixed missing github link in npm (#6)
  • Custom classes (#16)
  • Textarea validation and events not triggering (#23)

0.1.2 - 2020-05-05

Fixed

  • Added .git exclude to .npmignore to avoid EISGIT error (#10)

0.1.1 - 2020-05-04

Fixed

  • Convert numeric values when updating form values (#1)
  • Preselect option on Input-Select not working (#7)
  • Missing github link in npm (#8)

0.1.0 - 2020-22-03

Added

  • Dynamic Forms component
  • Dynamic Input component
  • Input text, select, checkbox, textarea, radio
  • Validators