Releases: andrew-hossack/dash-tools
Releases · andrew-hossack/dash-tools
Version "1.13.1"
Changelog
All notable changes to this project will be documented in this file.
[1.13.1] - 2024-05-30
Fixed
- Updated git actions versions
Version "1.13.0"
Changelog
All notable changes to this project will be documented in this file.
[1.13.0] - 2024-05-30
Fixed
- Updated package requirements
Version 1.12.0
Changelog
All notable changes to this project will be documented in this file.
[1.12.0] - 2023-10-16
Fixed
- Updated to use latest dash mantine components
- Updated version check
Version 1.11.1
Changelog
All notable changes to this project will be documented in this file.
[1.11.1] - 2023-2-01
Fixed
_get_cwd()
for Create Location input field loses app attribute. Use theos.getcwd()
method instead
Version 1.11.0
Changelog
All notable changes to this project will be documented in this file.
[1.11.0] - 2023-2-01
Added & Changed
- Added create page, and the ability to explore between different template previews
- Create templated apps using the
dashtools gui
- Lots of style changes
- Added links to bottom of screen
- Added github star link
- Fixed some issues with os path not being normalized
- Added
--no-update-check
flag todashtools init
to skip PyPi version checking - Silenced output for gui
- Removed gui threading, seems like this is no longer needed since the start script is fixed (does not run twice)
- Confetti and success notifications
Version 1.10.8
Changelog
All notable changes to this project will be documented in this file.
[1.10.8] - 2023-1-29
Added
- Added github star link
Version 1.10.7
Changelog
All notable changes to this project will be documented in this file.
[1.10.7] - 2022-12-24
Modified
- Upgraded PYTHON_VERSION to 3.10.0 for Render blueprint
- Snyk upgrade for setuptools vulnerability
Version 1.10.6
Changelog
All notable changes to this project will be documented in this file.
[1.10.6] - 2022-12-16
Modified
- Updated naming on github workflows
- Added a create tag and release action on push to main. Takes current version and latest stuff from the changelog in the release notes.
Version 1.10.5
Changelog
All notable changes to this project will be documented in this file.
[1.10.5] - 2022-12-16
Fixed
- Fixed background callbacks printing warnings on new version of plotly dash
- Update pypa publish to use v1 release
- Fixed issue with deploypage callbacks not working in some cases
- Update gitlab runner to python version 3.10.9
Version 1.10.4
Changelog
All notable changes to this project will be documented in this file.
[1.10.4] - 2022-11-8
Fixed
- Fixed bug with background callback requiring cellery worker or diskcache, due to Dash 2.7.0 upgrade
- Fixed read the docs templates list accordions not displaying
- Changed dockerfile to use non root user; credit @jasonwashburn
- Fixed CI/CD build process to install dashtools tar file; credit @jasonwashburn