Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chenesan committed Mar 13, 2019
1 parent ff1bf0f commit de7618c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- Add `test` and `test:watch` scripts in root directory and every single package.(#17)
- Add `jest`, `ts-jest`, `enzyme`, `enzyme-adapter-react-16` dependency.(#17)
- Add a sample test of `ResponsiveLayer`. (#17)
- Add `getColorScale` to receive color encoding in charts. (#11)
- Extract the animation frame controls as a custom effect hook. (#10)
- Add `tslint-react-hooks` rules to lint React Hooks. (#8)
Expand All @@ -24,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Makes simple components such as `<Foo>` and `<ResponsiveLayer>` as an experiment to see if the project settings go well. (#1)

# Changed
- Replace `lodash-es` with `lodash`.(#17)
- Rewrite `<HoverLayer>` using Hooks. (#10)
- Remove `AxisConfig` type. Add new `Encoding` (`AxisEncoding`) and `Scale` (`AxisScale`) type for `getAxisScale`. (#9)
- Replace `fieldX` `fieldY` `scaleX` `scaleY` with `x` and `y` props in `LineChart`. (#9)
Expand Down

0 comments on commit de7618c

Please sign in to comment.