Changelog
*Sourced from [recharts's changelog](https://github.com/recharts/recharts/blob/master/CHANGELOG.md).*
> ## 1.3.6(Nov 07, 2018)
>
> ### fix
>
> - Fix bug preventing use of functions or custom components for the Bar background prop
> - Fix incorrect sort logic in stripe rendering
>
> ### feat
>
> - Added animateNewValues property to Line
>
> ## 1.3.5(Oct 25, 2018)
>
> ### fix
>
> - use lodash _.values instead of Object.values
> - perfer YAxis which has finite domain and nice ticks when a chart has many YAxes
> - fix for expected length height attribute
>
> ### chore
>
> - add babel-plugin-lodash in babelrc
> - update webpack.config.js to remove sourceMap in umd/Recharts.min.js
>
> ## 1.3.4(Oct 13, 2018)
>
> ### fix
>
> - Fix domain calculation with 0 values ([#1519](https://github-redirect.dependabot.com/recharts/recharts/issues/1519))
>
> ## 1.3.3(Oct 10, 2018)
>
> ### feat
>
> - find yAxisWithNiceTicks and choose it over getAnyElementOfObject
>
> ### fix
>
> - update recharts-scale to 0.4.2 to fix bug of DecimalError when data is Inifinity, fix [#1493](https://github-redirect.dependabot.com/recharts/recharts/issues/1493)
>
> ## 1.3.2(Oct 07, 2018)
>
> ### fix
>
> - Fix axis type error
> - Fix add sideEffects flag to enable tree-shaing
Commits
- [`8665b18`](https://github.com/recharts/recharts/commit/8665b1894298fb4968c4ef010cd2a4cf9392989c) Version 1.3.6
- [`9ed6177`](https://github.com/recharts/recharts/commit/9ed6177d2ef5af235028a994049b08d31fb54e4b) fix: remove "that", just use this in
- [`73c5fba`](https://github.com/recharts/recharts/commit/73c5fba75c48c4787e18390f83a1359977bfd114) Merge pull request [#1438](https://github-redirect.dependabot.com/recharts/recharts/issues/1438) from ymoran00/master
- [`e3bd4ff`](https://github.com/recharts/recharts/commit/e3bd4ffb858b45e346ae8a5570fb58eb7588ac23) Merge pull request [#1554](https://github-redirect.dependabot.com/recharts/recharts/issues/1554) from ssotangkur-kahuna/fix-render-stripes
- [`c6d1783`](https://github.com/recharts/recharts/commit/c6d1783ff65041682edf0f250b7a9d670573e970) Merge pull request [#1550](https://github-redirect.dependabot.com/recharts/recharts/issues/1550) from JakeDluhy/master
- [`b3f28be`](https://github.com/recharts/recharts/commit/b3f28be0a8b5f8246a68c46b97f6e5130626d1e8) Fix incorrect sort logic in stripe rendering
- [`925cd08`](https://github.com/recharts/recharts/commit/925cd088b240afc621393dc1a057343ff03e2a36) Fix bug preventing use of functions or custom components for the Bar backgrou...
- [`9b95461`](https://github.com/recharts/recharts/commit/9b9546122c168bb3c3d2e9b061784c971834e73e) chore: update the useage of umd file in README.md
- [`5fda499`](https://github.com/recharts/recharts/commit/5fda49907423ae598c158841c84dd832a9a383f0) Version 1.3.5
- [`69e3281`](https://github.com/recharts/recharts/commit/69e328158afb1ac651981e0462bf9a7804f8fefe) chore: update webpack.config.js
- Additional commits viewable in [compare view](https://github.com/recharts/recharts/compare/v1.3.1...v1.3.6)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot will not automatically merge this PR because it includes a patch update to a production dependency.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps recharts from 1.3.1 to 1.3.6.
Changelog
*Sourced from [recharts's changelog](https://github.com/recharts/recharts/blob/master/CHANGELOG.md).* > ## 1.3.6(Nov 07, 2018) > > ### fix > > - Fix bug preventing use of functions or custom components for the Bar background prop > - Fix incorrect sort logic in stripe rendering > > ### feat > > - Added animateNewValues property to Line > > ## 1.3.5(Oct 25, 2018) > > ### fix > > - use lodash _.values instead of Object.values > - perfer YAxis which has finite domain and nice ticks when a chart has many YAxes > - fix for expected length height attribute > > ### chore > > - add babel-plugin-lodash in babelrc > - update webpack.config.js to remove sourceMap in umd/Recharts.min.js > > ## 1.3.4(Oct 13, 2018) > > ### fix > > - Fix domain calculation with 0 values ([#1519](https://github-redirect.dependabot.com/recharts/recharts/issues/1519)) > > ## 1.3.3(Oct 10, 2018) > > ### feat > > - find yAxisWithNiceTicks and choose it over getAnyElementOfObject > > ### fix > > - update recharts-scale to 0.4.2 to fix bug of DecimalError when data is Inifinity, fix [#1493](https://github-redirect.dependabot.com/recharts/recharts/issues/1493) > > ## 1.3.2(Oct 07, 2018) > > ### fix > > - Fix axis type error > - Fix add sideEffects flag to enable tree-shaingCommits
- [`8665b18`](https://github.com/recharts/recharts/commit/8665b1894298fb4968c4ef010cd2a4cf9392989c) Version 1.3.6 - [`9ed6177`](https://github.com/recharts/recharts/commit/9ed6177d2ef5af235028a994049b08d31fb54e4b) fix: remove "that", just use this inDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will not automatically merge this PR because it includes a patch update to a production dependency.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.