Skip to content

Releases: devforth/adminforth

v2.2.0-next.9

30 Jun 13:14
Compare
Choose a tag to compare
v2.2.0-next.9 Pre-release
Pre-release

2.2.0-next.9 (2025-06-30)

Bug Fixes

  • cross platform support for postinstall (41f4403)

v2.2.0-next.8

30 Jun 13:03
Compare
Choose a tag to compare
v2.2.0-next.8 Pre-release
Pre-release

2.2.0-next.8 (2025-06-30)

Bug Fixes

  • cross platform support for postinstall (0145df2)

v2.2.0-next.7

30 Jun 12:44
Compare
Choose a tag to compare
v2.2.0-next.7 Pre-release
Pre-release

2.2.0-next.7 (2025-06-30)

Bug Fixes

  • cross platform support for postinstall (dbc3eea)

v2.2.0-next.6

30 Jun 12:38
Compare
Choose a tag to compare
v2.2.0-next.6 Pre-release
Pre-release

2.2.0-next.6 (2025-06-30)

Bug Fixes

  • cross platform support for postinstall (d68be08)
  • cross platform support for postinstall (3154f1a)

v2.2.0-next.10

30 Jun 13:51
Compare
Choose a tag to compare
v2.2.0-next.10 Pre-release
Pre-release

2.2.0-next.10 (2025-06-30)

Bug Fixes

  • improve cross-platform compatibility for dependency installation commands (3d9e95b)

v2.2.0-next.5

24 Jun 12:57
Compare
Choose a tag to compare
v2.2.0-next.5 Pre-release
Pre-release

2.2.0-next.5 (2025-06-24)

Bug Fixes

  • revert "feat: add support for opening list item link in new tab on middle mouse click" because of bug with pageInjections (230da5a)

v2.2.0-next.4

24 Jun 12:54
Compare
Choose a tag to compare
v2.2.0-next.4 Pre-release
Pre-release

2.2.0-next.4 (2025-06-24)

Reverts

  • Revert "feat: add support for opening list item link in new tab on middle mouse click" (cc6dd90)

v2.2.0-next.3

24 Jun 07:48
Compare
Choose a tag to compare
v2.2.0-next.3 Pre-release
Pre-release

2.2.0-next.3 (2025-06-24)

Bug Fixes

  • increase limit for column options from 1250 to 10000 (370b536)

v2.2.0-next.2

24 Jun 07:37
Compare
Choose a tag to compare
v2.2.0-next.2 Pre-release
Pre-release

2.2.0-next.2 (2025-06-24)

Bug Fixes

  • increase limit for column options from 1000 to 1250 (41855c9)

v2.2.0

23 Jun 09:38
441eab6
Compare
Choose a tag to compare

2.2.0 (2025-06-23)

Bug Fixes

  • add SCSS styles for PieChart component to improve text color handling (47fec1d)
  • don't --mount=type=cache,target=/tmp on suggested cli builds (f0a9c4d)
  • enhance ZeroStylesRichText component to auto-resize iframe (f6eaa9b)
  • handle UUID type in LIKE and ILIKE filters for Clickhouse connector (0f52ee4)
  • improve record update detection with proper type handling (969eb52)
  • improve row visibility calculation in ResourceListTableVirtual component (dd4d5e1)
  • remove debug log for existing dataSource check in generateResourceFile (871e826)
  • remove debug logging of adminForth config in createResource (8569a35)
  • show error when bundlenow fails (b2972c7)
  • update badge subscription logic to handle undefined values (f382eb5)
  • update CSS to use 'dvh' units for responsive height adjustments (33f414d)
  • update ValueRenderer component to use whitespace-nowrap (62d0086)

Features

  • add abstract methods for table and column retrieval in base connector (fdb2dec)
  • Add country flag to adminforth components library (ce254c9)
  • add listBufferSize prop to virtual table (710445f)
  • add methods to retrieve all tables and columns for Clickhouse connector (33a2413)
  • add methods to retrieve all tables and columns for MongoDB and PostgreSQL connectors (56f1bf4)
  • add methods to retrieve all tables and columns for MySQL connector (c5cb8d7)
  • add support for opening list item link in new tab on middle mouse click (cd844e9)
  • add virtual scroll option to resource list (e78262f)
  • enhance resource creation with searchable table selection and fix primary key detection in Clickhouse connector (4c0e148)
  • enhance resource file generation to handle existing files with the same dataSource and improve resourceId handling (8db4b82)
  • implement search functionality for resource selection in custom component creation (7ca0dea)
  • modify createResource to return all tables and columns with process exit (a880838)