Skip to content

Commit a9bb88b

Browse files
committed
Bumped version number, updated changelog and docs.
1 parent 55f005a commit a9bb88b

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGES.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11

2+
Release 1.5.0
3+
=========================================
4+
5+
* **ENHANCEMENT:** Align the API to **Highcharts (JS) v.11.2** (#127). In particular, this includes:
6+
7+
* Added ``.radius`` support to Connectors.
8+
* Added Navigator ``.accessibility`` support.
9+
* Added ``.class_name`` to Stock Tools definitions.
10+
* Added reversal support to Fibonacci Stock Tools.
11+
* Added ``AxisEvents.point_break_out`` property.
12+
* Added ``.node_alignment`` property to ``SankeyOptions`` and ``SankeySeries``.
13+
* Added ``.link_color_mode`` property to ``SankeyOptions`` and ``SankeySeries``.
14+
* Added ``.inactive_other_points`` property to multiple series types.
15+
* Added ``.grouping`` property to Lollipop series type.
16+
* Added ``.low_marker`` property Area Range and Dumbell series types.
17+
* Added ``.show_export_in_progress`` and ``.export_in_progress`` support.
18+
* Added ``.drag`` annotation event support.
19+
20+
* **BUGFIX:** Fixed missing ``.levels`` support in ``TreegraphOptions`` and ``TreegraphSeries``.
21+
22+
-----------------------
23+
224
Release 1.4.0
325
=========================================
426

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ JavaScript data visualization library.
1717
* The **Highcharts Export Server** - enabling the programmatic creation of static
1818
(downloadable) data visualizations
1919

20-
The library supports Highcharts (JS) v.10.2 and higher, including Highcharts (JS) v.11.1.0.
20+
The library supports Highcharts (JS) v.10.2 and higher, including Highcharts (JS) v.11.2.0.
2121

2222
**Highcharts Gantt for Python** is fully integrated with the broader Python ecosystem,
2323
featuring native integrations with:

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Highcharts Gantt for Python
3737

3838
.. sidebar:: Version Compatibility
3939

40-
**Latest Highcharts (JS) version supported:** v.11.1.0
40+
**Latest Highcharts (JS) version supported:** v.11.2.0
4141

4242
**Highcharts Gantt for Python** is designed to be compatible with:
4343

highcharts_gantt/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.4.0'
1+
__version__ = '1.5.0'

0 commit comments

Comments
 (0)