Skip to content

Releases: ForestAdmin/forest-rails

v5.4.1

21 Jan 14:39
Compare
Choose a tag to compare

5.4.1 (2021-01-21)

Bug Fixes

  • smart-action-hook: value injected to an enum field of type is now correctly handled (#414) (ef90105)

v6.0.0-beta.4

15 Jan 14:08
Compare
Choose a tag to compare
v6.0.0-beta.4 Pre-release
Pre-release

6.0.0-beta.4 (2021-01-15)

Bug Fixes

  • auth: support multi-instances and remove auth's redirection (#407) (8fcf9d4)

v6.0.0-beta.3

14 Dec 16:11
Compare
Choose a tag to compare
v6.0.0-beta.3 Pre-release
Pre-release

6.0.0-beta.3 (2020-12-14)

Bug Fixes

  • fix test after enums (#398) (7b37350)
  • smart-actions: reset value when not present in enums in hook response (#397) (a1ddac1)
  • smart-actions: transform legacy widgets in hooks (#395) (0183d08)
  • smart-actions: use changedField instead of comparing values to trigger the correct change hook (#396) (d65c065)

Features

v5.4.0

10 Dec 09:02
Compare
Choose a tag to compare

5.4.0 (2020-12-10)

Features

  • role: add support for new roles ACL permissions (#391) (ae3539e)

v6.0.0-beta.2

09 Dec 11:01
Compare
Choose a tag to compare
v6.0.0-beta.2 Pre-release
Pre-release

6.0.0-beta.2 (2020-12-09)

Bug Fixes

  • gemfile: gemfile.lock forest_liana version mismatch (#401) (60ceaf1)

Features

BREAKING CHANGES

  • auth: Introduces a new authentication system.
  • The application_url property is required to initialize ForestLiana,
  • CORS rules must be adapted (to allow null origins).

v6.0.0-beta.1

09 Dec 10:25
Compare
Choose a tag to compare
v6.0.0-beta.1 Pre-release
Pre-release

6.0.0-beta.1 (2020-12-09)

Features

BREAKING CHANGES

  • auth: New authentication system.
    The application_url must be set in the ForestLiana initializer, adding a regex CORS rule for null origin is required.

v5.3.3

08 Dec 14:43
Compare
Choose a tag to compare

5.3.3 (2020-12-08)

Bug Fixes

  • fix test after enums (#398) (7b37350)
  • smart-actions: reset value when not present in enums in hook response (#397) (a1ddac1)

v5.3.2

07 Dec 15:13
Compare
Choose a tag to compare

5.3.2 (2020-12-07)

Bug Fixes

  • smart-actions: use changedField instead of comparing values to trigger the correct change hook (#396) (d65c065)

v5.3.1

07 Dec 09:38
Compare
Choose a tag to compare

5.3.1 (2020-12-07)

Bug Fixes

  • smart-actions: transform legacy widgets in hooks (#395) (0183d08)

v5.3.0

07 Dec 08:35
Compare
Choose a tag to compare

5.3.0 (2020-12-07)

Features