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

v1.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 08:54
· 314 commits to main since this release
d892e0b

1.0.0 (2020-09-18)

Features

  • build: changed build system to rollup (13a697e)
  • next: get back to render function on dynamic input (a32579a)
  • next: more reactivity improvements (227bbeb)
  • next: solved select issues and general reactivity logic (4f6bce7)
  • next: Textarea input (451a1ab)
  • next: try to make stuff work with the build but.. (ca2b28a)
  • release: added next release workflow (7f8bfff)
  • release: removed test from now (a40a931)
  • types: added automatic declaration types (d03e522)

BREAKING CHANGES

  • release: Let's trigger a new release on next
  • release: Let's trigger first next tag on npm
  • types: Declaration types are now generated using Microsoft api-extractor
  • build: changes the way the library is build from vue-cli to rollup