Skip to content

Releases: devforth/adminforth

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)

v1.13.0-next.31

19 Mar 11:00

Choose a tag to compare

v1.13.0-next.31 Pre-release
Pre-release

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

Bug Fixes

  • remove unneded console logs from record creation (4ebfa39)

v1.13.0-next.30

19 Mar 09:06

Choose a tag to compare

v1.13.0-next.30 Pre-release
Pre-release

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

Bug Fixes

  • sqlite connector to follow the new connector Interface (fc7a8eb)
  • support ID generation on Database server. Currently PostgreSQL only. Fix for #155 (a68df95)

v1.13.0-next.29

18 Mar 10:54
36cc51d

Choose a tag to compare

v1.13.0-next.29 Pre-release
Pre-release

1.13.0-next.29 (2025-03-18)

Bug Fixes

v1.13.0-next.28

18 Mar 10:46
fe6d157

Choose a tag to compare

v1.13.0-next.28 Pre-release
Pre-release

1.13.0-next.28 (2025-03-18)

Bug Fixes

  • change disabled select all records checkbox appearance (#150) (fe6d157)

v1.13.0-next.27

17 Mar 19:11

Choose a tag to compare

v1.13.0-next.27 Pre-release
Pre-release

1.13.0-next.27 (2025-03-17)

Bug Fixes

  • use modern hook syntax in CLI-created app (9cf3cd9)

v1.13.0-next.26

17 Mar 09:27
bc25a40

Choose a tag to compare

v1.13.0-next.26 Pre-release
Pre-release

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

Bug Fixes

  • fix foreign resource array display on edit page (#147) (bc25a40)