Skip to content

Releases: devforth/adminforth

v2.20.0-next.4

06 Feb 12:17

Choose a tag to compare

v2.20.0-next.4 Pre-release
Pre-release

2.20.0-next.4 (2026-02-06)

Bug Fixes

  • update boolean value handling in PostgresConnector to return true/[secure] instead of 1/0 (770ae3c)

v2.20.0

05 Feb 12:33
2426094

Choose a tag to compare

2.20.0 (2026-02-05)

Features

  • add GitHub button component and integrate into global header (fa2b011)

v2.20.0-next.3

05 Feb 23:06

Choose a tag to compare

v2.20.0-next.3 Pre-release
Pre-release

2.20.0-next.3 (2026-02-05)

Features

  • add configuration options to allow modifying hidden fields during create and edit (edca1e3)

v2.20.0-next.2

05 Feb 21:56

Choose a tag to compare

v2.20.0-next.2 Pre-release
Pre-release

2.20.0-next.2 (2026-02-05)

Bug Fixes

  • update upload API documentation to clarify usage of XMLHttpRequest and HTTP PUT method (7f6c4e8)

v2.20.0-next.1

05 Feb 12:42

Choose a tag to compare

v2.20.0-next.1 Pre-release
Pre-release

2.20.0-next.1 (2026-02-05)

Bug Fixes

  • add missing spaces (6743320)
  • streamline client IP retrieval in AdminForthRestAPI (6c13157)
  • update condition for default user notification in Sidebar component (2a2547a)

Features

  • add default user detection and private IP check to AdminForthRestAPI (4c67998)
  • add upload plugin documentation for S3 and API usage (01fa2e4)

v2.19.0

05 Feb 10:46
044875c

Choose a tag to compare

2.19.0 (2026-02-05)

Bug Fixes

  • add support of buttons for the alert with html message (8fc6c11)
  • add support of objects in logger (82857b4)
  • allow to use reserved words for column names for the postgres (122adb7)
  • 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 input handling with min/max validation and refactor input event logic (87a6483)
  • enhance XSS protection by allowing additional attributes for span elements and generic data/aria/style attributes (13a111c)
  • fix imports for the loadFile function (142abd2)
  • improve number input handling with NaN check and emit null value (5456777)
  • 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)
  • streamline number input handling by removing NaN check and simplifying value assignment (796e6a4)
  • update button styles in confirmation dialog for improved accessibility (b8522c9)
  • update column value input to work correctly with min/max (13147d3)
  • 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)
  • wrap custom action components in a div for better styling (fea5a4f)

Features

  • add debug level variables into the CLI app env variables (151fedc)
  • add IconFileImageOutline in MenuLink component (b4dea43)
  • add isExternalUser flag to AdminUser interface for handling non-database users (226c694)
  • add support for updating related record fields in custom editors (1dc3cd8)
  • 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 getPluginById method to support custom identifiers and improve error messaging (fb1fc7c)
  • enhance unsaved changes confirmation before route leave (94f4f9f)
  • extend API to include user list in response (00f4bbc)
  • implement getPluginById method and update plugin registration with unique IDs (14209e3)
  • rename uploadFromBuffer method and add uploadFromBufferToExistingRecord method (fbbfc5e)

v2.19.0-next.9

05 Feb 12:40
0109179

Choose a tag to compare

v2.19.0-next.9 Pre-release
Pre-release

2.19.0-next.9 (2026-02-05)

Bug Fixes

  • add missing spaces (6743320)
  • streamline client IP retrieval in AdminForthRestAPI (6c13157)
  • update condition for default user notification in Sidebar component (2a2547a)

Features

  • add default user detection and private IP check to AdminForthRestAPI (4c67998)

v2.19.0-next.8

05 Feb 09:29

Choose a tag to compare

v2.19.0-next.8 Pre-release
Pre-release

2.19.0-next.8 (2026-02-05)

Features

  • add isExternalUser flag to AdminUser interface for handling non-database users (226c694)

v2.19.0-next.7

05 Feb 07:33
61006df

Choose a tag to compare

v2.19.0-next.7 Pre-release
Pre-release

2.19.0-next.7 (2026-02-05)

Bug Fixes

  • wrap custom action components in a div for better styling (fea5a4f)

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)