Skip to content

Releases: SoftwareBrothers/adminjs

v3.3.0-beta.30

24 Oct 16:19
Compare
Choose a tag to compare
v3.3.0-beta.30 Pre-release
Pre-release

3.3.0-beta.30 (2020-10-24)

Features

  • flat.filterOutParams takes more properties (478af85)

v3.3.0-beta.29

23 Oct 17:48
Compare
Choose a tag to compare
v3.3.0-beta.29 Pre-release
Pre-release

3.3.0-beta.29 (2020-10-23)

Bug Fixes

  • array manipulaton in deeply nested propertiescloses: #645 (7f0bb71)
  • population logic for deeply nested properties (1ada282), closes #645

v3.3.0-beta.28

17 Oct 05:58
Compare
Choose a tag to compare
v3.3.0-beta.28 Pre-release
Pre-release

3.3.0-beta.28 (2020-10-17)

Features

  • add custom property to Action (9d9f0cc)

v3.3.0-beta.27

16 Oct 20:37
Compare
Choose a tag to compare
v3.3.0-beta.27 Pre-release
Pre-release

3.3.0-beta.27 (2020-10-16)

Bug Fixes

  • error when passing prop: undefined (748d2ee)
  • filter params set by setRecord in useRecord (82ea4d5)
  • merging params and customParam in useRecord (a580eb7)

Features

v3.3.0-beta.26

15 Oct 05:41
Compare
Choose a tag to compare
v3.3.0-beta.26 Pre-release
Pre-release

3.3.0-beta.26 (2020-10-15)

Features

  • show/hide label in PropertyOptions (df110c6)

v3.3.0-beta.25

14 Oct 20:02
Compare
Choose a tag to compare
v3.3.0-beta.25 Pre-release
Pre-release

3.3.0-beta.25 (2020-10-14)

Bug Fixes

  • allow to bundle slatejs (26d2c52)
  • improve filtering params in useRecord (49da96e)

v3.3.0-beta.24

14 Oct 08:50
Compare
Choose a tag to compare
v3.3.0-beta.24 Pre-release
Pre-release

3.3.0-beta.24 (2020-10-14)

Bug Fixes

  • handle Date when coverting to formData (5cdd80d)

v3.3.0-beta.23

13 Oct 16:10
Compare
Choose a tag to compare
v3.3.0-beta.23 Pre-release
Pre-release

3.3.0-beta.23 (2020-10-13)

Bug Fixes

  • edit action updates context.record (d18f296)
  • new action populates record before returning (19dd439)
  • remove useEffect causing useRecord to reset (8760ab0), closes #624
  • rename data to context (3d19230)

Features

  • add new options to useRecord hook (323ea9a)
  • handling onverriding params in BaseRecord (3dd1747)

v3.3.0-beta.22

11 Oct 14:54
Compare
Choose a tag to compare
v3.3.0-beta.22 Pre-release
Pre-release

3.3.0-beta.22 (2020-10-11)

Features

  • pass multiple arguments to flat.selectParams (046292d)
  • style post settings (2680cae)

v3.3.0-beta.21

11 Oct 03:52
Compare
Choose a tag to compare
v3.3.0-beta.21 Pre-release
Pre-release

3.3.0-beta.21 (2020-10-11)

Features

  • add filterOutParams, selectParams to flat (4ba1552)