Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 799 Bytes

File metadata and controls

31 lines (21 loc) · 799 Bytes

Version history

1.3.0

  • Upgrade to Django 5.2 LTS and Python 3.13.
  • Migrate from Vue 2 to Vue 3 with Pinia state management.
  • Replace Webpack with RSBuild.
  • Upgrade Bootstrap 4 to Bootstrap 5.
  • Remove jQuery, Popper, and Axios dependencies.
  • Add GitHub Actions workflows (quality, test, deploy).
  • Add pre-commit hooks with black and isort.
  • Modernize Docker setup with separate backend/frontend containers.

1.2.1

  • Add this changelog file.

1.2

  • Add GDPR module for quick development of privacy settings modals.
  • Add Docker development setup for contenerized development environments.

1.1

  • Lots of Webpack improvements.
  • Improve cleaning of build directories.
  • Implement own asset-to-production hash mapping library for Django and Webpack.

1.0

Initial release.