Skip to content

Commit

Permalink
chore(release): 3.21.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.21.0](https://github.com/Jaspero/schema-forms/compare/@jaspero/[email protected]...@jaspero/[email protected]) (2022-02-11)

### Bug Fixes

* better naming conventions for uploaded files [#77](#77) ([44c3a9d](44c3a9d))

### Features

* **page-builder:** added img-preview directive for rendering preview when controls value is a File [#77](#77) ([d79319a](d79319a))
* **page-builder:** connected save methods [#77](#77) ([b8a1730](b8a1730))
* refactored all fields to use new save method approach ([6e20934](6e20934))
* **form-builder:** forwarding formId and parentForm to segments and fields ([918454d](918454d))
* **form-builder:** processing method on file component working 🎉 [#77](#77) ([af89035](af89035))
* **form-builder:** refactored save method [#77](#77) ([fc8ca71](fc8ca71))
  • Loading branch information
semantic-release-bot committed Feb 11, 2022
1 parent 9ef9648 commit f8bba82
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions projects/page-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# @jaspero/fb-page-builder [3.21.0](https://github.com/Jaspero/schema-forms/compare/@jaspero/[email protected]...@jaspero/[email protected]) (2022-02-11)


### Bug Fixes

* better naming conventions for uploaded files [#77](https://github.com/Jaspero/schema-forms/issues/77) ([44c3a9d](https://github.com/Jaspero/schema-forms/commit/44c3a9d46d374ad0e298b3afdc46fd02345bfdb5))


### Features

* **page-builder:** added img-preview directive for rendering preview when controls value is a File [#77](https://github.com/Jaspero/schema-forms/issues/77) ([d79319a](https://github.com/Jaspero/schema-forms/commit/d79319afd5ec5e9711a70bb43c16a643a545c665))
* **page-builder:** connected save methods [#77](https://github.com/Jaspero/schema-forms/issues/77) ([b8a1730](https://github.com/Jaspero/schema-forms/commit/b8a173050fc390fd2eef5e1af2b760bdb0dbd322))
* refactored all fields to use new save method approach ([6e20934](https://github.com/Jaspero/schema-forms/commit/6e209348b00763118144be107f74243f531bfda8))
* **form-builder:** forwarding formId and parentForm to segments and fields ([918454d](https://github.com/Jaspero/schema-forms/commit/918454d89fdcc6e9531bf98f9f2f175633111394))
* **form-builder:** processing method on file component working :tada: [#77](https://github.com/Jaspero/schema-forms/issues/77) ([af89035](https://github.com/Jaspero/schema-forms/commit/af89035fea64143864d7098896a5130118017acc))
* **form-builder:** refactored save method [#77](https://github.com/Jaspero/schema-forms/issues/77) ([fc8ca71](https://github.com/Jaspero/schema-forms/commit/fc8ca71326e0ddb6e4147218dcb2172bd1e39235))





### Dependencies

* **@jaspero/form-builder:** upgraded to 5.4.0

## @jaspero/fb-page-builder [3.20.6](https://github.com/Jaspero/schema-forms/compare/@jaspero/[email protected]...@jaspero/[email protected]) (2022-02-08)


Expand Down
2 changes: 1 addition & 1 deletion projects/page-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"homepage": "https://jaspero.co",
"peerDependencies": {
"@jaspero/form-builder": "5.3.1",
"@jaspero/form-builder": "5.4.0",
"@ngneat/until-destroy": "^8.0.0"
},
"dependencies": {
Expand Down

0 comments on commit f8bba82

Please sign in to comment.