Releases: ForestAdmin/forest-rails
Releases · ForestAdmin/forest-rails
v7.2.2
v6.6.3
v7.2.1
v7.2.0
v7.1.0
v7.0.2
v7.0.1
v7.0.0
7.0.0 (2021-07-20)
Bug Fixes
- dependency: now using forestadmin-jsonapi-serializers instead of the jsonapi-serializers gem (#475) (3feea36)
chore
- force-release: now using forestadmin-jsonapi-serializers instead of the jsonapi-serializers gem (#464) (00ee2a4)
Features
- scopes: enforce scopes restrictions on a wider range of requests (#488) (66825a3)
- smart action hooks now have access to the http request (#499) (5cd4a0e)
- hooks: developers can dynamically add or remove smart actions fields (#465) (970f3d8)
- security: secure segments queries (#495) (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
v7.0.0-beta.6
7.0.0-beta.6 (2021-07-20)
Bug Fixes
- allow smart action endpoints to start with slashes (d4f6a61)
- allow smart action endpoints to start with slashes (cf6c6a9)
- fix time based graph when timezone is different with database (#476) (5d9fb89)
- stats permissions should be retrieved only one time per team (#489) (c2e9104)
- support permissions infos with ruby < 2.7 (#486) (a611271)