Skip to content

Releases: hoogi91/charts

3.0.2

11 Aug 17:34
Compare
Choose a tag to compare

Bugfix Release

  • Fix wrong color rendering #549

2.0.7

11 Aug 17:41
Compare
Choose a tag to compare

Bugfix Release

  • Fix wrong color rendering #549

3.0.1

21 Jul 16:57
Compare
Choose a tag to compare

Bugfix Release

  • Support PHP 8.3 #511
  • Issues while loading chart js files #368

3.0.0

21 Jun 19:42
Compare
Choose a tag to compare

Breaking Changes

  • add support for TYPO3 v12 and PHP 8.1 + 8.2
  • drop support for PHP 7.3 + 7.4 (use at your own risk if you haven't updated yet)

Bugfixes

  • Fix rendering backend previews when error_reporting considers deprecations #176
  • Fix missing chart library selection after fresh installation #32

2.0.6

23 May 21:52
Compare
Choose a tag to compare

Bugfix Release

  • #29 Fix dataset labels when using single row instead of columns
  • #30 Fix usage of extension without installing spreadsheets extension

2.0.5

01 Mar 23:50
Compare
Choose a tag to compare

Bugfix Release

  • #24 Simplify LibraryRegistry hack to get libraries in InstallTool scope
  • #25 Fix color picker issues in Firefox browsers

2.0.0

28 Feb 16:31
Compare
Choose a tag to compare

Added

Breaking Changes

  • drop support for TYPO3 v8 and v9 and PHP 7.2/7.3 (use at your own risk if you haven't updated yet)
  • drop support for chartist library
  • update library registration see https://docs.typo3.org/p/hoogi91/charts/main/en-us/Developer/Index.html
  • #19 by default this library supports ChartJS v3 (v2 may work but an Upgrade is recommended)
  • Caching option has been removed completely
  • Simplified Fluid template structure (keep an eye on it if you override it)

Improvements

  • improve symfony service injections
  • improve code coverage
  • added more options to extension settings for changing used CDN library URL's or to disable their injection

1.1.2

27 Jan 20:26
Compare
Choose a tag to compare

Bugfix Release

  • #19 Add support for chartjs v3

1.1.1

15 Jan 21:12
Compare
Choose a tag to compare

Bugfix Release

  • #16 Missing RenderType for all FlexFrom select fields
  • #15 LibraryRegistry doesn't support DI
  • #13 ChartJS Option Step Size not recognized
  • #12 fixEmptyConfiguration may cause an error

1.1.0

07 Jun 12:29
cfe6744
Compare
Choose a tag to compare

New/Improved Features