react-pixi-plot
Version:
A React component rendering a zoomable and draggable PIXI.js scene. Intended to render 2d plots
43 lines (19 loc) • 1.53 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.0-rc.4"></a>
# [1.0.0-rc.4](https://github.com/thechiselgroup/react-pixi-plot/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2019-02-28)
### Bug Fixes
* **axes:** fix axis range scaling when using discrete domain ([febc518](https://github.com/thechiselgroup/react-pixi-plot/commit/febc518))
* **pixiplot:** canvas container is absolute positioned to have perfect alignment with axes ([51ed1e3](https://github.com/thechiselgroup/react-pixi-plot/commit/51ed1e3))
### Features
* **pixiplot:** add bottomTicksRotate prop ([2b07320](https://github.com/thechiselgroup/react-pixi-plot/commit/2b07320))
<a name="1.0.0-rc.3"></a>
# [1.0.0-rc.3](https://github.com/thechiselgroup/react-pixi-plot/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2019-02-27)
<a name="1.0.0-rc.2"></a>
# [1.0.0-rc.2](https://github.com/thechiselgroup/react-pixi-plot/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2019-02-27)
<a name="1.0.0-rc.1"></a>
# [1.0.0-rc.1](https://github.com/thechiselgroup/react-pixi-plot/compare/v0.2.2...v1.0.0-rc.1) (2019-02-27)
<a name="0.2.2"></a>
## [0.2.2](https://github.com/thechiselgroup/react-pixi-plot/compare/v0.2.1...v0.2.2) (2018-11-28)
### Bug Fixes
* **PixiPlot:** When displayObjectsInFront changes, do not remove previous objects if they are in the ([8329c82](https://github.com/thechiselgroup/react-pixi-plot/commit/8329c82))