Skip to content

v3.0.0

Choose a tag to compare

@ivictbor ivictbor released this 15 Jun 12:35
· 9 commits to main since this release
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"