Skip to content

Commit e4213d7

Browse files
committed
chore(release): 7.0.0-beta.10 [skip ci]
# [7.0.0-beta.10](v7.0.0-beta.9...v7.0.0-beta.10) (2021-02-09) ### Bug Fixes * array display with smart field ([#575](#575)) ([e0698d3](e0698d3)) * correctly set fields holding belongsTo relationships to null when updated with a null value ([#607](#607)) ([374151f](374151f)) * display correct reference field when it is a smartfield ([#584](#584)) ([50aef31](50aef31)) * fix belongsTo relationships creation when creating a record ([#602](#602)) ([e06dbc8](e06dbc8)) * fix related data list display ([#578](#578)) ([370dba7](370dba7)) * fix unconventional pk when referenced as null on creation ([#608](#608)) ([af70d62](af70d62)) * handle foreign key toward non primary key ([#585](#585)) ([64c78c7](64c78c7)) * secure sql queries generated by leaderboard stats ([#611](#611)) ([f41d79c](f41d79c)) * **forestadmin-schema:** regenerate forestadmin schema only when files are valid ([#597](#597)) ([a24abbd](a24abbd)) * **leaderboard:** fix an error when use "user" table ([#565](#565)) ([0cbbc32](0cbbc32)) * **smart-action-hook:** value injected to an enum field of type is now correctly handled ([#600](#600)) ([c0a3b58](c0a3b58)) ### Features * **filter:** add possibility to filter on smart field ([eaead56](eaead56)) * **filter:** add possibility to filter on smart field ([#583](#583)) ([dbf136a](dbf136a)) * **smart actions:** introduce smart action forms hooks ([#569](#569)) ([cd13029](cd13029))
1 parent 5ed0e48 commit e4213d7

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [7.0.0-beta.10](https://github.com/ForestAdmin/forest-express-sequelize/compare/v7.0.0-beta.9...v7.0.0-beta.10) (2021-02-09)
2+
3+
4+
### Bug Fixes
5+
6+
* array display with smart field ([#575](https://github.com/ForestAdmin/forest-express-sequelize/issues/575)) ([e0698d3](https://github.com/ForestAdmin/forest-express-sequelize/commit/e0698d30f9ae1a792a51b61bb74a8a29753d1317))
7+
* correctly set fields holding belongsTo relationships to null when updated with a null value ([#607](https://github.com/ForestAdmin/forest-express-sequelize/issues/607)) ([374151f](https://github.com/ForestAdmin/forest-express-sequelize/commit/374151fcfa7d3e70ce5817039749656250131e2f))
8+
* display correct reference field when it is a smartfield ([#584](https://github.com/ForestAdmin/forest-express-sequelize/issues/584)) ([50aef31](https://github.com/ForestAdmin/forest-express-sequelize/commit/50aef319977555c31f853d4436fcfa6694f85b26))
9+
* fix belongsTo relationships creation when creating a record ([#602](https://github.com/ForestAdmin/forest-express-sequelize/issues/602)) ([e06dbc8](https://github.com/ForestAdmin/forest-express-sequelize/commit/e06dbc831dddeffed8d13a8a942b3998ef2982bf))
10+
* fix related data list display ([#578](https://github.com/ForestAdmin/forest-express-sequelize/issues/578)) ([370dba7](https://github.com/ForestAdmin/forest-express-sequelize/commit/370dba7c0c60a64dad6688a54e62cc508e44b9b5))
11+
* fix unconventional pk when referenced as null on creation ([#608](https://github.com/ForestAdmin/forest-express-sequelize/issues/608)) ([af70d62](https://github.com/ForestAdmin/forest-express-sequelize/commit/af70d62d36052ab0b77295a581d82ae69068ccda))
12+
* handle foreign key toward non primary key ([#585](https://github.com/ForestAdmin/forest-express-sequelize/issues/585)) ([64c78c7](https://github.com/ForestAdmin/forest-express-sequelize/commit/64c78c7545bc03fa03984572b39cf6977e927f17))
13+
* secure sql queries generated by leaderboard stats ([#611](https://github.com/ForestAdmin/forest-express-sequelize/issues/611)) ([f41d79c](https://github.com/ForestAdmin/forest-express-sequelize/commit/f41d79c979b01a9d15e8354df94918e27faf9187))
14+
* **forestadmin-schema:** regenerate forestadmin schema only when files are valid ([#597](https://github.com/ForestAdmin/forest-express-sequelize/issues/597)) ([a24abbd](https://github.com/ForestAdmin/forest-express-sequelize/commit/a24abbdfd91c24aff87fc649e9889e5d88cef61d))
15+
* **leaderboard:** fix an error when use "user" table ([#565](https://github.com/ForestAdmin/forest-express-sequelize/issues/565)) ([0cbbc32](https://github.com/ForestAdmin/forest-express-sequelize/commit/0cbbc326b0f8ff686ed1e6b37dc719005e06866a))
16+
* **smart-action-hook:** value injected to an enum field of type is now correctly handled ([#600](https://github.com/ForestAdmin/forest-express-sequelize/issues/600)) ([c0a3b58](https://github.com/ForestAdmin/forest-express-sequelize/commit/c0a3b58dc272f91d1802fa00dca3b3c79ca56e01))
17+
18+
19+
### Features
20+
21+
* **filter:** add possibility to filter on smart field ([eaead56](https://github.com/ForestAdmin/forest-express-sequelize/commit/eaead56004a67edd4d266dc1583c43146ca393c3))
22+
* **filter:** add possibility to filter on smart field ([#583](https://github.com/ForestAdmin/forest-express-sequelize/issues/583)) ([dbf136a](https://github.com/ForestAdmin/forest-express-sequelize/commit/dbf136a2f8b1fd7b3694769792e9e15b4a93a6e4))
23+
* **smart actions:** introduce smart action forms hooks ([#569](https://github.com/ForestAdmin/forest-express-sequelize/issues/569)) ([cd13029](https://github.com/ForestAdmin/forest-express-sequelize/commit/cd13029551e6b6cbee0ecaed4c51d0bf44794e0a))
24+
125
## [6.7.7](https://github.com/ForestAdmin/forest-express-sequelize/compare/v6.7.6...v6.7.7) (2021-02-05)
226

327

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "forest-express-sequelize",
33
"description": "Official Express/Sequelize Liana for Forest",
4-
"version": "7.0.0-beta.9",
4+
"version": "7.0.0-beta.10",
55
"author": "Sandro Munda <[email protected]>",
66
"contributors": [
77
"Arnaud Besnier <[email protected]>",

0 commit comments

Comments
 (0)