We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b2c07 commit a7d1c73Copy full SHA for a7d1c73
1 file changed
‎CHANGELOG.md‎
@@ -1,5 +1,17 @@
1
# CHANGELOG
2
3
+## Version: 3.0.0
4
+
5
+- Removed render props performance issues. I've removed state from render props,
6
+ now if we want to listen to it's changes we need to use useTransformEffect
7
+ hook
8
+- Created helper hooks for handling controls, transform state and context
9
+ without performance issues with rerendering
10
+- Added KeepScale, MiniMap components
11
+- Added documentation about new hooks
12
+- New readme
13
+- Semantic release
14
15
## Version: 2.1.3
16
17
##### Published: 24.07.2021
0 commit comments