Skip to content

Releases: devforth/adminforth

v3.1.0

16 Jun 14:06

Choose a tag to compare

3.1.0 (2026-06-16)

Features

  • implement client ID management and request context handling (db3fa16)

v3.0.3

16 Jun 12:28

Choose a tag to compare

3.0.3 (2026-06-16)

Bug Fixes

v3.0.2

16 Jun 10:03
19cee78

Choose a tag to compare

3.0.2 (2026-06-16)

Bug Fixes

  • detect users database provider and install database connector based on it (4dd331a)
  • fix typo in create-app cli (c3553e2)
  • fix typo in create-app command and update connector names in documentation for consistency (6845923)

v3.0.2-next.3

16 Jun 09:59

Choose a tag to compare

v3.0.2-next.3 Pre-release
Pre-release

3.0.2-next.3 (2026-06-16)

Bug Fixes

  • fix typo in create-app command and update connector names in documentation for consistency (6845923)

v3.0.2-next.2

16 Jun 09:35

Choose a tag to compare

v3.0.2-next.2 Pre-release
Pre-release

3.0.2-next.2 (2026-06-16)

Bug Fixes

  • fix typo in create-app cli (c3553e2)

v3.0.2-next.1

16 Jun 09:26

Choose a tag to compare

v3.0.2-next.1 Pre-release
Pre-release

3.0.2-next.1 (2026-06-16)

Bug Fixes

  • detect users database provider and install database connector based on it (4dd331a)

v3.0.1

15 Jun 13:43

Choose a tag to compare

3.0.1 (2026-06-15)

Bug Fixes

v3.0.0

15 Jun 12:35
e43c100

Choose a tag to compare

3.0.0 (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

  • add empty class (43083f2)
  • check if user use npm or pnpm before showing import database connector error (fc13082)
  • correct dynamic import for the database connectors (bfdf75e)
  • move qdrant to the separate package (d113025)
  • normalize and parse Json columns (a48dc66)
  • rebuild (609ed46)
  • revert af select style, instead change just af-page-size-btn (aa1501e)
  • update data connector impoer message error (ac49683)

BREAKING CHANGES

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

v3.0.0-test.3

15 Jun 10:57

Choose a tag to compare

v3.0.0-test.3 Pre-release
Pre-release

3.0.0-test.3 (2026-06-15)

Bug Fixes

  • move qdrant to the separate package (d113025)

v3.0.0-test.2

15 Jun 09:13

Choose a tag to compare

v3.0.0-test.2 Pre-release
Pre-release

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

Bug Fixes

  • correct dynamic import for the database connectors (bfdf75e)