Skip to content

Latest commit

 

History

History
103 lines (53 loc) · 4.91 KB

CHANGELOG.md

File metadata and controls

103 lines (53 loc) · 4.91 KB

Changelog

0.6.2 (2020-07-10)

Bug Fixes

  • element path resolution (0d7bd7f)
  • set form autocomplete attribute (594d02f)
  • svelte action typeings (76455b5)

0.6.1 (2020-07-08)

Bug Fixes

  • use valid and invalid in context (8985811)

0.6.0 (2020-07-08)

Features

  • at can be an array and reworked css classes (f68d54e)

0.5.1 (2020-07-07)

Bug Fixes

  • enhanced onSubmit event typing to include submitter property (f0dd684)
  • node compatible build (d2b04be)
  • re-use some svelte utility classes (288ddd2)

0.5.0 (2020-07-03)

Features

  • pass source event through (98669b0)

Bug Fixes

0.4.1 (2020-07-02)

Bug Fixes

0.4.0 (2020-07-02)

Features

  • validity: allow to override css classes per use:validity (c0f7dd5)

0.3.3 (2020-07-02)

Bug Fixes

  • add website generation to release script (cff4a20)
  • ensure @carv/type are only loaded for preview (074b931)
  • snowpack omits files without an export or side effect (b0694d3)

0.3.2 (2020-07-02)

Bug Fixes

  • ignore changelog in prettier (89f1f7b)

0.3.1 (2020-07-02)

Bug Fixes

  • prettier: ignore changelog and toc (2d3ed04)
  • update docs on created release (09e0e32)

0.3.0 (2020-07-02)

Features

Bug Fixes

  • getInitialValues result is partial of schema (564c709)
  • update readme examples (442146e)
  • use is-* modifier for css classes (918a267)
  • gh-pages: create CNAME from package.json/homepage (fd53007)
  • gh-pages: only publish on release or version tag (ddda4e0)
  • gh-pages: simplify CNAME generation (0b6c485)
  • typedoc comments (ceabdc0)