Skip to content

v4.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Sep 05:08
· 3 commits to master since this release

4.0.0 (2026-09-01)

Features

  • replace the Ant Design console with the shadcn/ui frontend (38ecc6e)

BREAKING CHANGES

  • web/ now holds the shadcn/ui frontend built with Vite. Its
    build output layout changed from create-react-app's build/static/{js,css} to
    Vite's build/assets/, so anything serving Casdoor's static files through a
    CDN or a reverse proxy needs its paths updated. The Ant Design frontend is
    still in the tree at web-old/, but it is not built or served.