Releases: halfpastfouram/phpchartjs
Releases · halfpastfouram/phpchartjs
v1.2.2
v1.2.1
What is added?
Nothing.
What has changed?
- Updated chartjs version to 2.9.3.
What is removed?
Nothing.
Backwards compatible?
Yes.
v1.2.0
What is added?
- Added support for the maintainAspectRatio option.
- Added support for the onClick option.
- Added index page for examples.
- Added titles for examples.
- Added example for maintainAspectRatio option.
- Added example for onClick option.
- Added required PHP modules to composer.json.
What has changed?
- Duplicate logic has been moved to a trait.
- The jsonSerialize method now returns a json serializable array in compliance with the JsonSerializable interface.
- The unit tests have been updated to support arrays being returned by the jsonSerialize method.
- Fixed code style.
- All dependencies have been updated.
What is removed?
- Nothing.
Backwards compatible?
Everything, except for the jsonSerialize methods as they now return a json serializable array instead of a json string.
v1.1.0
- Improved code quality
- Fixed license identifier
- Now upporting Ticks' max attribute
- Simplified ArraySerializerTrait
v1.0.1
v1.0.0
First official release. Every aspect of setting up charts and rendering them is covered, working and tested.