react-financial-charts
Version:
React charts specific to finance.
152 lines (52 loc) • 5.32 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.1](https://github.com/reactivemarkets/react-financial-charts/compare/v0.3.0...v0.3.1) (2019-10-14)
### Bug Fixes
* lineDash was incorrect for canvas when set to None ([5ff3134](https://github.com/reactivemarkets/react-financial-charts/commit/5ff3134))
* **charts:** reversing scroll direction on touch devices and trackpads ([e12ce7c](https://github.com/reactivemarkets/react-financial-charts/commit/e12ce7c)), closes [#57](https://github.com/reactivemarkets/react-financial-charts/issues/57)
* **coordinates:** edge coordinates now go right up to the axis ([ba44493](https://github.com/reactivemarkets/react-financial-charts/commit/ba44493))
# [0.3.0](https://github.com/reactivemarkets/react-financial-charts/compare/v0.2.3...v0.3.0) (2019-10-04)
### Bug Fixes
* **charts:** arrowWidth was being ignored ([dce50aa](https://github.com/reactivemarkets/react-financial-charts/commit/dce50aa)), closes [#75](https://github.com/reactivemarkets/react-financial-charts/issues/75)
### Features
* **types:** adding more types for calculators and indicators ([3d52cf4](https://github.com/reactivemarkets/react-financial-charts/commit/3d52cf4))
## [0.2.3](https://github.com/reactivemarkets/react-financial-charts/compare/v0.2.2...v0.2.3) (2019-09-26)
### Bug Fixes
* **interaction:** correcting scroll behavior when interaction is disabled ([1e32380](https://github.com/reactivemarkets/react-financial-charts/commit/1e32380))
## [0.2.2](https://github.com/reactivemarkets/react-financial-charts/compare/v0.2.1...v0.2.2) (2019-09-19)
### Bug Fixes
* **ohlc:** Add option to display the last item as default ([c23b676](https://github.com/reactivemarkets/react-financial-charts/commit/c23b676))
* **props:** correcting more props ([4942299](https://github.com/reactivemarkets/react-financial-charts/commit/4942299))
* **props:** correcting more props ([f22fb3c](https://github.com/reactivemarkets/react-financial-charts/commit/f22fb3c))
## [0.2.1](https://github.com/reactivemarkets/react-financial-charts/compare/v0.2.0...v0.2.1) (2019-09-14)
### Bug Fixes
* **bollinger:** correcting props ([91d7f60](https://github.com/reactivemarkets/react-financial-charts/commit/91d7f60))
* **ohlc:** correcting props ([86bb4b2](https://github.com/reactivemarkets/react-financial-charts/commit/86bb4b2))
# [0.2.0](https://github.com/reactivemarkets/react-financial-charts/compare/v0.1.5...v0.2.0) (2019-09-12)
### Bug Fixes
* **axis:** only allow zoom if the ticks are showing ([fb96940](https://github.com/reactivemarkets/react-financial-charts/commit/fb96940))
### Features
* **elder-ray:** allowing stroke dash to be set on the zero line ([71e9a9b](https://github.com/reactivemarkets/react-financial-charts/commit/71e9a9b))
## [0.1.5](https://github.com/reactivemarkets/react-financial-charts/compare/v0.1.4...v0.1.5) (2019-09-11)
### Bug Fixes
* **axis:** adding strokeOpacity and missing props ([7870a36](https://github.com/reactivemarkets/react-financial-charts/commit/7870a36)), closes [#29](https://github.com/reactivemarkets/react-financial-charts/issues/29)
* **axis:** axisAt and orient now have defaults ([509fab1](https://github.com/reactivemarkets/react-financial-charts/commit/509fab1)), closes [#31](https://github.com/reactivemarkets/react-financial-charts/issues/31)
* **colors:** alpha channel is now used if rgba is used ([0c3e2d5](https://github.com/reactivemarkets/react-financial-charts/commit/0c3e2d5)), closes [#27](https://github.com/reactivemarkets/react-financial-charts/issues/27)
* **coordinates:** updating default fill to [#37474](https://github.com/reactivemarkets/react-financial-charts/issues/37474)F ([7b8362a](https://github.com/reactivemarkets/react-financial-charts/commit/7b8362a)), closes [#30](https://github.com/reactivemarkets/react-financial-charts/issues/30)
## [0.1.4](https://github.com/reactivemarkets/react-financial-charts/compare/v0.1.3...v0.1.4) (2019-09-10)
### Bug Fixes
* correcting types from ChartCanvas ([a99551f](https://github.com/reactivemarkets/react-financial-charts/commit/a99551f))
## [0.1.3](https://github.com/reactivemarkets/react-financial-charts/compare/v0.1.2...v0.1.3) (2019-09-10)
### Bug Fixes
* ChartCanvas type is now optional ([22365a2](https://github.com/reactivemarkets/react-financial-charts/commit/22365a2))
* correcting and adding types to props ([aa98bd3](https://github.com/reactivemarkets/react-financial-charts/commit/aa98bd3))
## [0.1.2](https://github.com/reactivemarkets/react-financial-charts/compare/v0.1.1...v0.1.2) (2019-09-10)
### Bug Fixes
* interfaces from withDeviceRatio need to be public ([6850ab1](https://github.com/reactivemarkets/react-financial-charts/commit/6850ab1))
## [0.1.1](https://github.com/reactivemarkets/react-financial-charts/compare/v0.1.0...v0.1.1) (2019-09-09)
### Bug Fixes
* adding missing readme from package ([1f38c35](https://github.com/reactivemarkets/react-financial-charts/commit/1f38c35))
# 0.1.0 (2019-09-08)
### Features
* moving examples to storybook ([3ce0955](https://github.com/reactivemarkets/react-financial-charts/commit/3ce0955))