Skip to content

Releases: devforth/adminforth

v3.0.0-next.2

15 Jun 12:20

Choose a tag to compare

v3.0.0-next.2 Pre-release
Pre-release

3.0.0-next.2 (2026-06-15)

Bug Fixes

  • check if user use npm or pnpm before showing import database connector error (fc13082)

v3.0.0-next.1

15 Jun 11:38
99a2506

Choose a tag to compare

v3.0.0-next.1 Pre-release
Pre-release

3.0.0-next.1 (2026-06-15)

  • feat!: move sqlite, postgres, mysql, clickhouse and mongo connectors out of the project to different packages BREAKING CHANGE: Now you need to install package with connector for each database you use. For example "@adminforth/connector-sqlite" (a8a5064)

Bug Fixes

  • correct dynamic import for the database connectors (bfdf75e)
  • move qdrant to the separate package (d113025)
  • rebuild (609ed46)

BREAKING CHANGES

  • Now you need to install package with connector for each database you use. For example "@adminforth/connector-sqlite"

v2.72.2-test.1

15 Jun 05:22

Choose a tag to compare

v2.72.2-test.1 Pre-release
Pre-release

2.72.2-test.1 (2026-06-15)

Bug Fixes

  • add class afcl-select-content (5fe3c42)
  • add custom style for easily find settings block (5328748)
  • add export of db logger from adminforth (861fcab)
  • add function support to menu label (df5e269)
  • dont add database url to the .env.prod (96e82ec)
  • rebuild (98f441c)
  • remouve unused tag
     
    (846713a)
  • sync lockfile (888ac2f)
  • test move sqlite connector to external package (82b5f8a)
  • throw an error, if there is no ADMINFORTH_SECRET variable in environment (3a685c4)

v2.72.2-next.9

15 Jun 08:34
cde33e0

Choose a tag to compare

v2.72.2-next.9 Pre-release
Pre-release

2.72.2-next.9 (2026-06-15)

Bug Fixes

v2.72.2-next.8

15 Jun 08:03
1183ed9

Choose a tag to compare

v2.72.2-next.8 Pre-release
Pre-release

2.72.2-next.8 (2026-06-15)

Bug Fixes

  • normalize and parse Json columns (a48dc66)

v2.72.2-next.7

15 Jun 07:37
13bf704

Choose a tag to compare

v2.72.2-next.7 Pre-release
Pre-release

2.72.2-next.7 (2026-06-15)

Bug Fixes

  • revert af select style, instead change just af-page-size-btn (aa1501e)

v2.73.1

13 Jun 16:33

Choose a tag to compare

2.73.1 (2026-06-13)

Bug Fixes

  • collect safelist of listCssClass (cc6bddf)

v2.73.0

13 Jun 15:10

Choose a tag to compare

2.73.0 (2026-06-13)

Features

  • add ability to set cusom css classes to columns (c635d48)

v2.72.4

12 Jun 13:47
25ef23a

Choose a tag to compare

2.72.4 (2026-06-12)

Bug Fixes

  • add class afcl-select-content (5fe3c42)
  • add custom style for easily find settings block (5328748)
  • remouve unused tag
     
    (846713a)

v2.72.3

12 Jun 13:16
240ef62

Choose a tag to compare

2.72.3 (2026-06-12)

Bug Fixes

  • add export of db logger from adminforth (861fcab)