Skip to content

Commit

Permalink
docs: Update changelog for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyantipa committed Jun 12, 2020
1 parent 6a5b0f1 commit ff1068a
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
@@ -1,10 +1,14 @@
# Unreleased

# 2.0.0

BREAKING: To make compatible with React 17, we got rid of componentWillReceiveProps usage. In doing so,
we also took the time to simplify the API to MapInteraction to just require `value` and `onChange` when
you want to control the component, instead of `scale`, `translation`, and `onChange`. The minimum React
peer dependency is now 16.3.

See #39

# 1.3.1

### Fix issue of contents changing translation when dragging outside of container.
Expand Down

0 comments on commit ff1068a

Please sign in to comment.