Skip to content

Releases: SoftwareBrothers/adminjs

v7.4.1

Choose a tag to compare

@github-actions github-actions released this 22 Nov 09:35

7.4.1 (2023-11-22)

Bug Fixes

  • set page to 1 when applying filters (a2d82ce)

v7.4.0

Choose a tag to compare

@github-actions github-actions released this 21 Nov 09:27

7.4.0 (2023-11-21)

Features

  • add support for auth providers (fd0395b)

v7.3.1

Choose a tag to compare

@github-actions github-actions released this 14 Nov 21:49

7.3.1 (2023-11-14)

Bug Fixes

  • add support for bundling .mjs and .mts files via component-loader (#1576) (2d4196f)

v7.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Oct 08:14

7.3.0 (2023-10-17)

Features

v7.2.2

Choose a tag to compare

@github-actions github-actions released this 20 Sep 09:10

7.2.2 (2023-09-20)

Features

v7.2.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 07:47

7.2.1 (2023-08-18)

Bug Fixes

  • make back button navigate one route up (4d7331e)
  • refactor Routes (8b7c19e)
  • retain filters when opening record in a drawer (65b1c89)

v7.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 08:57

7.2.0 (2023-07-25)

Features

  • allow to translate resources in resource options (1c2d27f)

v7.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 07:41

7.1.0 (2023-07-18)

Features

  • allow to set titleProperty in resource options (ea97b4a)

v7.0.9

Choose a tag to compare

@github-actions github-actions released this 04 Jul 08:29

7.0.9 (2023-07-04)

Bug Fixes

  • do not call API on route enter if action has no component (88e30e9)
  • fix 'no component' error when using a resource action with no component (09ade25)
  • make delete action perform delete only for POST method (59ef554)

v7.0.8

Choose a tag to compare

@github-actions github-actions released this 28 Jun 11:01

7.0.8 (2023-06-28)

Bug Fixes

  • allow to import original components without HOC-loop (52d2742)