You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,16 @@
1
-
Release 1.1.1
1
+
Release 1.2.0
2
2
=========================================
3
3
4
-
* **FIXED:** Problem when producing a JS literal, with the JS code inserting an unnecessary ``new``.
5
-
* **ENHANCEMENT:** Added more elegant error handling when something goes wrong displaying a chart in Jupyter.
4
+
* **ENHANCEMENT:** Align the API to **Highcharts (JS) v.11.1** (#22). In particular, this includes:
6
5
7
-
---------------------
6
+
* Changes inherited from **Highcharts Core for Python v.1.2.0**. See `here <https://core-docs.highchartspython.com/en/latest/history.html#release-1-2-0>`__.
7
+
8
+
* **ENHANCEMENT:** Added support for the inclusion of scripts based on features used in the chart (#7).
9
+
* **ENHANCEMENT:** Added ``dict`` support to ``.style`` property on labels and titles.
10
+
* **DOCS:** Various documentation updates and fixes.
11
+
* **DEPENDENCY:** Bumped ``requests`` version for security patch.
0 commit comments