Skip to content

Releases: devforth/adminforth

v2.22.0-next.27

27 Feb 11:35

Choose a tag to compare

v2.22.0-next.27 Pre-release
Pre-release

2.22.0-next.27 (2026-02-27)

Bug Fixes

  • remove unnecessary width class from modal component (eafd26a)

v2.22.0-next.26

27 Feb 11:23

Choose a tag to compare

v2.22.0-next.26 Pre-release
Pre-release

2.22.0-next.26 (2026-02-27)

Features

  • add ability to register components explicitly (60f7bec)

v2.22.0-next.25

27 Feb 07:40

Choose a tag to compare

v2.22.0-next.25 Pre-release
Pre-release

2.22.0-next.25 (2026-02-27)

Features

  • add ability to change height of the progress bar (ca7af4d)

v2.22.0-next.24

27 Feb 07:20

Choose a tag to compare

v2.22.0-next.24 Pre-release
Pre-release

2.22.0-next.24 (2026-02-27)

Bug Fixes

  • make modal trigger div full width (dfc6421)

v2.22.0-next.23

27 Feb 06:58

Choose a tag to compare

v2.22.0-next.23 Pre-release
Pre-release

2.22.0-next.23 (2026-02-27)

Features

  • add afcl modal component (75a1159)

v2.22.0-next.22

26 Feb 14:39

Choose a tag to compare

v2.22.0-next.22 Pre-release
Pre-release

2.22.0-next.22 (2026-02-26)

Features

  • add animation for the progress bar (dda5490)

v2.22.0-next.21

26 Feb 14:25

Choose a tag to compare

v2.22.0-next.21 Pre-release
Pre-release

2.22.0-next.21 (2026-02-26)

Bug Fixes

  • remove top margin from ProgressBar component (129b3bc)

v2.22.0-next.20

26 Feb 14:01

Choose a tag to compare

v2.22.0-next.20 Pre-release
Pre-release

2.22.0-next.20 (2026-02-26)

Bug Fixes

  • don't unsublscribe from all websocket, when we are subscribe to badges socket (45884e1)

v2.22.0-next.19

26 Feb 08:43

Choose a tag to compare

v2.22.0-next.19 Pre-release
Pre-release

2.22.0-next.19 (2026-02-26)

Features

  • add getTimeAgoString function (5568450)

v2.23.0

25 Feb 11:02
9a464e7

Choose a tag to compare

2.23.0 (2026-02-25)

Bug Fixes

  • don't paste database url to the .env.local file of created application, if database url is not local (119b05c)
  • fill .env file when we are creating adminforth app (3fc7911)
  • remove unnecessary local network alias check in database validation (dd81bd6)
  • simplify input handling by removing min/max validation logic (ab16fde)

Features

  • add @tailwindcss/typography plugin and update dependencies (650fe9b)
  • add measureTokensCount method to CompletionAdapter interface (6c775a5)
  • allow to pass messageHtml to the adminforth.alert (b783a04)
  • show list of changed fields in before create/edit views leave popup (f6bfd70)