UNPKG

svelte-formup

Version:
104 lines (53 loc) 5.03 kB
<!-- prettier-ignore-start --> # Changelog ### [0.6.2](https://www.github.com/kenoxa/svelte-formup/compare/v0.6.1...v0.6.2) (2020-07-10) ### Bug Fixes * element path resolution ([0d7bd7f](https://www.github.com/kenoxa/svelte-formup/commit/0d7bd7f64e7a757c63c1e5adb18a9af6fb5fd82a)) * set form autocomplete attribute ([594d02f](https://www.github.com/kenoxa/svelte-formup/commit/594d02f55bb4a95e393424f5d36d41b0f2bdcdcd)) * svelte action typeings ([76455b5](https://www.github.com/kenoxa/svelte-formup/commit/76455b526f1e6961a0abec6c164810a1dd9d00f4)) ### [0.6.1](https://www.github.com/kenoxa/svelte-formup/compare/v0.6.0...v0.6.1) (2020-07-08) ### Bug Fixes * use valid and invalid in context ([8985811](https://www.github.com/kenoxa/svelte-formup/commit/89858116a24bf3e760ccd68c059487cc35994641)) ## [0.6.0](https://www.github.com/kenoxa/svelte-formup/compare/v0.5.1...v0.6.0) (2020-07-08) ### Features * `at` can be an array and reworked css classes ([f68d54e](https://www.github.com/kenoxa/svelte-formup/commit/f68d54ef0a0a8f7485949140c3d7af43eabc7bd3)) ### [0.5.1](https://www.github.com/kenoxa/svelte-formup/compare/v0.5.0...v0.5.1) (2020-07-07) ### Bug Fixes * enhanced onSubmit event typing to include `submitter` property ([f0dd684](https://www.github.com/kenoxa/svelte-formup/commit/f0dd684abca537432c2ea84f61dbc66e38e6780f)) * node compatible build ([d2b04be](https://www.github.com/kenoxa/svelte-formup/commit/d2b04be8577e4ca4065c0c2252ecd59a0fe892a1)) * re-use some svelte utility classes ([288ddd2](https://www.github.com/kenoxa/svelte-formup/commit/288ddd22342d5225ee4b0e12fbce2b950bad94af)) ## [0.5.0](https://www.github.com/kenoxa/svelte-formup/compare/v0.4.1...v0.5.0) (2020-07-03) ### Features * pass source event through ([98669b0](https://www.github.com/kenoxa/svelte-formup/commit/98669b0e708b679e855ec568ee3a946fae3c3f7f)) ### Bug Fixes * reset order ([4d3909a](https://www.github.com/kenoxa/svelte-formup/commit/4d3909abb51adda12c448c27db869e1a4ed913ab)) ### [0.4.1](https://www.github.com/kenoxa/svelte-formup/compare/v0.4.0...v0.4.1) (2020-07-02) ### Bug Fixes * doc api links ([33685d1](https://www.github.com/kenoxa/svelte-formup/commit/33685d14313c2fc945185da1097b29144376aac2)) ## [0.4.0](https://www.github.com/kenoxa/svelte-formup/compare/v0.3.3...v0.4.0) (2020-07-02) ### Features * **validity:** allow to override css classes per `use:validity` ([c0f7dd5](https://www.github.com/kenoxa/svelte-formup/commit/c0f7dd5b89eb5506aeaeecf24e80307037aff5cb)) ### [0.3.3](https://www.github.com/kenoxa/svelte-formup/compare/v0.3.2...v0.3.3) (2020-07-02) ### Bug Fixes * add website generation to release script ([cff4a20](https://www.github.com/kenoxa/svelte-formup/commit/cff4a2071d125b9982ddc825a78b30dd4584636f)) * ensure @carv/type are only loaded for preview ([074b931](https://www.github.com/kenoxa/svelte-formup/commit/074b9314d7cffac0cc54ba07165372b431ca28bf)) * snowpack omits files without an export or side effect ([b0694d3](https://www.github.com/kenoxa/svelte-formup/commit/b0694d394fba429e66cdea66e901dab504b50787)) ### [0.3.2](https://www.github.com/kenoxa/svelte-formup/compare/v0.3.1...v0.3.2) (2020-07-02) ### Bug Fixes * ignore changelog in prettier ([89f1f7b](https://www.github.com/kenoxa/svelte-formup/commit/89f1f7beaa2bbd3ff74d56a06be67f28e7244dda)) ### [0.3.1](https://www.github.com/kenoxa/svelte-formup/compare/v0.3.0...v0.3.1) (2020-07-02) ### Bug Fixes * **prettier:** ignore changelog and toc ([2d3ed04](https://www.github.com/kenoxa/svelte-formup/commit/2d3ed04e56d266fe560c836c08640cadc4f086bd)) * update docs on created release ([09e0e32](https://www.github.com/kenoxa/svelte-formup/commit/09e0e3244d7b4f219c6c75fd53a69367201d7d2b)) ## [0.3.0](https://www.github.com/kenoxa/svelte-formup/compare/v0.2.1...v0.3.0) (2020-07-02) ### Features * github pages ([44ad5a0](https://www.github.com/kenoxa/svelte-formup/commit/44ad5a0fa3fb7fb206c82024fbde5676ea4f17a0)) ### Bug Fixes - getInitialValues result is partial of schema ([564c709](https://www.github.com/kenoxa/svelte-formup/commit/564c709ebdb8e7ef6e3d996aeccdb941923a2e72)) - update readme examples ([442146e](https://www.github.com/kenoxa/svelte-formup/commit/442146e4861cbca18ef6f42a0f652ffbe3a5bd6a)) - use is-\* modifier for css classes ([918a267](https://www.github.com/kenoxa/svelte-formup/commit/918a2670a7cbf7f1bab56fa6c7958edef9b76611)) - **gh-pages:** create CNAME from package.json/homepage ([fd53007](https://www.github.com/kenoxa/svelte-formup/commit/fd53007a8c43b4ae3184dc2d2c8b0345f7c72463)) - **gh-pages:** only publish on release or version tag ([ddda4e0](https://www.github.com/kenoxa/svelte-formup/commit/ddda4e029cb5ab9271fdf2406fdd89d828ad81e4)) - **gh-pages:** simplify CNAME generation ([0b6c485](https://www.github.com/kenoxa/svelte-formup/commit/0b6c4852d64f2f94048dcdfb78a1561edefafa62)) - typedoc comments ([ceabdc0](https://www.github.com/kenoxa/svelte-formup/commit/ceabdc00f9e81c251bef19a10ee5ebaf0735ec94)) <!-- prettier-ignore-end -->