- Updated Symfony to version 7.4.15.
- Update rector configuration.
- Update GitHub actions.
- Updated Symfony to version 7.4.12.
- Updated Twig to version 3.26.0.
- Updated the PHP platform to version 8.3.31.
- Updated Symfony to version 7.4.10.
- Updated Symfony to version 7.4.8.
- Removed PR 7912 exception in Rector configuration.
- BC Break!: Rendering methods no longer pass the script as a parameter.
- Updated Rector configuration.
- Updated PHP-CS-Fixer configurations for line span in PHPDoc blocks.
- Updated to PHP 8.3.
- Updated Rector configuration for version 2.3.5.
- Updated PhpStan configuration.
Removed PhpStan type-coverage.- Updated Symfony to version 7.4.5.
- Simplified tests.
- Updated
ChartOptionclass. - Updated Rector to version 3.0.0.
- Updated tests.
- Modified
ChartOptiontemplate.
- Simplified
ChartOptionclass and updated tests. - Updated
actions/checkoutworkflows to version 6. - Updated Rector, PhpStan and PHP-CS-Fixer configurations.
- Updated Symfony to version 7.3.7.
- Removed Psalm dependency.
HighchartsBundle: Updated configuration.HighchartsExtension: AddedAutoconfigureattribute.- Updated
twig/twigdependency to version^3.21.
- Make
HighchartsExtensionclass public.
- Replaced Twig extension by Twig attribute.
- Removed Symfony 6.x support.
- Updated tests for
ChartOptionclass. - Make test classes final.
- Removed the
replacekey incomposer.json.
- Removed
symfony/yamldependency. - Updated Symfony to version 7.3.4.
- Updated PHP-CS-Fixer configuration.
- Updated PHP-CS-Fixer and StyleCI configurations.
- Updated Symfony to version 7.3.3.
- BC:
ChartExpression: renamedgetMagicKey()property togetKey(). - Updated Symfony to version 7.3.0.
HighchartsExtension: Makechart()function public.- Added php unit plugin to Psalm.
- Added type-coverage to PHP Stan.
- Updated license year.
- Updated Symfony to version 7.2.5.
ChartExpression: Internal update.ChartOptions: Updated PHP documentation.
- Added
$dataparameter to theChartOptionsconstructor. - Updated Symfony to version 7.2.4.
- Updated code with iterable values for PHPStan.
- Removed
__call()function inAbstractChartclass. - Updated PhpDoc for array values.
- Small correction in the documentation.
- Added missing override attribute.
- Updated chart option annotations.
- Updated Psalm configuration. Reworked
HighchartsExtensiontests. - Updated tests.
- Updated rector configuration.
- Updated Symfony to version 7.2.3.
- Updated Rector to version 2.0.
- Updated cache configurations.
- Updated Psalm to version 6.0.
- Removed
composer.lockfrom export. - Updated Symfony to version 7.2.2.
- Updated Symfony to version 7.2.1.
- Updated Symfony to version 7.2.0.
- Updated Symfony to version 7.1.9.
- Updated PHP-CS-Fixer to version 3.65.0.
- Updated
PHPunitcontinuous integration action. - Added static
instance()function toChartOptionclass. - Added test for the
renderToproperty. - Updated
PHPStanto version 2.0 and level to 10. - Removed separate
PHPUnittool. - Updated CI.
- Split dependencies in dedicated folders using
bamarni/composer-bin-plugin. - Added bleeding edge before update
phpstanto version 2.0. - Added badges to
README.md. - Updated Symfony to version 7.1.7.
- Create
.symfony.insight.yamlfile. - Updated Symfony to version 7.1.6.
- Updated
CHANGELOG.md.
- Updated
markdownlint-cli2-actionandcodecov-actionversions. - Replaced
hash()function bymd5()function. - Inject expressions only if necessary.
- Replaced
SplQueuestructure by an array for expressions. - Updated documentation.
- Added
getQuotedKey()function to theChartExpressionclass.
- Added
enqueue()function and renamedinject()function ofChartExpressionclass. - Simplified
enqueueExpressions()function ofAbstractChartclass.
- BC: Moved
createExpression()function ofAbstractCharttoinstance()function ofChartExpressionclass. - Added
injectExpression()function to theChartExpressionclass. - Updated to Twig v3.14.0 due to a possible sandbox bypass.
- Renamed
Exprclass toChartExpression.
- Removed the
laminas-jsondependency and use internal code for expressions. - Removed the
scrollbarchart options. - Updated to Symfony v7.1.4 and Twig v3.13.0.
- Added the rector fix script to
composer.json. - Updated
phpunit.xml.distfile. - Added
SymfonyInsightquality check tool and badge. - Update PHP version in
composer.json. - Updated
twigversion to 3.11.0. - Renamed Twig extension service name.
- Updated
CHANGELOG.MDfile. - Updated
codecov-actionversion to 4.5.0.
- Simplified configuration.
- Updated to Symfony v7.1.2 and Rector v1.2.0.
- Updated to Symfony v7.1.1.
- Updated
.styleci.ymlconfiguration. - Updated
.markdownlint-cli2.yamlconfiguration. - Updated to Symfony v7.1.0.
- Updated
phpunit/phpunitto version^11.0. - Updated
vimeo/psalmtodev-masterbranch. - Updated
spaze/phpstan-disallowed-callsto version^3.0.
- Added the Markdown configuration file.
- Changed the
chartfunction visibility of theHighchartsExtensionclass. - Updated
TwigTestclass. - Updated rector configuration.
- Move documentation to the root folder.
- Updated
phpstanconfiguration. - Updated
psalm/plugin-phpunitplugin version. - Updated PHP-CS-Fixer configuration.
- Updated
.gitattributesto exclude non-essential files from distribution.
- Removed
orklah/psalm-*plugins. - Replaced engine string values by
Engineenumeration.
- Modified the constructor.
- Removed
initArrayOption()andinitChartOption()functions.
- Updated psalm annotation.
- Updated change log.
- Updated render functions.
- Updated CI actions.
- Completed tests.
- Added new tests.
- Updated psalm configuration and annotations.
- Removed
$trimparameter forcreateExpressionfunction.
- Set function
createExpressionas static.
- Symfony 7 support for required development.
- Symfony 7 support.
- Update named service.
- Moved is expression from chart option to abstract chart.
- Replaced the comma by new line when rendered chart class
- Simplified encoding options
- Added chart class property
- Added lint Markdown action
- Removed the pretty print option
- Updated tests
- Reworked script output.
- Updated documentation
- Added Engine constants
- Removed skipped tests
- Added PHP version 8.2.
- Update composer.json
- Add support for Symfony 5
- Add support for Twig 3
- Drop support for PHP < 7.2
- Add support for Symfony 4
- Improve Travis configuration, tests on PHP 7
- Add support for zend-json ~3.0
- Fix Symfony 3.1 deprecation notice for YAML scalars starting with
%
- Update version constraint to support Symfony 3
- Update to PSR-4 auto-loading
- Add support for colorAxis
- Add support for noData
- Refactor deprecated Twig_Function_Method to Twig_SimpleFunction
- Add support for lang
- Test on more PHP versions and HHVM
- Add support for drilldown
- Add support for setOptions
- Drop support for deprecated versions of Symfony
- Add support for scrollbar
This release fixes a security issue. You are encouraged to update to it as soon as possible. See Security Advisory: ZF2014-01
- Add support for the pane option
- Add support for Highstock
- Extract a common interface from Highchart and Highstock
- Add support for rangeSelector
- Add a branch alias to composer.json
- Update to Highcharts v4
- Update Zend\Json for a security issue
- Remove bundled assets in favor of Highcharts' CDN (https://code.highcharts.com)
- Make the JS wrapper optional
- Add support for multiple x-axis
- Update to Highcharts v3.0.6
- Add license to composer.json
- Add doc blocks for IDE type hinting
- Configure Travis to tests on Symfony 2.1, 2.2 and 2.3
- Initial release