Releases: devforth/adminforth
Releases · devforth/adminforth
v2.22.0-next.19
v2.23.0
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
v2.22.0-next.18
2.22.0-next.18 (2026-02-25)
Bug Fixes
v2.22.0-next.17
2.22.0-next.17 (2026-02-25)
Features
- add measureTokensCount method to CompletionAdapter interface (6c775a5)
v2.22.0-next.16
2.22.0-next.16 (2026-02-25)
Bug Fixes
- simplify input handling by removing min/max validation logic (ab16fde)
v2.22.0-next.15
2.22.0-next.15 (2026-02-25)
Features
- show list of changed fields in before create/edit views leave popup (f6bfd70)
v2.22.0-next.14
v2.22.0-next.13
2.22.0-next.13 (2026-02-24)
Features
- add @tailwindcss/typography plugin and update dependencies (650fe9b)
v2.22.0
2.22.0 (2026-02-23)
Bug Fixes
- use redirectToRecordId for the newly created record to redirect after successful creation (f9c85b4)
- add convertPeriodToSeconds utility function and refactor RateLimiter to use it (a6fde7d)
- add optional outputSchema parameter to complete method in CompletionAdapter (d355696)
- add sessionBased option to setCustomCookie (62d130e)
- fill space between pagination container and table for the afcl table (f5a4ba8)
- improoved detection of changes in create/edit view to avoid notification "There are unsaved changes..." when there are no any changes (b15317a)
- improoved detection of changes in create/edit view to avoid notification "There are unsaved changes..." when there are no any changes for JSON fields (d2fa912)
- move column name at the start of row for the show/edit/create views (133cdb4)
- move column name at the start of row for the show/edit/create views[2] (9f74eeb)
- pass clearCheckboxes method to ResourceListTableVirtual component (365247b)
- rebuild (254f7a3)
- refactor icon package loading to use isFulfilled helper function (72460be)
- update create-plugin command (c1e3f8a)
Features
- add checkIconNames method to validate icon collections and names (0c3c713)
v2.22.0-next.12
2.22.0-next.12 (2026-02-23)
Bug Fixes
- pass clearCheckboxes method to ResourceListTableVirtual component (365247b)