Skip to content

Releases: app-generator/django-soft-ui-dashboard

v1.0.11

17 Sep 13:12
Compare
Choose a tag to compare

Improvements

  • API Generator
    • the code is generated on top of DRF
    • Mutating requests secured by JWT

v1.0.10

17 Sep 05:19
Compare
Choose a tag to compare

Improvements

  • Added Github OAuth via AllAuth. requires in .env:
    • GITHUB_ID=<YOUR_GITHUB_ID>
    • GITHUB_SECRET=<YOUR_GITHUB_SECRET>

v1.0.9

17 Sep 04:52
Compare
Choose a tag to compare

Improvements

  • Bump Codebase & UI version
  • Docker scripts update

v1.0.8

21 Jun 16:50
Compare
Choose a tag to compare

Improvements

  • UI Update: Soft UI Dashboard v1.0.6
  • Enhanced version:
    • Dark Mode

v1.0.7

25 May 10:23
Compare
Choose a tag to compare

Improvements

v1.0.6

24 May 09:53
Compare
Choose a tag to compare

Improvements

  • Added CDN/Static Server management
    • ASSETS_ROOT env variable
  • UI Update: Soft UI Dashboard v1.0.5
    • upgrade Bootstrap version to v5.1.3
    • upgrade ChartJs plugin version to v3.7.1
    • fix running 'npm install' issue
    • fix SCSS compiling issues
    • update sidebar height
    • fix sidebar button on Safari
    • update dropdown text on RTL page
    • fix navbar scroll error on example pages

v1.0.5

16 Jan 16:20
Compare
Choose a tag to compare

Improvements

v1.0.4

09 Dec 08:13
Compare
Choose a tag to compare

Improvements

  • Bump UI: Soft UI Dashboard v1.0.3

v1.0.3

20 Sep 08:31
Compare
Choose a tag to compare

Improvements

  • Bump Django Codebase to v2.0.4
  • Codebase update
    • assets & templates moved to apps folder
    • apps/base renamed to apps/home

v1.0.2

08 Sep 09:22
Compare
Choose a tag to compare

Improvements & Fixes

  • Bump Django Codebase to v2.0.2
    • Dependencies update (all packages)
    • Use Django==3.2.6 (latest stable version)
    • Better Code formatting
    • Improved Files organization
    • Optimize imports
    • Docker Scripts Update
  • Tooling: added scripts to recompile the SCSS files
    • core/static/assets/ - gulpfile.js
    • core/static/assets/ - package.json
    • Update README - Recompile SCSS (new section)
  • Fixes:
    • Patch 500 Error when authenticated users access admin path (no slash at the end)
    • Patch #16: Minor issue in Docker