Skip to content

Commit f5f540d

Browse files
committed
Bumped version number and updated changelog.
1 parent baa6407 commit f5f540d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGES.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
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 ``AxisEvents.point_break_out`` property.
8+
* Added ``.node_alignment`` property to ``SankeyOptions`` and ``SankeySeries``.
9+
* Added ``.link_color_mode`` property to ``SankeyOptions`` and ``SankeySeries``.
10+
* Added ``.inactive_other_points`` property to multiple series types.
11+
* Added ``.grouping`` property to Lollipop series type.
12+
* Added ``.low_marker`` property Area Range and Dumbell series types.
13+
* Added ``.show_export_in_progress`` and ``.export_in_progress`` support.
14+
* Added ``.drag`` annotation event support.
15+
16+
* **BUGFIX:** Fixed missing ``.levels`` support in ``TreegraphOptions`` and ``TreegraphSeries``.
17+
18+
19+
--------------------
20+
221
Release 1.4.3
322
=========================================
423

highcharts_core/__version__.py

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

0 commit comments

Comments
 (0)