Skip to content

Releases: ForestAdmin/forest-express-sequelize

v6.7.10

22 Feb 08:17
Compare
Choose a tag to compare

6.7.10 (2021-02-22)

Bug Fixes

  • support foreign and primary key column (#630) (2a289b8)

v6.7.9

22 Feb 07:17
Compare
Choose a tag to compare

6.7.9 (2021-02-22)

Bug Fixes

  • fix record creation with unconventional pk field acting as a fk (#598) (d3779b7)

v6.7.8

19 Feb 14:03
Compare
Choose a tag to compare

6.7.8 (2021-02-19)

Bug Fixes

  • search: don't convert float values to bigint (75c1517)
  • search: handle large numbers in search queries (c0c1c70)
  • search: handle large numbers in search queries (#621) (ec6ab89)
  • search: handle tables that contain floats and bigints (7ac2fe1)
  • search: revert changes when numbers are below MAX_SAFE_INTEGER (1d95021)

v7.0.0-beta.10

09 Feb 09:20
Compare
Choose a tag to compare
v7.0.0-beta.10 Pre-release
Pre-release

7.0.0-beta.10 (2021-02-09)

Bug Fixes

  • array display with smart field (#575) (e0698d3)
  • correctly set fields holding belongsTo relationships to null when updated with a null value (#607) (374151f)
  • display correct reference field when it is a smartfield (#584) (50aef31)
  • fix belongsTo relationships creation when creating a record (#602) (e06dbc8)
  • fix related data list display (#578) (370dba7)
  • fix unconventional pk when referenced as null on creation (#608) (af70d62)
  • handle foreign key toward non primary key (#585) (64c78c7)
  • secure sql queries generated by leaderboard stats (#611) (f41d79c)
  • forestadmin-schema: regenerate forestadmin schema only when files are valid (#597) (a24abbd)
  • leaderboard: fix an error when use "user" table (#565) (0cbbc32)
  • smart-action-hook: value injected to an enum field of type is now correctly handled (#600) (c0a3b58)

Features

  • filter: add possibility to filter on smart field (eaead56)
  • filter: add possibility to filter on smart field (#583) (dbf136a)
  • smart actions: introduce smart action forms hooks (#569) (cd13029)

v6.7.7

05 Feb 10:46
Compare
Choose a tag to compare

6.7.7 (2021-02-05)

Bug Fixes

  • secure sql queries generated by leaderboard stats (#611) (f41d79c)

v7.0.0-beta.9

02 Feb 09:56
Compare
Choose a tag to compare
v7.0.0-beta.9 Pre-release
Pre-release

7.0.0-beta.9 (2021-02-02)

Features

  • return correct errors when the user needs to configure the 2FA (#609) (08b64a0)

v6.7.6

02 Feb 08:58
Compare
Choose a tag to compare

6.7.6 (2021-02-02)

Bug Fixes

  • fix unconventional pk when referenced as null on creation (#608) (af70d62)

v6.7.5

27 Jan 15:36
Compare
Choose a tag to compare

6.7.5 (2021-01-27)

Bug Fixes

  • correctly set fields holding belongsTo relationships to null when updated with a null value (#607) (374151f)

v6.7.4

22 Jan 16:56
Compare
Choose a tag to compare

6.7.4 (2021-01-22)

Bug Fixes

  • fix belongsTo relationships creation when creating a record (#602) (e06dbc8)

v6.7.3

21 Jan 08:38
Compare
Choose a tag to compare

6.7.3 (2021-01-21)

Bug Fixes

  • handle foreign key toward non primary key (#585) (64c78c7)