Skip to content

Releases: devforth/adminforth

v2.17.0-next.62

28 Jan 13:39
8c7c6c8

Choose a tag to compare

v2.17.0-next.62 Pre-release
Pre-release

2.17.0-next.62 (2026-01-28)

Features

  • add IconFileImageOutline in MenuLink component (b4dea43)

v2.17.0-next.61

28 Jan 11:53

Choose a tag to compare

v2.17.0-next.61 Pre-release
Pre-release

2.17.0-next.61 (2026-01-28)

Bug Fixes

  • rename 'record' to 'updates' in updateResourceRecord call for clarity (8aa91f9)

v2.17.0-next.60

28 Jan 10:45

Choose a tag to compare

v2.17.0-next.60 Pre-release
Pre-release

2.17.0-next.60 (2026-01-28)

Bug Fixes

  • update button styles in confirmation dialog for improved accessibility (b8522c9)

v2.17.0-next.59

28 Jan 10:23
c633de7

Choose a tag to compare

v2.17.0-next.59 Pre-release
Pre-release

2.17.0-next.59 (2026-01-28)

Bug Fixes

  • correct capitalization of "Import" in RichEditor documentation (b4082c5)
  • correct spelling of "Images" in RichEditor and Markdown documentation (3766209)
  • correct spelling of "Images" in RichEditor and Markdown documentation (940b80a)

v2.18.0

27 Jan 20:04
d6778e5

Choose a tag to compare

2.18.0 (2026-01-27)

Bug Fixes

  • add z-index to table header for proper sticky behavior (dcd8ef5)
  • adjust z-index for dropdown in Select component (03779fd)
  • adjust z-index values for table header and pagination for proper sticky behavior (1a0ea14)
  • allow to return undefined from avatarUrl callback (35eb27d)
  • change error logging to info level for token verification and update deprecation notice for db getter (8ded8ec)
  • make response field optional (2afd6e0)
  • move response to extra (for now keep previous one for compatibility) AdminForth/1202 (b3c4623)
  • update response handling in processLoginCallbacks and improve documentation for newRecordId (e880d8d)

Features

  • add makeHeaderSticky and makePaginationSticky for the afcl table (2396ea2)

v2.17.0-next.58

27 Jan 19:37

Choose a tag to compare

v2.17.0-next.58 Pre-release
Pre-release

2.17.0-next.58 (2026-01-27)

Bug Fixes

  • change error logging to info level for token verification and update deprecation notice for db getter (8ded8ec)

v2.17.0-next.57

27 Jan 16:44

Choose a tag to compare

v2.17.0-next.57 Pre-release
Pre-release

2.17.0-next.57 (2026-01-27)

Bug Fixes

  • make response field optional (2afd6e0)

v2.17.0-next.56

27 Jan 16:36

Choose a tag to compare

v2.17.0-next.56 Pre-release
Pre-release

2.17.0-next.56 (2026-01-27)

Bug Fixes

  • move response to extra (for now keep previous one for compatibility) AdminForth/1202 (b3c4623)
  • update response handling in processLoginCallbacks and improve documentation for newRecordId (e880d8d)

v2.17.0-next.55

27 Jan 15:30
9e1c148

Choose a tag to compare

v2.17.0-next.55 Pre-release
Pre-release

2.17.0-next.55 (2026-01-27)

Bug Fixes

  • adjust z-index for dropdown in Select component (03779fd)

v2.17.2

26 Jan 09:28
d2f2638

Choose a tag to compare

2.17.2 (2026-01-26)

Bug Fixes

  • refactor shouldHaveSingleInstancePerWholeApp property initialization in AdminForthPlugin (99276c7)
  • remove 'uuid' library across codebase and use embeded uuid from crypto (12c7bdd)
  • replace 'randomUUID' import with 'crypto.randomUUID' in toast store (1ee165d)