Skip to content

Latest commit

 

History

History
83 lines (65 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

83 lines (65 loc) · 2.34 KB

Change Log

[1.0.8] 2024-03-05

Changes

  • Deprecate distutils
    • use str2bool
  • Update Deps
    • requirements.txt
  • Update Custom Development Section
    • New Pricing: $3,999

[1.0.7] 2023-02-08

Changes

  • Bump UI: Django Theme Material Kit v1.0.18
  • DOCS Update (readme). New sections:
    • How to customize the theme
    • Render deployment
  • Configure the project to use home/templates
  • Added custom-index sample
  • Fix Docker Execution
    • Update Settings: ALLOWED_HOSTS, CSRF_TRUSTED_ORIGINS sections

[1.0.6] 2023-01-11

Changes

[1.0.5] 2023-01-11

Changes

[1.0.4] 2022-05-30

Improvements

[1.0.3] 2022-05-25

Improvements

  • Built with Material Kit Generator
    • Timestamp: 2022-05-25 22:04
  • Codebase refactoring
  • Added CDN Support
    • via .env ASSETS_ROOT

[1.0.2] 2021-01-19

Improvements

  • Migrate all UI kit pages to Jinja

[1.0.1] 2022-01-17

Improvements

[1.0.0] 2021-10-30

Initial Release

  • Bump UI: Material Kit v3.0.0
    • Update Bootstrap to v5.1.1
    • Update to Material Design 2
  • Codebase: Django Boilerplate v1.0.6
    • Dependencies update (all packages)
      • Django==3.2.6 (latest stable version)
    • Codebase:
      • Better Code formatting
      • Improved Files organization
      • Optimize imports
      • Docker Scripts Update
  • Tooling: Added Gulp SCSS compilation scripts