Skip to content

Commit cc5c914

Browse files
committed
chore(release): 8.0.0 [skip ci]
# [8.0.0](v7.9.2...v8.0.0) (2021-07-19) ### Bug Fixes * abstractRecord type ([#624](#624)) ([56fbac3](56fbac3)) * broken value charts due to missing user on ValueStatGetter constructor ([#609](#609)) ([0b52930](0b52930)) * fix types ([7e2d7f2](7e2d7f2)) ### Features * allow hooks for global and bulk smart action ([#622](#622)) ([2c5c7d1](2c5c7d1)) * **security:** secure segments queries ([#616](#616)) ([f09990a](f09990a)) * **smart-action:** user can add dynamically field with hook on smart action form ([#593](#593)) ([90b4330](90b4330)) * feat(scopes)!: enforce scopes restrictions on a wider range of requests (#586) ([2ce0904](2ce0904)), closes [#586](#586) ### BREAKING CHANGES * record is no longer send to the hook middleware & values option on smart action is no longer supported * **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. * the public API of forest-express has changed to include the parameters which are needed to evaluate scope filters. This includes PermissionMiddlewareCreator, all classes on the /exposed folder and most services. Many routes now require providing the current user timezone.
1 parent 18042df commit cc5c914

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# [8.0.0](https://github.com/ForestAdmin/forest-express-mongoose/compare/v7.9.2...v8.0.0) (2021-07-19)
2+
3+
4+
### Bug Fixes
5+
6+
* abstractRecord type ([#624](https://github.com/ForestAdmin/forest-express-mongoose/issues/624)) ([56fbac3](https://github.com/ForestAdmin/forest-express-mongoose/commit/56fbac359c57a7e572de227a9ca2eb85d6496487))
7+
* broken value charts due to missing user on ValueStatGetter constructor ([#609](https://github.com/ForestAdmin/forest-express-mongoose/issues/609)) ([0b52930](https://github.com/ForestAdmin/forest-express-mongoose/commit/0b52930dd6ced63bf3defe7c3263b27a8cb8f793))
8+
* fix types ([7e2d7f2](https://github.com/ForestAdmin/forest-express-mongoose/commit/7e2d7f220abbcfff79a1f33e3635da5df65c041d))
9+
10+
11+
### Features
12+
13+
* allow hooks for global and bulk smart action ([#622](https://github.com/ForestAdmin/forest-express-mongoose/issues/622)) ([2c5c7d1](https://github.com/ForestAdmin/forest-express-mongoose/commit/2c5c7d19cd6887b66014c255dd032c20b7bc54df))
14+
* **security:** secure segments queries ([#616](https://github.com/ForestAdmin/forest-express-mongoose/issues/616)) ([f09990a](https://github.com/ForestAdmin/forest-express-mongoose/commit/f09990a64ec27a882e9560007e068ae068bf562f))
15+
* **smart-action:** user can add dynamically field with hook on smart action form ([#593](https://github.com/ForestAdmin/forest-express-mongoose/issues/593)) ([90b4330](https://github.com/ForestAdmin/forest-express-mongoose/commit/90b4330e073c78da79a2ebbbbb2055e9e459a940))
16+
17+
18+
* feat(scopes)!: enforce scopes restrictions on a wider range of requests (#586) ([2ce0904](https://github.com/ForestAdmin/forest-express-mongoose/commit/2ce09043f0115a791f0b831ab49b08c534c50f2e)), closes [#586](https://github.com/ForestAdmin/forest-express-mongoose/issues/586)
19+
20+
21+
### BREAKING CHANGES
22+
23+
* record is no longer send to the hook middleware & values option on smart action is no longer supported
24+
* **smart-action:** fields parameters on hook function is no longer a map of field, it is now an array.
25+
change hook is no longer choosen by the field name, field need to have hook defined inside it definition by addin a props hook.
26+
* the public API of forest-express has changed to include the parameters which are needed to evaluate scope filters. This includes PermissionMiddlewareCreator, all classes on the /exposed folder and most services. Many routes now require providing the current user timezone.
27+
128
# [8.0.0-beta.9](https://github.com/ForestAdmin/forest-express-mongoose/compare/v8.0.0-beta.8...v8.0.0-beta.9) (2021-07-19)
229

330
# [8.0.0-beta.8](https://github.com/ForestAdmin/forest-express-mongoose/compare/v8.0.0-beta.7...v8.0.0-beta.8) (2021-07-19)

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-mongoose",
33
"description": "Official Express/Mongoose Liana for Forest",
4-
"version": "8.0.0-beta.9",
4+
"version": "8.0.0",
55
"author": "Sandro Munda <[email protected]>",
66
"contributors": [
77
"Arnaud Besnier <[email protected]>",

0 commit comments

Comments
 (0)