Skip to content

Commit

Permalink
chore(release): 8.0.0-beta.7 [skip ci]
Browse files Browse the repository at this point in the history
# [8.0.0-beta.7](ForestAdmin/forest-express-sequelize@v8.0.0-beta.6...v8.0.0-beta.7) (2021-06-07)

### Features

* **smart-action:** user can add dynamically field with hook on smart action form ([#742](ForestAdmin/forest-express-sequelize#742)) ([228bb42](ForestAdmin/forest-express-sequelize@228bb42))

### BREAKING CHANGES

* **smart-action:** fields parameters on hook function is no longer a map of field, it is now an array.
change hook is no longer choosen by the field name, field need to have hook defined inside it definition by addin a props hook.
  • Loading branch information
forest-bot committed Jun 7, 2021
1 parent 228bb42 commit f3b947f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [8.0.0-beta.7](https://github.com/ForestAdmin/forest-express-sequelize/compare/v8.0.0-beta.6...v8.0.0-beta.7) (2021-06-07)


### Features

* **smart-action:** user can add dynamically field with hook on smart action form ([#742](https://github.com/ForestAdmin/forest-express-sequelize/issues/742)) ([228bb42](https://github.com/ForestAdmin/forest-express-sequelize/commit/228bb42aeb0ae13d352e7b053e243a80d0ddc078))


### BREAKING CHANGES

* **smart-action:** fields parameters on hook function is no longer a map of field, it is now an array.
change hook is no longer choosen by the field name, field need to have hook defined inside it definition by addin a props hook.

# [8.0.0-beta.6](https://github.com/ForestAdmin/forest-express-sequelize/compare/v8.0.0-beta.5...v8.0.0-beta.6) (2021-06-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "forest-express-sequelize",
"description": "Official Express/Sequelize Liana for Forest",
"version": "8.0.0-beta.6",
"version": "8.0.0-beta.7",
"author": "Sandro Munda <[email protected]>",
"contributors": [
"Arnaud Besnier <[email protected]>",
Expand Down

0 comments on commit f3b947f

Please sign in to comment.