Skip to content

v1.10.0

Choose a tag to compare

@ivictbor ivictbor released this 10 Feb 10:53
· 1531 commits to main since this release
3c7fb48

1.10.0 (2025-02-10)

Bug Fixes

  • add i18n for login page errors (8d5cd7a)
  • afcl: support input.focus() for AFCL <Input ref="input" (42e61d3)
  • change inputs for date and time to date selectors (bf0bf66)
  • change table routing to a new tab to include baseUrl (1781149)
  • CLI: call table admin users instead of users (84bd990)
  • don't stretch wide logos (99dd2ed)
  • fix dynamic showIn calls (621ebd4)
  • postgres: fix fuzzy search for UUIDs in filters (f39dbce)
  • remove separate i18n categories for editing notes (317ab9b)
  • supply resource and adminUser props for custom components set it column.componetns.edit/column.components.create (6274ae9)
  • support mysql in adminforth CLI (cf7fead)
  • upgrade ApexCharts to v4.4.0 (fee1101)

Features

  • add dotenvx support for CLI (4b6f689)
  • add filterOptions field to columns (41af0f9)
  • add README template for CLI (bd570cd)
  • add suggestOnCreate field to column (b89e066)
  • add unsetLabel field to foreign resources (c961191)

Performance Improvements

  • call getTotals query only for list page (fa93aae)
  • call listTableClickUrl only for list page, increase perf for show/edit views (6a478e9)
  • postgres: remove cast for UUID, significant improve of show speed (66273c0)