Changelog
All notable changes to this template will be documented in this file
v2.0.0 (2024-07-18)
Added
- New Design Alignments
- New spacer & utility classes
- Navbar Dropdown Active state
Updated
- Bootstrap 5.3.3
- Documentation
Fixed
- UI improvements & bug fixes
V1.2.0 (2023-12-9)
Updated
- The Django version has been upgraded to version 5.
V1.1.0 (2023-11-27)
Added
- Transaction (CRUD) Example
- Authentication (Login, Logout, Register, Reset Password, Forgot Password)
- User Permission and Authorization (User: Admin, Client)
- Built-in templates for django server errors
Updated
- Localization based on text-direction
- Localization with default language support
- Updated Bootstrap to latest version(5.3.2)
- Updated SCSS & Mixins as per Bootstrap 5.3.2
- Updated Documentation
Fixed
- .env file issue with Debug mode (True was considered as string)
v1.0.0 (2023-09-28)
Added