Skip to content

Releases: ForestAdmin/forest-rails

v8.0.9

13 Jun 15:08
Compare
Choose a tag to compare

8.0.9 (2023-06-13)

Bug Fixes

  • permissions: use correct collection name for model under module (#624) (e896763)

v8.0.8

23 May 14:18
Compare
Choose a tag to compare

8.0.8 (2023-05-23)

Bug Fixes

  • scope: cast filters to json before merge with scope (#622) (b0e0196)

v8.0.7

23 May 08:04
Compare
Choose a tag to compare

8.0.7 (2023-05-23)

Bug Fixes

  • operator: replace the hard-coded duration by the duration variable (#621) (776f23d)

v8.0.6

05 May 14:35
Compare
Choose a tag to compare

8.0.6 (2023-05-05)

Bug Fixes

  • hooks: use exact namespace to prevent controller conflict (#620) (3e4e7d6)

v8.0.5

04 May 12:30
Compare
Choose a tag to compare

8.0.5 (2023-05-04)

Bug Fixes

  • relation: fix dissociate all records of relationship (#618) (861d76f)

v8.0.4

21 Apr 13:44
Compare
Choose a tag to compare

8.0.4 (2023-04-21)

Bug Fixes

  • action: authorize all actions on development environment (#617) (72bec24)

v8.0.3

06 Apr 14:54
Compare
Choose a tag to compare

8.0.3 (2023-04-06)

Bug Fixes

  • permissions: use forest collection name for check the permission (#616) (a35646f)

v8.0.2

22 Mar 14:13
Compare
Choose a tag to compare

8.0.2 (2023-03-22)

Bug Fixes

  • developers can disable automatic schema send (#614) (97e1f06)

v8.0.1

16 Mar 13:13
Compare
Choose a tag to compare

8.0.1 (2023-03-16)

Bug Fixes

  • schema version generation for all versions (#613) (de72c6e)

v8.0.0

14 Mar 15:16
Compare
Choose a tag to compare

8.0.0 (2023-03-14)

Features

  • conditional-approval: users want conditional triggers of conditional approval (#612) (c4c7511)

BREAKING CHANGES

  • conditional-approval: Introduction of a new permission module call Ability. The previous permission system PermissionChecker doesn't exist anymore.