Skip to content

Releases: devforth/adminforth

v1.13.0-next.40

01 Apr 10:27
b0d5737

Choose a tag to compare

v1.13.0-next.40 Pre-release
Pre-release

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

  • Add tableBodyStartInjection prop to ResourceListTable for custom component rendering (575a792)
  • Add user_sub resource and integrate with existing user management system (9b14f77)
  • Enhance GroupsTable with ColumnValueInputWrapper for Input Handling (9508dbb)

v1.13.0-next.39

28 Mar 08:22

Choose a tag to compare

v1.13.0-next.39 Pre-release
Pre-release

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

27 Mar 11:45
c7c0400

Choose a tag to compare

v1.13.0-next.38 Pre-release
Pre-release

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

27 Mar 11:43
a9a9be5

Choose a tag to compare

v1.13.0-next.37 Pre-release
Pre-release

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

26 Mar 15:33
1060cad

Choose a tag to compare

v1.13.0-next.36 Pre-release
Pre-release

1.13.0-next.36 (2025-03-26)

Bug Fixes

  • remove unset option from arrays select inputs (32693e3)

v1.13.0-next.35

26 Mar 08:00
cf08c59

Choose a tag to compare

v1.13.0-next.35 Pre-release
Pre-release

1.13.0-next.35 (2025-03-26)

Features

  • add open and close methods for dialog component (dd4cfb8)

v1.13.0

21 Mar 09:09
94cd0cb

Choose a tag to compare

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)

v1.13.0-next.34

20 Mar 08:12
8bca06d

Choose a tag to compare

v1.13.0-next.34 Pre-release
Pre-release

1.13.0-next.34 (2025-03-20)

Features

  • Enhance GroupsTable with ColumnValueInputWrapper for Input Hand… (#154) (8bca06d)

v1.13.0-next.33

19 Mar 14:42

Choose a tag to compare

v1.13.0-next.33 Pre-release
Pre-release

1.13.0-next.33 (2025-03-19)

Bug Fixes

  • fix outputing owner data for polymorphic relations (47eabbc)

v1.13.0-next.32

19 Mar 13:26
3d7c341

Choose a tag to compare

v1.13.0-next.32 Pre-release
Pre-release

1.13.0-next.32 (2025-03-19)

Bug Fixes

  • update handling of polymorphic foreign resources to correctly assign values when record is null (#157) (3d7c341)