Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

58 lines (45 loc) · 1.82 KB

Change Log

[1.0.6] 2021-06-09

Improvements

[1.0.5] 2022-01-16

Improvements

  • Bump Flask Codebase to v2stable.0.1
  • Dependencies update (all packages)
    • Flask==2.0.2 (latest stable version)
    • flask_wtf==1.0.0
    • jinja2==3.0.3
    • flask-restx==0.5.1
  • Forms Update:
    • Replace TextField (deprecated) with StringField

[1.0.4] 2021-11-08

Improvements

  • Bump Codebase: Flask Dashboard v2.0.0
    • Dependencies update (all packages)
      • Flask==2.0.1 (latest stable version)
  • Better Code formatting
  • Improved Files organization
  • Optimize imports
  • Docker Scripts Update
  • Gulp Tooling (SASS Compilation)
  • Fix ImportError: cannot import name 'TextField' from 'wtforms'
    • Problem caused by WTForms-3.0.0
    • Fix: use WTForms==2.3.3

[1.0.3] 2021-05-16

Dependencies Update

  • Bump Codebase: Flask Dashboard v1.0.6
  • Freeze used versions in requirements.txt
    • jinja2 = 2.11.3

[1.0.2] 2021-03-18

Improvements

  • Bump Codebase: Flask Dashboard v1.0.5
  • Freeze used versions in requirements.txt
    • flask_sqlalchemy = 2.4.4
    • sqlalchemy = 1.3.23

[1.0.1] 2021-01-21

[1.0.0] 2020-02-07

Initial Release