Skip to content

Commit 1159820

Browse files
authored
Merge pull request wildfish#17 from wildfish/move-changelog
Move change log to project root and link to it in the docs
2 parents bb6bfb1 + f0c2f3c commit 1159820

File tree

3 files changed

+50
-49
lines changed

3 files changed

+50
-49
lines changed

CHANGELOG.rst

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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

docs/changelog.rst

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1 @@
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

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)