Skip to content

Commit

Permalink
Changelog merge problem fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
simzer committed Mar 13, 2024
1 parent 3df99f1 commit e0ca865
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [Unreleased]

### Fixed

- next() can be called multiple times from Plugin hooks

### Added

- New plugins and plugin hooks introduced:
- plugin: scheduler - plugin resposible for scheduling the rendering
- plugin: clock - supplying the current time for the animation
- plugin: canvasRenderer - plugin for rendering the chart on a htmlcanvas compatible canvas
- hook: start - hook for starting the rendering loop
- hook: render - hook for rendering the chart

## [0.10.1] - 2024-03-12

### Added
Expand All @@ -23,7 +36,6 @@
- Legend title outerRect was not properly calculated.
- Fixed stacked empty min/max aggregated values.
- Fixed error when an animation triggered during tooptip activation which removed the corresopnding marker.
- next() can be called multiple times from Plugin hooks

### Added

Expand All @@ -38,12 +50,6 @@
- The event handler registration order changed. Now the handlers are called in the opposite order of the registration.
- Added the padded rectangle, the bounding rectangle and the align parameter to the draw text event object.
- Tooltip works on marker labels too.
- New plugins and plugin hooks introduced:
- plugin: scheduler - plugin resposible for scheduling the rendering
- plugin: clock - supplying the current time for the animation
- plugin: canvasRenderer - plugin for rendering the chart on a htmlcanvas compatible canvas
- hook: start - hook for starting the rendering loop
- hook: render - hook for rendering the chart

## [0.9.3] - 2023-12-20

Expand Down

0 comments on commit e0ca865

Please sign in to comment.