v8.0.0-beta.3
Pre-release
Pre-release
forest-bot
released this
26 May 08:46
·
211 commits
to beta
since this release
8.0.0-beta.3 (2021-05-26)
Bug Fixes
- smart-actions-change-hook: record is no longer altered and is sent correctly (#728) (2ac7af8)
- distribution charts using groupby on a relationship throws 403 Forbidden (#725) (30e6744)
- regression when fetching has-many and not selecting any fields on a hasone/belongsto relation (#720) (74ed623)
- schema: do not remove primary key fields from the schema when tables have foreign keys that are primary keys (8844fb5)
- search: enable to search for a big integer in an ID field (#695) (9f8132c)
- search: searching for a big int value should not break if there is a regular integer field (#694) (af076ad)
- security: patch ssri dependency vulnerability (#690) (6b0770d)
Features
- browsing-context: allow
Forest-Context-Url
header to give the current browser url of users (#665) (c46fd66) - filters: add support for the `model.field IN array` filter condition (#719) (5f58457)
- add support for belongsTo and hasOne filters on related data (#715) (2bc769e)
- support yarn 2 plug n play install mode (#698) (64b5734)
BREAKING CHANGES
- browsing-context: users willing to use this header needs either to clean the allowed headers or to add this specific header in the CORS configuration