Skip to content

Releases: ForestAdmin/forest-rails

v6.6.0

09 Jun 10:01
Compare
Choose a tag to compare

6.6.0 (2021-06-09)

Features

  • include role in the user data inside the request (#478) (0a34716)

v6.5.1

08 Jun 15:48
Compare
Choose a tag to compare

6.5.1 (2021-06-08)

Bug Fixes

  • allow smart action endpoints to start with slashes (d4f6a61)
  • allow smart action endpoints to start with slashes (cf6c6a9)

v7.0.0-beta.2

07 Jun 13:24
Compare
Choose a tag to compare
v7.0.0-beta.2 Pre-release
Pre-release

7.0.0-beta.2 (2021-06-07)

Features

  • hooks: developers can dynamically add or remove smart actions fields (#465) (970f3d8)

BREAKING CHANGES

  • 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.

v6.5.0

03 Jun 08:40
Compare
Choose a tag to compare

6.5.0 (2021-06-03)

Features

  • schema: move some meta data under stack attribute to prevent blocking scenarios on DWO (#469) (76aa754)

v7.0.0-beta.1

01 Jun 09:31
Compare
Choose a tag to compare
v7.0.0-beta.1 Pre-release
Pre-release

7.0.0-beta.1 (2021-06-01)

Bug Fixes

  • dependency: now using forestadmin-jsonapi-serializers instead of the jsonapi-serializers gem (#475) (3feea36)

BREAKING CHANGES

  • 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

v6.4.1

01 Jun 14:06
Compare
Choose a tag to compare

6.4.1 (2021-06-01)

Bug Fixes

  • fix time based graph when timezone is different with database (#476) (5d9fb89)

v6.4.1-beta.1

01 Jun 08:51
Compare
Choose a tag to compare
v6.4.1-beta.1 Pre-release
Pre-release

6.4.1-beta.1 (2021-06-01)

chore

  • force-release: now using forestadmin-jsonapi-serializers instead of the jsonapi-serializers gem (#464) (00ee2a4)

BREAKING CHANGES

  • 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

v6.4.0

26 May 14:51
Compare
Choose a tag to compare

6.4.0 (2021-05-26)

Features

  • logger: allow the logger to be configurable by the parent application (#467) (0bd355a)

v6.3.8

26 May 12:01
Compare
Choose a tag to compare

6.3.8 (2021-05-26)

Bug Fixes

  • validation: support multilines regex (#466) (1daf0b1)

v6.3.7

18 May 14:45
Compare
Choose a tag to compare

6.3.7 (2021-05-18)

Bug Fixes

  • schema: generate the schema properly on server start while using the classic Autoloader using Rails 5 (#463) (767236c)