Skip to content

v1.13.0

Choose a tag to compare

@ivictbor ivictbor released this 21 Mar 09:09
· 1368 commits to main since this release
94cd0cb

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)