Skip to content

Releases: devforth/adminforth

v3.1.1-next.1

v3.1.1-next.1 Pre-release
Pre-release

Choose a tag to compare

@ivictbor ivictbor released this 17 Jun 07:59
2d43791

3.1.1-next.1 (2026-06-17)

Bug Fixes

  • add custom blur rendering (b108045)
  • add custom blur rendering (bc73a95)
  • add custom blur rendering (1a988c3)

v3.1.0

Choose a tag to compare

@ivictbor ivictbor released this 16 Jun 14:06

3.1.0 (2026-06-16)

Features

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

v3.0.3

Choose a tag to compare

@ivictbor ivictbor released this 16 Jun 12:28

3.0.3 (2026-06-16)

Bug Fixes

v3.0.2

Choose a tag to compare

@ivictbor ivictbor released this 16 Jun 10:03
19cee78

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

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

Choose a tag to compare

@ivictbor ivictbor released this 16 Jun 09:59

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

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

Choose a tag to compare

@ivictbor ivictbor released this 16 Jun 09:35

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

Bug Fixes

  • fix typo in create-app cli (c3553e2)

v3.0.2-next.1

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

Choose a tag to compare

@ivictbor ivictbor released this 16 Jun 09:26

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

Choose a tag to compare

@ivictbor ivictbor released this 15 Jun 13:43

3.0.1 (2026-06-15)

Bug Fixes

v3.0.0

Choose a tag to compare

@ivictbor ivictbor released this 15 Jun 12:35
e43c100

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

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

Choose a tag to compare

@ivictbor ivictbor released this 15 Jun 10:57

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

Bug Fixes

  • move qdrant to the separate package (d113025)