Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Latest commit

 

History

History
54 lines (35 loc) · 1.08 KB

File metadata and controls

54 lines (35 loc) · 1.08 KB

Change log

For an overview of what has changed between versions, see the :ref:`changelog`.

0.1.8 2024-10-08

  • Replaces vulnerable plotly.min.js v2.12.1 with v2.35.2 (#29)
  • Fixed failing mypy checks

0.1.7 2023-12-14

  • Bug fix to Chart components missing plotly.js.

0.1.6 2023-11-22

  • Python 3.12 support and dependency updated.
  • Added new stat serializer.

0.1.5 2023-09-08

  • Improvement of rendering hooks per component & refactor how media on components is defined.
  • Updated django versions

0.1.4 2023-06-14

  • Only show dropdown in menu if more then one item
  • Added dark mode template to Plotly charts controlled by cookie
  • Added default spinner for chart loading
  • Added gauge component

0.1.3 2023-05-23

updated default styles

0.1.2 2023-05-17

added template_id for unique component keys in templates.

0.1.1 2023-05-14

Initial public release