Releases: devforth/adminforth
Releases · devforth/adminforth
v2.19.0-next.6
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
2.19.0-next.5 (2026-02-04)
Features
v2.19.0-next.4
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
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
2.19.0-next.2 (2026-02-04)
Bug Fixes
v2.19.0-next.1
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
v2.17.0-next.79
v2.17.0-next.78
v2.17.0-next.77
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)