Releases: highcharts/highcharts-editor
Releases · highcharts/highcharts-editor
v0.3.0
26 Jun 17:37
Compare
Sorry, something went wrong.
No results found
Changelog
Improved support for combination charts
UX enhancements and more streamlined UI throughout the application
Improved data import and data manipulation
Google Spreadsheet like grid with cell highlighting and moving columns through dragging
Can copy cell value across multiple cells
Show/Hide cells relevant to series being worked on
Search filter for the Advanced section in Customize tab
Advanced section will now show only options relevant to the series user is working on (Bugfix)
Better support for series data labels
Core
File
Description
highcharts-editor.dist.x.y.z.zip
Main release (JavaScript/CSS)
highcharts-editor.dist.min.x.y.z.zip
Minified release (JavaScript/CSS)
highcharts-editor.dist.advanced.min.x.y.z.zip
Advanced Edit extension
highcharts-editor.complete.min.x.y.z.js
Complete editor w/advanced, and all supported modules
highcharts-editor.module.highcharts.x.y.z.min.zip
Highcharts templates
highcharts-editor.module.highstock.x.y.z.min.zip
Highcharts templates
highcharts-editor.standalone.x.y.z.zip
Standalone version (HTML/JavaScript/CSS)
highcharts-editor.thumbnails.min.js
Statically built template thumbnails, if you don't want to hotlink
highcharts-editor.plugins.x.y.z.zip
Plugin samples
highcharts-editor.ckeditor.x.y.z.zip
CKEditor plugin
highcharts-editor.tinymce.x.y.z.zip
TinyMCE plugin
highcharts-editor.wordpress.x.y.z.zip
Wordpress plugin
Native Applications
File
Description
highcharts-editor-x.y.z-darwin-x64.zip
Native OSX Build
highcharts-editor-x.y.z-win32-ia32.zip
Native Windows Build
highcharts-editor-x.y.z-linux-x64.zip
Native Linux Build
Language Packs
File
Description
highcharts.editor.lang.zh_cn.js
Chinese language pack
highcharts.editor.lang.he.js
Hebrew language pack
highcharts.editor.lang.fr.js
French language pack
highcharts.editor.lang.no.js
Norwegian language pack
v0.2.2-rc3
07 Aug 14:22
Compare
Sorry, something went wrong.
No results found
Changelog
Added data import failure detection for when it's not possible to deduce the CSV delimiter
Added special case for handling the dataLabels type
Added support for the series-label module
Added encodedUrl to custom code
Added function to clear the theme
Added support for live data
Fixed an issue with deleting rows not updating the chart
Fixed default values for adding new rows
Fixed an issue with custom code and series
Google Spreadsheet support now extracts the correct ID from a URL
Navigation events in the editor now emits UIAction events on the global even object
Misc smaller performance and bug fixes
Core
File
Description
highcharts-editor.dist.x.y.z.zip
Main release (JavaScript/CSS)
highcharts-editor.dist.min.x.y.z.zip
Minified release (JavaScript/CSS)
highcharts-editor.dist.advanced.min.x.y.z.zip
Advanced Edit extension
highcharts-editor.complete.min.x.y.z.js
Complete editor w/advanced, and all supported modules
highcharts-editor.module.highcharts.x.y.z.min.zip
Highcharts templates
highcharts-editor.module.highstock.x.y.z.min.zip
Highcharts templates
highcharts-editor.standalone.x.y.z.zip
Standalone version (HTML/JavaScript/CSS)
highcharts-editor.thumbnails.min.js
Statically built template thumbnails, if you don't want to hotlink
highcharts-editor.plugins.x.y.z.zip
Plugin samples
highcharts-editor.ckeditor.x.y.z.zip
CKEditor plugin
highcharts-editor.tinymce.x.y.z.zip
TinyMCE plugin
highcharts-editor.wordpress.x.y.z.zip
Wordpress plugin
Native Applications
File
Description
highcharts-editor-x.y.z-darwin-x64.zip
Native OSX Build
highcharts-editor-x.y.z-win32-ia32.zip
Native Windows Build
highcharts-editor-x.y.z-linux-x64.zip
Native Linux Build
Language Packs
File
Description
highcharts.editor.lang.zh_cn.js
Chinese language pack
highcharts.editor.lang.he.js
Hebrew language pack
v0.2.1-rc2
06 Mar 10:03
Compare
Sorry, something went wrong.
No results found
Changelog
Fixed issue causing propagation of importer properties to fail
Fixed issue with hiding the advanced/custom code/preview tabs in customizer
Fixed issue with HTML entities in CSV columns
Fixed issue causing custom code to revert to default value when containing invalid code
Fixed issue with script loading
Fixed issue with assignTheme and null values
Fixed issue with setting global options to 0/false/etc.
Chart title (if set) is now used when saving projects
Added auto code formatting on commit
Load project now emits the proper LoadProject event when there's data in the project
Now loading series properly when using Google Spreadsheets
Rows can now be added before/after the selected row in the data grid
Added controls to preview the chart with different sizes
Improved error feedback on misconfigurations
Customizer availableSettings option now support dot-separated options (e.g. series.title)
Added autoIncludeDependencies option
Updated Advanced Meta to use Highcharts 6.0.7
Misc minor bug fixes and enhancements
Core
File
Description
highcharts-editor.dist.x.y.z.zip
Main release (JavaScript/CSS)
highcharts-editor.dist.min.x.y.z.zip
Minified release (JavaScript/CSS)
highcharts-editor.dist.advanced.min.x.y.z.zip
Advanced Edit extension
highcharts-editor.complete.min.x.y.z.js
Complete editor w/advanced, and all supported modules
highcharts-editor.module.highcharts.x.y.z.min.zip
Highcharts templates
highcharts-editor.module.highstock.x.y.z.min.zip
Highcharts templates
highcharts-editor.standalone.x.y.z.zip
Standalone version (HTML/JavaScript/CSS)
highcharts-editor.thumbnails.min.js
Statically built template thumbnails, if you don't want to hotlink
highcharts-editor.plugins.x.y.z.zip
Plugin samples
highcharts-editor.ckeditor.x.y.z.zip
CKEditor plugin
highcharts-editor.tinymce.x.y.z.zip
TinyMCE plugin
highcharts-editor.wordpress.x.y.z.zip
Wordpress plugin
Native Applications
File
Description
highcharts-editor-x.y.z-darwin-x64.zip
Native OSX Build
highcharts-editor-x.y.z-win32-ia32.zip
Native Windows Build
highcharts-editor-x.y.z-linux-x64.zip
Native Linux Build
Language Packs
File
Description
highcharts.editor.lang.zh_cn.js
Chinese language pack
v0.2.0-rc1
19 Dec 12:38
Compare
Sorry, something went wrong.
No results found
Changelog
Added complete target to build script which bakes in all modules and advanced mode into one source file
Re-implemented advanced view: now has a smaller footprint, and bugs regarding arrays are fixed
Grid data importer is now the default (can be disabled by overriding features when instancing the editor)
Streamlined the build system: generated sources now ends up in generated_src instead of in the main source tree
Converted the advanced meta generator to use the new meta format
Converted templates to use config objects instead of dash paths, and extended its meta data
Templates now have sample data sets associated with them
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.
WordPress plugin now has a settings page (Under "Settings" in the WP admin panel) where advanced mode, and Highstock support can be toggled
New design
New modal-based help system
Highcharts Cloud integrations - save/load charts to/from the cloud
Google Spreadsheets now integrated out-of-the-box
Template thumbnails are now part of the editor rather than linking to cloud.highcharts.com
Misc bug fixes and enhancements
Editor plugins are now deprecated: use editor.on('ChartChangedLately'..) instead.
Custom wizard steps can now be added using the highed.plugins.step interface
Added sticky chart properties. See wiki .
Added highed.options to set multiple options in one call.
Added defaultLanguage to global options
Added includeCDNInExport to global options, which when false will not include CDN references in HTML exports
Added thumbnailURL to global options, which allows for specifying where to fetch the template thumbnails from
Core
File
Description
highcharts-editor.dist.x.y.z.zip
Main release (JavaScript/CSS)
highcharts-editor.dist.min.x.y.z.zip
Minified release (JavaScript/CSS)
highcharts-editor.dist.advanced.min.x.y.z.zip
Advanced Edit extension
highcharts-editor.complete.min.x.y.z.js
Complete editor w/advanced, and all supported modules
highcharts-editor.module.highcharts.x.y.z.min.zip
Highcharts templates
highcharts-editor.module.highstock.x.y.z.min.zip
Highcharts templates
highcharts-editor.standalone.x.y.z.zip
Standalone version (HTML/JavaScript/CSS)
highcharts-editor.thumbnails.min.js
Statically built template thumbnails, if you don't want to hotlink
highcharts-editor.plugins.x.y.z.zip
Plugin samples
highcharts-editor.ckeditor.x.y.z.zip
CKEditor plugin
highcharts-editor.tinymce.x.y.z.zip
TinyMCE plugin
highcharts-editor.wordpress.x.y.z.zip
Wordpress plugin
Native Applications
File
Description
highcharts-editor-x.y.z-darwin-x64.zip
Native OSX Build
highcharts-editor-x.y.z-win32-ia32.zip
Native Windows Build
highcharts-editor-x.y.z-linux-x64.zip
Native Linux Build
Language Packs
File
Description
highcharts.editor.lang.zh_cn.js
Chinese language pack
v0.1.3-beta
24 Jan 12:42
Compare
Sorry, something went wrong.
No results found
Changelog
Fixed an issue with font sizes in font widget
Fixed an issue with embedding charts in Wordpress
Fixed an issues with global options (i.e. localization/language options)
Fixed an issue with undefined when using bower
Fixed an issue with localization options in exported (html) charts
Core
File
Description
highcharts-editor.dist.x.y.z.zip
Main release (JavaScript/CSS)
highcharts-editor.dist.min.x.y.z.zip
Minified release (JavaScript/CSS)
highcharts-editor.dist.advanced.min.x.y.z.zip
Advanced Edit extension
highcharts-editor.standalone.x.y.z.zip
Standalone version (HTML/JavaScript/CSS)
highcharts-editor.plugins.x.y.z.zip
Plugin samples
highcharts-editor.ckeditor.x.y.z.zip
CKEditor plugin
highcharts-editor.tinymce.x.y.z.zip
TinyMCE plugin
highcharts-editor.wordpress.x.y.z.zip
Wordpress plugin
Native Applications
File
Description
highcharts-editor-x.y.z-darwin-x64.zip
Native OSX Build
highcharts-editor-x.y.z-win32-ia32.zip
Native Windows Build
highcharts-editor-x.y.z-linux-x64.zip
Native Linux Build
Language Packs
File
Description
highcharts.editor.lang.zh_cn.js
Chinese language pack
0.1.2-beta
03 Jan 10:10
Compare
Sorry, something went wrong.
No results found
0.1.2-beta, January 3rd 2017
Fixed general IE issues
Fixed IE issues for exported charts
Fixed issue with save/load project
Fixed scrolling in SimpleEditor
Improved the API for the doneEditing callback in modal editor
Expanded localization system see wiki
Updated inline API documentation
Simple editor features can now be toggled
General stability enhancements and bug fixes
Added CHANGELOG.md to keep track of changes
Core
File
Description
highcharts-editor.dist.x.y.z.zip
Main release (JavaScript/CSS)
highcharts-editor.dist.min.x.y.z.zip
Minified release (JavaScript/CSS)
highcharts-editor.dist.advanced.min.x.y.z.zip
Advanced Edit extension
highcharts-editor.standalone.x.y.z.zip
Standalone version (HTML/JavaScript/CSS)
highcharts-editor.plugins.x.y.z.zip
Plugin samples
highcharts-editor.ckeditor.x.y.z.zip
CKEditor plugin
highcharts-editor.tinymce.x.y.z.zip
TinyMCE plugin
highcharts-editor.wordpress.x.y.z.zip
Wordpress plugin
Native Applications
File
Description
highcharts-editor-x.y.z-darwin-x64.zip
Native OSX Build
highcharts-editor-x.y.z-win32-ia32.zip
Native Windows Build
highcharts-editor-x.y.z-linux-x64.zip
Native Linux Build
Language Packs
File
Description
highcharts.editor.lang.zh_cn.js
Chinese language pack
v0.1.1-beta
11 Nov 12:11
Compare
Sorry, something went wrong.
No results found
This release contains several bug fixes from v0.1.0
File
Description
highcharts-editor.dist.x.y.z.zip
Main release (JavaScript/CSS)
highcharts-editor.dist.min.x.y.z.zip
Minified release (JavaScript/CSS)
highcharts-editor.dist.advanced.min.x.y.z.zip
Advanced Edit extension
highcharts-editor.standalone.x.y.z.zip
Standalone version (HTML/JavaScript/CSS)
highcharts-editor-x.y.z-darwin-x64.zip
Native OSX Build
highcharts-editor-x.y.z-win32-ia32.zip
Native Windows Build
highcharts-editor-x.y.z-linux-x64.zip
Native Linux Build
highcharts-editor.plugins.x.y.z.zip
Plugin samples
highcharts-editor.ckeditor.x.y.z.zip
CKEditor plugin
highcharts-editor.tinymce.x.y.z.zip
TinyMCE plugin
highcharts-editor.wordpress.x.y.z.zip
Wordpress plugin
Public Beta
27 Oct 11:34
Compare
Sorry, something went wrong.
No results found
File
Description
highcharts-editor.dist.x.y.z.zip
Main release (JavaScript/CSS)
highcharts-editor.dist.min.x.y.z.zip
Minified release (JavaScript/CSS)
highcharts-editor.dist.advanced.min.x.y.z.zip
Advanced Edit extension
highcharts-editor.standalone.x.y.z.zip
Standalone version (HTML/JavaScript/CSS)
highcharts-editor-x.y.z-darwin-x64.zip
Native OSX Build
highcharts-editor-x.y.z-win32-ia32.zip
Native Windows Build
highcharts-editor-x.y.z-linux-x64.zip
Native Linux Build
highcharts-editor.plugins.x.y.z.zip
Plugin samples
highcharts-editor.ckeditor.x.y.z.zip
CKEditor plugin
highcharts-editor.tinymce.x.y.z.zip
TinyMCE plugin
highcharts-editor.wordpress.x.y.z.zip
Wordpress plugin
Initial Beta RC1
20 Oct 15:11
Compare
Sorry, something went wrong.
No results found
File
Description
highcharts-editor.dist.x.y.z.zip
Main release (JavaScript/CSS)
highcharts-editor.dist.min.x.y.z.zip
Minified release (JavaScript/CSS)
highcharts-editor.dist.advanced.min.x.y.z.zip
Advanced Edit extension
highcharts-editor.standalone.x.y.z.zip
Standalone version (HTML/JavaScript/CSS)
highcharts-editor-x.y.z-darwin-x64.zip
Native OSX Build
highcharts-editor-x.y.z-win32-ia32.zip
Native Windows Build
highcharts-editor-x.y.z-linux-x64.zip
Native Linux Build
highcharts-editor.plugins.x.y.z.zip
Plugin samples
highcharts-editor.ckeditor.x.y.z.zip
CKEditor plugin
highcharts-editor.tinymce.x.y.z.zip
TinyMCE plugin
highcharts-editor.wordpress.x.y.z.zip
Wordpress plugin