| @@ -1,5 +1,118 @@ | ||
| 1 | 1 | |
| 2 | + ### v3.4.4 - 2020-06-16 | |
| 3 | + **Changes:** | |
| 4 | + * [Feat] Option to download charts as .png images | |
| 5 | +* [Fix] Make UI more intuitive when a chart is missing in the editor | |
| 6 | +* [Fix] Clicking Copy chart shows the Copied message multiple times | |
| 7 | +* [Fix] Conflict with Modern Events Calendar plugin | |
| 8 | +* [Fix] Chart size ( width and height ) options not working for ChartJS charts | |
| 9 | +* [Fix] Resizing the window causes annotation-based charts to throw an error | |
| 10 | +* [Fix] Remove Inside the Chart option as legend position for Google Pie charts | |
| 11 | +* [Fix] Clicking Advanced Options panel breaks Bubble chart | |
| 12 | +* [Fix] Missing posts revisions on chart update | |
| 13 | + | |
| 14 | + ### v3.4.3 - 2020-05-04 | |
| 15 | + **Changes:** | |
| 16 | + * [Feat] Improved chart creation UX | |
| 17 | +* [Feat] New option to control the number of charts per page in the Charts Library | |
| 18 | +* [Feat] New option for filtering/ordering charts in the Charts Library | |
| 19 | +* [Feat] Support for custom codes for the boolean data type in Table charts | |
| 20 | +* [Fix] Support for displaying apostrophes in charts | |
| 21 | +* [Fix] Visualizer button layout in the Classic block | |
| 22 | +* [Fix] Bulk activation of plugin aborts activation of subsequent plugins | |
| 23 | + | |
| 24 | + ### v3.4.2 - 2020-02-17 | |
| 25 | + **Changes:** | |
| 26 | + * New Cypress tests for the Gutenberg block | |
| 27 | + | |
| 28 | + ### v3.4.1 - 2020-02-14 | |
| 29 | + **Changes:** | |
| 30 | + * [Fix] Insert chart button in the classic block | |
| 31 | +* [Fix for Pro version] Import from chart did not work | |
| 32 | + | |
| 33 | + ### v3.4.0 - 2020-02-13 | |
| 34 | + **Changes:** | |
| 35 | + * [Feat] Support for authentication for JSON import | |
| 36 | +* [Feat] New chart type: Bubble | |
| 37 | +* [Feat] Combine one-time import and schedule import into a single control for an online .csv file import | |
| 38 | +* [Feat] Add support for annotations and other roles | |
| 39 | +* [Feat] For every chart show the last updated date and any error that exists | |
| 40 | +* [Feat] Tested up to WP 5.3 | |
| 41 | +* [Fix] When new data is imported using csv/url, the manual editor still show old data | |
| 42 | +* [Fix] Having SCRIPT_DEBUG on causes issues in real time update of charts | |
| 43 | +* [Fix] Table chart: Error appears when trying to import from JSON | |
| 44 | +* [Fix] PHP Fatal error: Uncaught Error: Cannot unset string offsets | |
| 45 | +* [Fix] Long responsive table can overflow on smaller screens | |
| 46 | + | |
| 47 | + ### v3.3.4 - 2019-11-15 | |
| 48 | + **Changes:** | |
| 49 | + * Fix issue with table chart not loading in the block editor | |
| 50 | + | |
| 51 | + ### v3.3.3 - 2019-11-12 | |
| 52 | + **Changes:** | |
| 53 | + * Tested upto WordPress 5.3 | |
| 54 | + | |
| 55 | + ### v3.3.2 - 2019-10-03 | |
| 56 | + **Changes:** | |
| 57 | + * Add support for Dataset schema | |
| 58 | +* Horizontal Axis formatting should apply to tooltips | |
| 59 | + | |
| 60 | + ### v3.3.1 - 2019-09-28 | |
| 61 | + **Changes:** | |
| 62 | + * Increase minimum requirement to PHP 5.6 | |
| 63 | +* Fixed issue with loading customization.js on multisites | |
| 64 | +* Fixed issue with manually editing a remotely loaded chart | |
| 65 | +* Fixed issues with cloning | |
| 66 | +* Fixed issues with ChartJS assigning default colors | |
| 67 | +* Fix security issues in block editor | |
| 68 | + | |
| 69 | + ### v3.3.0 - 2019-08-14 | |
| 70 | + **Changes:** | |
| 71 | + * Add support for ChartJS | |
| 72 | +* Add alpha color picker for supported charts | |
| 73 | +* Fix issue with some options of DataTable | |
| 74 | +* Include DataTable charts in block editor | |
| 75 | +* Fix issue with import from JSON not working with some sources | |
| 76 | +* Add menu and onboarding page | |
| 77 | +* Fix issue with frontend action checkboxes | |
| 78 | +* Improve UX in advanced settings | |
| 79 | + | |
| 80 | + ### v3.2.1 - 2019-05-05 | |
| 81 | + **Changes:** | |
| 82 | + * Fix issue with async loading of scripts | |
| 83 | + | |
| 84 | + ### v3.2.0 - 2019-05-03 | |
| 85 | + **Changes:** | |
| 86 | + * Add support for charts in AMP requests | |
| 87 | +* Add support to show charts from JSON/REST endpoints | |
| 88 | +* Fix loading of Google Visualization javascript files | |
| 89 | +* Add simple editors for editing chart data | |
| 90 | +* Tested up to WP 5.2 | |
| 91 | + | |
| 92 | + ### v3.1.3 - 2019-02-24 | |
| 93 | + **Changes:** | |
| 94 | + * Fix issue with changing column settings of the last column in table chart | |
| 95 | +* Add support for query language to get subset of data from Google Spreadsheet | |
| 96 | +* Fix conflict with jquery 3.3.x | |
| 97 | +* Migrated PHPExcel to PhpSpreadsheet | |
| 98 | +* Front end action 'print' should print the chart and fall back to printing the data | |
| 99 | +* Fix issue with table chart not showing in IE | |
| 100 | +* Fix issue with multiple instances of same chart not showing | |
| 101 | +* Fix issue with date type column does not work with Combo charts | |
| 102 | +* Tested with WP 5.1 | |
| 103 | + | |
| 104 | + ### v3.1.2 - 2018-12-06 | |
| 105 | + **Changes:** | |
| 106 | + * Fix bug "Warning: A non-numeric value encountered" | |
| 107 | +* Tested with WP 5.0 | |
| 108 | + | |
| 109 | + ### v3.1.1 - 2018-12-05 | |
| 110 | + **Changes:** | |
| 111 | + * Fix issue with Gutenberg support | |
| 112 | +* Fix issue with loading new Table chart | |
| 113 | +* Fix options that don't work correctly with some charts | |
| 114 | + | |
| 2 | 115 | ### v3.1.0 - 2018-12-03 |
| 3 | 116 | **Changes:** |
| 4 | 117 | * Add Table chart |
| 5 | 118 | * Fix date format in sample files |