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: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# 0.2.0-beta-preview
1
+
# 0.2.0-rc1
2
2
* Added `complete` target to build script which bakes in all modules and advanced mode into one source file
3
3
* Re-implemented advanced view: now has a smaller footprint, and bugs regarding arrays are fixed
4
4
* Grid data importer is now the default (can be disabled by overriding `features` when instancing the editor)
@@ -8,12 +8,19 @@
8
8
* Templates now have sample data sets associated with them
9
9
* Module system for product bundles: Highstock support now lives in its own module so that it's easier to include just what's needed. This is the first step in enabling maps support.
10
10
* WordPress plugin now has a settings page (Under "Settings" in the WP admin panel) where advanced mode, and Highstock support can be toggled
11
+
* New design
12
+
* New modal-based help system
13
+
* Highcharts Cloud integrations - save/load charts to/from the cloud
14
+
* Google Spreadsheets now integrated out-of-the-box
15
+
* Template thumbnails are now part of the editor rather than linking to cloud.highcharts.com
11
16
* Misc bug fixes and enhancements
17
+
* Editor plugins are now deprecated: use `editor.on('ChartChangedLately'..)` instead.
12
18
* Custom wizard steps can now be added using the `highed.plugins.step` interface
13
19
* Added sticky chart properties. See [wiki](https://github.com/highcharts/highcharts-editor/wiki/Sticky-Chart-Options).
14
20
* Added `highed.options` to set multiple options in one call.
15
21
* Added `defaultLanguage` to global options
16
22
* Added `includeCDNInExport` to global options, which when false will not include CDN references in HTML exports
23
+
* Added `thumbnailURL` to global options, which allows for specifying where to fetch the template thumbnails from
Copy file name to clipboardExpand all lines: README.md
+22-12Lines changed: 22 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ Highcharts Editor
5
5
6
6
# IMPORTANT NOTICE
7
7
8
-
**The Highcharts Editor is currently in Beta. The master branch is not suited for production - use one of the [pre-built releases](https://github.com/highcharts/highcharts-editor/releases).
8
+
**The Highcharts Editor is currently in Beta. The master branch is not suited for production - use one of the [pre-built releases](https://github.com/highcharts/highcharts-editor/releases).**
0 commit comments