Skip to content

Releases: devforth/adminforth

v2.19.0-next.6

04 Feb 22:27

Choose a tag to compare

v2.19.0-next.6 Pre-release
Pre-release

2.19.0-next.6 (2026-02-04)

Features

  • add support for updating related record fields in custom editors (1dc3cd8)

v2.19.0-next.5

04 Feb 13:25
d83f78a

Choose a tag to compare

v2.19.0-next.5 Pre-release
Pre-release

2.19.0-next.5 (2026-02-04)

Features

  • enhance getPluginById method to support custom identifiers and improve error messaging (fb1fc7c)
  • implement getPluginById method and update plugin registration with unique IDs (14209e3)

v2.19.0-next.4

04 Feb 10:34

Choose a tag to compare

v2.19.0-next.4 Pre-release
Pre-release

2.19.0-next.4 (2026-02-04)

Bug Fixes

  • allow to use reserved words for column names for the postgres (122adb7)

v2.19.0-next.3

04 Feb 10:25

Choose a tag to compare

v2.19.0-next.3 Pre-release
Pre-release

2.19.0-next.3 (2026-02-04)

Bug Fixes

  • update column value input to work correctly with min/max (13147d3)

v2.19.0-next.2

04 Feb 10:03
f7383c9

Choose a tag to compare

v2.19.0-next.2 Pre-release
Pre-release

2.19.0-next.2 (2026-02-04)

Bug Fixes

  • enhance input handling with min/max validation and refactor input event logic (87a6483)
  • improve number input handling with NaN check and emit null value (5456777)
  • streamline number input handling by removing NaN check and simplifying value assignment (796e6a4)

v2.19.0-next.1

03 Feb 13:50

Choose a tag to compare

v2.19.0-next.1 Pre-release
Pre-release

2.19.0-next.1 (2026-02-03)

Bug Fixes

  • add support of buttons for the alert with html message (8fc6c11)
  • add support of objects in logger (82857b4)
  • 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)
  • don't block save button, when user tries to save record and gets error (825287f)
  • enhance XSS protection by allowing additional attributes for span elements and generic data/aria/style attributes (13a111c)
  • fix imports for the loadFile function (142abd2)
  • keep compability with old frontend utils (9156889)
  • limit error message length in Toast component (7dca36a)
  • limit error message length in Toast component (880fde6)
  • move getList() and startBulkAction() functions from listView to utils (e313d7f)
  • pass httpExtra to the processAuthorizeCallbacks callback (bc72148)
  • rebuild (5b4ec30)
  • rebuild (6f3c9fd)
  • rename 'record' to 'updates' in updateResourceRecord call for clarity (8aa91f9)
  • rename newRecordId param in createResourceRecord to redirectToRecordId (newRecordId is deprecated) (0c1330f)
  • reorder toast message rendering for improved structure (7e5632e)
  • update button styles in confirmation dialog for improved accessibility (b8522c9)
  • update handling of newRecordId to prefer redirectToRecordId in error responses (ad9ad90)
  • update page leave check to include save success condition (f6a0b6b)
  • update startBulkAction parameters for better type safety and improve getListInner return structure (96c5fc7)
  • update style for the toast (5060af8)

Features

  • add debug level variables into the CLI app env variables (151fedc)
  • add IconFileImageOutline in MenuLink component (b4dea43)
  • add unsaved changes warning on page leave (93c2e98)
  • add uploadFromBuffer method to Upload plugin for backend file uploads (58a58b0)
  • add utility functions for API calls and list management (c24b2bd)
  • enhance unsaved changes confirmation before route leave (94f4f9f)
  • extend API to include user list in response (00f4bbc)
  • rename uploadFromBuffer method and add uploadFromBufferToExistingRecord method (fbbfc5e)

v2.18.2

03 Feb 13:47

Choose a tag to compare

2.18.2 (2026-02-03)

Bug Fixes

v2.17.0-next.79

03 Feb 13:39

Choose a tag to compare

v2.17.0-next.79 Pre-release
Pre-release

2.17.0-next.79 (2026-02-03)

Bug Fixes

  • update style for the toast (5060af8)

v2.17.0-next.78

03 Feb 13:23

Choose a tag to compare

v2.17.0-next.78 Pre-release
Pre-release

2.17.0-next.78 (2026-02-03)

Bug Fixes

  • fix imports for the loadFile function (142abd2)

v2.17.0-next.77

03 Feb 13:16

Choose a tag to compare

v2.17.0-next.77 Pre-release
Pre-release

2.17.0-next.77 (2026-02-03)

Bug Fixes

  • keep compability with old frontend utils (9156889)

Reverts

  • Revert "fix: keep compability with old frontend utils" (fa4dfff)