Skip to content

Commit a7d1c73

Browse files
committed
feat: 🎸 Version 3.0.0
BREAKING CHANGE: 🧨 Render props do not include state value, to access state use hooks ✅ Closes: #339, #327, #322, #260, #248, #233
1 parent 80b2c07 commit a7d1c73

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

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+
315
## Version: 2.1.3
416

517
##### Published: 24.07.2021

0 commit comments

Comments
 (0)