Releases: devforth/adminforth
Releases · devforth/adminforth
v1.13.0-next.40
1.13.0-next.40 (2025-04-01)
Bug Fixes
- Add adminforth-inline-create plugin to the installation script (3339412)
- Add teleportToBody prop to ColumnValueInput for improved dropdown rendering (40fe9b9)
- Enhance ResourceListTable styling by adding border classes to rows for better visual separation (3c00b63)
- Implement scroll handling for dropdown positioning when teleportToBody is enabled (dbc2160)
- improve layout in ColumnValueInputWrapper component (bf837ee)
- Rearrange tableBodyStartInjection rendering in ResourceListTable for improved layout (de887f4)
- Update ColumnValueInput and ColumnValueInputWrapper for improved layout and responsiveness; clean up ResourceListTable rendering (9753f2a)
- Update ColumnValueInputWrapper to focus on the last input after adding an array item (d4887d7)
Features
v1.13.0-next.39
1.13.0-next.39 (2025-03-28)
Bug Fixes
- make bulk actions state prop option and defien possible values (518e30a)
v1.13.0-next.38
1.13.0-next.38 (2025-03-27)
Bug Fixes
- add support for database server id generation (9d3ab32)
Features
- implement and/or operators for filters (2075a74)
v1.13.0-next.37
1.13.0-next.37 (2025-03-27)
Bug Fixes
- add option to turn enum and foreign resource filter into singleselect (9a5d34c)
v1.13.0-next.36
v1.13.0-next.35
v1.13.0
1.13.0 (2025-03-21)
Bug Fixes
- add adminforth instance into custom action (a629dfd)
- add check for null resourceId in polymorphic resources (bd1b130)
- add fillOnCreate function type (#151) (36cc51d)
- add margin to custom action button icon (26be6a8)
- add message into custom action type, add icons collection (c19517b)
- allow virtual columns to be grouped (86011cd)
- change disabled select all records checkbox appearance (#150) (fe6d157)
- change empty number input to become null (93329c4)
- fetch decimals as strings from clickhouse to not loose precision (79c5b65)
- fix empty foreign resource editing (82d6b4b)
- fix foreign resource array display on edit page (#147) (bc25a40)
- fix ignored db discoverd required field value (d048d23)
- fix outputing owner data for polymorphic relations (47eabbc)
- handle null resourceId in polymorphic foreign resources (9873c6f)
- implement noTitle prop for field groups in ShowTable component (a5fbbfc)
- isArray: add fallback for string values which were not JSON when developer started using isArray feature (efc48a1)
- make editReadonly inputs to have half-opacity (b851480)
- monor spa type fixes (a81073f)
- optimize icons collection (1f6f125)
- prevent row height jump on page change (695cd7b)
- remove non-sense double url from CLI template app (77090a6)
- remove unchanged foreign resource from update request (baf7bfb)
- remove unneded console logs from record creation (4ebfa39)
- remove unused property from ResourceOptionsInput interface (dae9dac)
- resolve issue with redirect handling after ID modification (7b8f26f)
- resolve typescript issues (b518075)
- respect min and max constraints from number column settings on HTML-level in tag (for better UI experience) (165d448)
- sqlite connector to follow the new connector Interface (fc7a8eb)
- support ID generation on Database server. Currently PostgreSQL only. Fix for #155 (a68df95)
- update handling of polymorphic foreign resources to correctly assign values when record is null (#157) (3d7c341)
- update package.json template to ensure consistent formatting (5ef05f2)
- update plugin template dependencies to use latest versions (ed4babd)
- use connection pool instead of single connection to prvent "Error: Can't add new command when connection is in closed state (46be4e9)
- use modern hook syntax in CLI-created app (9cf3cd9)
Features
- add create-plugin command to AdminForth CLI (bc3ab96)
- add default configuration for custom actions show options (28684f1)
- add optional noTitle flag for field groups (28fe7d3)
- add support for foreign resource array columns (fc49c6a)
- add support for foreign resource array columns (#145) (f5c5566)
- add support for polymorphic foreign resources (9514a4e)
- conditionally render table headers based on custom components (99b22c2)
- enhance custom actions with URL redirection and validation (47ecc47)
- Enhance GroupsTable with ColumnValueInputWrapper for Input Hand… (#154) (8bca06d)
- implement custom actions for resources (8151b51)
Reverts
- Revert "feat: add support for foreign resource array columns" (e21f242)