Releases: ForestAdmin/forest-rails
Releases · ForestAdmin/forest-rails
v6.0.2
v6.0.1
v6.0.0
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
v5.4.3
v5.4.2
v5.4.1
v6.0.0-beta.4
6.0.0-beta.4 (2021-01-15)
Bug Fixes
v6.0.0-beta.3
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)