Releases: devforth/adminforth
Releases · devforth/adminforth
Release list
v3.1.1-next.1
v3.1.0
v3.0.3
v3.0.2
v3.0.2-next.3
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.1
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
v3.0.0
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"