diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f1cc2..aa3d593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,30 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### 1.0.0 +#### [v1.1.0](https://github.com/collective/volto-form-block/compare/v1.0.0...v1.1.0) + +- feat: add static fields rendering [`da6ae8d`](https://github.com/collective/volto-form-block/commit/da6ae8dd0729b511a1de87a39fab0ad14037cb32) +- feat: add static fields [`746e62e`](https://github.com/collective/volto-form-block/commit/746e62e1eadbf1316f271fc762fd62b980e4d278) +- fix: add field_type for static fields [`85ed53f`](https://github.com/collective/volto-form-block/commit/85ed53f1676d3b19452152b069df8e5a69929ce3) + +#### v1.0.0 + +> 15 March 2021 + +- feat: add form block [`8857ec5`](https://github.com/collective/volto-form-block/commit/8857ec5f96069586113b9ac623f9e902b6a1ce5c) +- chore(i18n): add translations [`58fd2d0`](https://github.com/collective/volto-form-block/commit/58fd2d04f45c4cd24ed37564112132ceabeac98d) +- feat: add export/clear buttons [`9dc8545`](https://github.com/collective/volto-form-block/commit/9dc85458c02dc35b7cc8e085a7d0657622e26218) +- refactor(i18n): add translations, used en default [`be2f7d0`](https://github.com/collective/volto-form-block/commit/be2f7d05619db87f71a2fd87ced5415911cff3d2) +- chore: add addon scripts [`842b242`](https://github.com/collective/volto-form-block/commit/842b242cb0da7ae4232dc98e4ab601e7f82ffb77) +- chore: removed unused module [`9e2038a`](https://github.com/collective/volto-form-block/commit/9e2038a2f9d065faa2581e00e08f154049310207) +- first commit [`db2c10d`](https://github.com/collective/volto-form-block/commit/db2c10d209c6e93adb850babf7ddd6544b97e6d4) +- fix: form fields [`e69764c`](https://github.com/collective/volto-form-block/commit/e69764c018a2c527b749faee339a0967b9471f17) +- fix: field styles and fileWidget props [`daa1d22`](https://github.com/collective/volto-form-block/commit/daa1d22e7a4e8e8da24139daf99f953da0fec600) +- refactor: add confirm message [`e321e76`](https://github.com/collective/volto-form-block/commit/e321e7659ee69267217c3393689bbec735c3dfc3) +- fix: required fields label [`05da825`](https://github.com/collective/volto-form-block/commit/05da825bb51a6dafcc5917b37d855b12a68b5baf) +- feat: submit form with formsupport [`b27b736`](https://github.com/collective/volto-form-block/commit/b27b736552a995831f3ecd5d384c1592059f0c81) +- docs: fix jsdoc [`b776472`](https://github.com/collective/volto-form-block/commit/b776472e3dfdcb70bedaafee21d83d8d47cfa346) +- Release 1.0.0 [`2e3e54a`](https://github.com/collective/volto-form-block/commit/2e3e54a58fb8f2cfa5792f38f0698567552a604a) +- chore: add dependencies [`24a83bc`](https://github.com/collective/volto-form-block/commit/24a83bc30f73a50290acc833a047d4684c187db9) +- chore: add addon scripts [`33b5ad6`](https://github.com/collective/volto-form-block/commit/33b5ad66ab292da9124d0083e403b113645dfad8) +- Update README.md [`231fa90`](https://github.com/collective/volto-form-block/commit/231fa907def440a67cfbc74bf21977461d9b94a2) diff --git a/package.json b/package.json index c4283ca..19f6381 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-form-block", - "version": "1.0.0", + "version": "1.1.0", "description": "Volto block to build a form", "main": "src/index.js", "repository": "https://github.com/collective/volto-form-block",