File tree Expand file tree Collapse file tree 3 files changed +50
-49
lines changed Expand file tree Collapse file tree 3 files changed +50
-49
lines changed Original file line number Diff line number Diff line change 1+ ==========
2+ Change log
3+ ==========
4+
5+ For an overview of what has changed between versions, see the :ref: `changelog `.
6+
7+
8+ .. _changelog :
9+
10+ 0.1.7 2023-12-14
11+ -----------------
12+
13+ - Bug fix to Chart components missing plotly.js.
14+
15+ 0.1.6 2023-11-22
16+ -----------------
17+
18+ - Python 3.12 support and dependency updated.
19+ - Added new stat serializer.
20+
21+ 0.1.5 2023-09-08
22+ -----------------
23+
24+ - Improvement of rendering hooks per component & refactor how media on components is defined.
25+ - Updated django versions
26+
27+ 0.1.4 2023-06-14
28+ -----------------
29+
30+ - Only show dropdown in menu if more then one item
31+ - Added dark mode template to Plotly charts controlled by cookie
32+ - Added default spinner for chart loading
33+ - Added gauge component
34+
35+ 0.1.3 2023-05-23
36+ -----------------
37+
38+ updated default styles
39+
40+ 0.1.2 2023-05-17
41+ -----------------
42+
43+ added `template_id ` for unique component keys in templates.
44+
45+ 0.1.1 2023-05-14
46+ -----------------
47+
48+ Initial public release
Original file line number Diff line number Diff line change 1- ==========
2- Change log
3- ==========
4-
5- For an overview of what has changed between versions, see the :ref: `changelog `.
6-
7-
8- .. _changelog :
9-
10- 0.1.7 2023-12-14
11- -----------------
12-
13- - Bug fix to Chart components missing plotly.js.
14-
15- 0.1.6 2023-11-22
16- -----------------
17-
18- - Python 3.12 support and dependency updated.
19- - Added new stat serializer.
20-
21- 0.1.5 2023-09-08
22- -----------------
23-
24- - Improvement of rendering hooks per component & refactor how media on components is defined.
25- - Updated django versions
26-
27- 0.1.4 2023-06-14
28- -----------------
29-
30- - Only show dropdown in menu if more then one item
31- - Added dark mode template to Plotly charts controlled by cookie
32- - Added default spinner for chart loading
33- - Added gauge component
34-
35- 0.1.3 2023-05-23
36- -----------------
37-
38- updated default styles
39-
40- 0.1.2 2023-05-17
41- -----------------
42-
43- added `template_id ` for unique component keys in templates.
44-
45- 0.1.1 2023-05-14
46- -----------------
47-
48- Initial public release
1+ .. include :: ../CHANGELOG.rst
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ Currently, included are:
1818 dashboards/index.rst
1919 api/modules.rst
2020 contributing.rst
21- changelog.rst
21+ changelog
You can’t perform that action at this time.
0 commit comments