Releases: nomcopter/react-mosaic
Releases · nomcopter/react-mosaic
v4.0.0
v3.2.0
v3.1.0
v3.0.1
Breaking Changes
- Deprecated APIs removed:
- Element Factories
- Legacy Context API (and renamed modern versions)
Mosaic.ofType()
workaround
New Features
- Touch device support #41 (🎩 @maxburkhardt)
Bug fixes
- Removes deprecated lifecycle methods to prepare for React 17 #111
- Custom toolbars now properly respect
draggable
#113
Housekeeping
- Upgraded to CircleCI 2.x #108
- Dependency upgrades
v2.1.0
New Features:
onDragStart
/onDragEnd
MosaicWindow
props #79onRelease
Mosaic
props #80- Modern context support #95
- Custom toolbars and drag sources for
MosaicWindow
#98 & #101 (🎩 @mejackreed)
Bug fixes:
- Remove vulnerable
event-stream
dependency #99 (🎩 @mejackreed) - Resize panes in new windows #91
- Render window children properly #65