Skip to content

Releases: ForestAdmin/forest-rails

v6.0.2

04 Mar 08:37
Compare
Choose a tag to compare

6.0.2 (2021-03-04)

Bug Fixes

  • authentication: properly setup the session cookie to restore authentication on remote environments (#433) (556c56d)

v6.0.1

26 Feb 10:50
Compare
Choose a tag to compare

6.0.1 (2021-02-26)

Bug Fixes

  • authentication: add missing environment variable generation and check if caching is enabled (#epz6k0) (#431) (3fb83d1), closes #epz6k0

v6.0.0

22 Feb 13:50
Compare
Choose a tag to compare

6.0.0 (2021-02-22)

Bug Fixes

  • auth: support multi-instances and remove auth's redirection (#407) (8fcf9d4)
  • 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).
  • 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.4.4

19 Feb 10:09
Compare
Choose a tag to compare

5.4.4 (2021-02-19)

Bug Fixes

  • display a warning on missing association (#426) (a4974a3)

v5.4.3

28 Jan 10:28
Compare
Choose a tag to compare

5.4.3 (2021-01-28)

Bug Fixes

  • use update instead of update_attribute to ensure rails 6.1 compatibility (#417) (41f9afb)

v5.4.2

27 Jan 08:24
Compare
Choose a tag to compare

5.4.2 (2021-01-27)

Bug Fixes

  • stripe: fix serialization issues on invoices (#412) (d9595bf)

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)