Skip to content

Commit 7618379

Browse files
committed
chore(release): 7.0.0 [skip ci]
# [7.0.0](v6.6.2...v7.0.0) (2021-07-20) ### Bug Fixes * **dependency:** now using forestadmin-jsonapi-serializers instead of the jsonapi-serializers gem ([#475](#475)) ([3feea36](3feea36)) ### chore * **force-release:** now using forestadmin-jsonapi-serializers instead of the jsonapi-serializers gem ([#464](#464)) ([00ee2a4](00ee2a4)) ### Features * **scopes:** enforce scopes restrictions on a wider range of requests ([#488](#488)) ([66825a3](66825a3)) * smart action hooks now have access to the http request ([#499](#499)) ([5cd4a0e](5cd4a0e)) * **hooks:** developers can dynamically add or remove smart actions fields ([#465](#465)) ([970f3d8](970f3d8)) * **security:** secure segments queries ([#495](#495)) ([571f889](571f889)) ### BREAKING CHANGES * record is no longer send to the hook midleware & values option on smart action is no longer supported * **hooks:** 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. * **dependency:** Switch from jsonapi-serializers to forestadmin-jsonapi-serializers to serialize data to the JSONAPI format, mainly to avoid conflict with the jsonapi-serializer library * **force-release:** Switch from jsonapi-serializers to forestadmin-jsonapi-serializers to serialize data to the JSONAPI format, mainly to avoid conflict with the jsonapi-serializer library
1 parent 1859882 commit 7618379

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# [7.0.0](https://github.com/ForestAdmin/forest-rails/compare/v6.6.2...v7.0.0) (2021-07-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **dependency:** now using forestadmin-jsonapi-serializers instead of the jsonapi-serializers gem ([#475](https://github.com/ForestAdmin/forest-rails/issues/475)) ([3feea36](https://github.com/ForestAdmin/forest-rails/commit/3feea36b3b578638f3ad7c16ebab8e457a68d71f))
7+
8+
9+
### chore
10+
11+
* **force-release:** now using forestadmin-jsonapi-serializers instead of the jsonapi-serializers gem ([#464](https://github.com/ForestAdmin/forest-rails/issues/464)) ([00ee2a4](https://github.com/ForestAdmin/forest-rails/commit/00ee2a40ded4eaccbe7fecb68e4edf0aaa36e38b))
12+
13+
14+
### Features
15+
16+
* **scopes:** enforce scopes restrictions on a wider range of requests ([#488](https://github.com/ForestAdmin/forest-rails/issues/488)) ([66825a3](https://github.com/ForestAdmin/forest-rails/commit/66825a339fc11d03b8a1653b1877cb9d492dacfb))
17+
* smart action hooks now have access to the http request ([#499](https://github.com/ForestAdmin/forest-rails/issues/499)) ([5cd4a0e](https://github.com/ForestAdmin/forest-rails/commit/5cd4a0e7b9d9e1fcc551198a2eab62e471f51d92))
18+
* **hooks:** developers can dynamically add or remove smart actions fields ([#465](https://github.com/ForestAdmin/forest-rails/issues/465)) ([970f3d8](https://github.com/ForestAdmin/forest-rails/commit/970f3d82806296137f2e64379c92884b04954580))
19+
* **security:** secure segments queries ([#495](https://github.com/ForestAdmin/forest-rails/issues/495)) ([571f889](https://github.com/ForestAdmin/forest-rails/commit/571f889d85c226b8d4b78618150c75f4fa2aa9ad))
20+
21+
22+
### BREAKING CHANGES
23+
24+
* record is no longer send to the hook midleware & values option on smart action is no longer supported
25+
* **hooks:** fields parameters on hook function is no longer a map of field, it is now an array.
26+
change hook is no longer choosen by the field name, field need to have hook defined inside it definition by addin a props hook.
27+
* **dependency:** Switch from jsonapi-serializers to forestadmin-jsonapi-serializers to serialize data to the JSONAPI format, mainly to avoid conflict with the jsonapi-serializer library
28+
* **force-release:** Switch from jsonapi-serializers to forestadmin-jsonapi-serializers to serialize data to the JSONAPI format, mainly to avoid conflict with the jsonapi-serializer library
29+
130
# [7.0.0-beta.6](https://github.com/ForestAdmin/forest-rails/compare/v7.0.0-beta.5...v7.0.0-beta.6) (2021-07-20)
231

332

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
forest_liana (7.0.0-beta.6)
4+
forest_liana (7.0.0)
55
arel-helpers
66
bcrypt
77
forestadmin-jsonapi-serializers (>= 0.14.0)

lib/forest_liana/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestLiana
2-
VERSION = "7.0.0-beta.6"
2+
VERSION = "7.0.0"
33
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forest-rails",
3-
"version": "7.0.0-beta.6",
3+
"version": "7.0.0",
44
"description": "The official Rails liana for Forest.",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)