| @@ -1,5 +1,85 @@ | ||
| 1 | 1 | |
| 2 | + ### v3.4.2 - 2020-02-17 | |
| 3 | + **Changes:** | |
| 4 | + * New Cypress tests for the Gutenberg block | |
| 5 | + | |
| 6 | + ### v3.4.1 - 2020-02-14 | |
| 7 | + **Changes:** | |
| 8 | + * [Fix] Insert chart button in the classic block | |
| 9 | +* [Fix for Pro version] Import from chart did not work | |
| 10 | + | |
| 11 | + ### v3.4.0 - 2020-02-13 | |
| 12 | + **Changes:** | |
| 13 | + * [Feat] Support for authentication for JSON import | |
| 14 | +* [Feat] New chart type: Bubble | |
| 15 | +* [Feat] Combine one-time import and schedule import into a single control for an online .csv file import | |
| 16 | +* [Feat] Add support for annotations and other roles | |
| 17 | +* [Feat] For every chart show the last updated date and any error that exists | |
| 18 | +* [Feat] Tested up to WP 5.3 | |
| 19 | +* [Fix] When new data is imported using csv/url, the manual editor still show old data | |
| 20 | +* [Fix] Having SCRIPT_DEBUG on causes issues in real time update of charts | |
| 21 | +* [Fix] Table chart: Error appears when trying to import from JSON | |
| 22 | +* [Fix] PHP Fatal error: Uncaught Error: Cannot unset string offsets | |
| 23 | +* [Fix] Long responsive table can overflow on smaller screens | |
| 24 | + | |
| 25 | + ### v3.3.4 - 2019-11-15 | |
| 26 | + **Changes:** | |
| 27 | + * Fix issue with table chart not loading in the block editor | |
| 28 | + | |
| 29 | + ### v3.3.3 - 2019-11-12 | |
| 30 | + **Changes:** | |
| 31 | + * Tested upto WordPress 5.3 | |
| 32 | + | |
| 33 | + ### v3.3.2 - 2019-10-03 | |
| 34 | + **Changes:** | |
| 35 | + * Add support for Dataset schema | |
| 36 | +* Horizontal Axis formatting should apply to tooltips | |
| 37 | + | |
| 38 | + ### v3.3.1 - 2019-09-28 | |
| 39 | + **Changes:** | |
| 40 | + * Increase minimum requirement to PHP 5.6 | |
| 41 | +* Fixed issue with loading customization.js on multisites | |
| 42 | +* Fixed issue with manually editing a remotely loaded chart | |
| 43 | +* Fixed issues with cloning | |
| 44 | +* Fixed issues with ChartJS assigning default colors | |
| 45 | +* Fix security issues in block editor | |
| 46 | + | |
| 47 | + ### v3.3.0 - 2019-08-14 | |
| 48 | + **Changes:** | |
| 49 | + * Add support for ChartJS | |
| 50 | +* Add alpha color picker for supported charts | |
| 51 | +* Fix issue with some options of DataTable | |
| 52 | +* Include DataTable charts in block editor | |
| 53 | +* Fix issue with import from JSON not working with some sources | |
| 54 | +* Add menu and onboarding page | |
| 55 | +* Fix issue with frontend action checkboxes | |
| 56 | +* Improve UX in advanced settings | |
| 57 | + | |
| 58 | + ### v3.2.1 - 2019-05-05 | |
| 59 | + **Changes:** | |
| 60 | + * Fix issue with async loading of scripts | |
| 61 | + | |
| 62 | + ### v3.2.0 - 2019-05-03 | |
| 63 | + **Changes:** | |
| 64 | + * Add support for charts in AMP requests | |
| 65 | +* Add support to show charts from JSON/REST endpoints | |
| 66 | +* Fix loading of Google Visualization javascript files | |
| 67 | +* Add simple editors for editing chart data | |
| 68 | +* Tested up to WP 5.2 | |
| 69 | + | |
| 70 | + ### v3.1.3 - 2019-02-24 | |
| 71 | + **Changes:** | |
| 72 | + * Fix issue with changing column settings of the last column in table chart | |
| 73 | +* Add support for query language to get subset of data from Google Spreadsheet | |
| 74 | +* Fix conflict with jquery 3.3.x | |
| 75 | +* Migrated PHPExcel to PhpSpreadsheet | |
| 76 | +* Front end action 'print' should print the chart and fall back to printing the data | |
| 77 | +* Fix issue with table chart not showing in IE | |
| 78 | +* Fix issue with multiple instances of same chart not showing | |
| 79 | +* Fix issue with date type column does not work with Combo charts | |
| 80 | +* Tested with WP 5.1 | |
| 81 | + | |
| 2 | 82 | ### v3.1.2 - 2018-12-06 |
| 3 | 83 | **Changes:** |
| 4 | 84 | * Fix bug "Warning: A non-numeric value encountered" |
| 5 | 85 | * Tested with WP 5.0 |