Releases: nomcopter/react-mosaic
Releases · nomcopter/react-mosaic
v6.1.0
New Functionality
- Make it possible to
'toggle'
the additional controls toolbar and to disable the overlay while it is open (🎩 @ murat-encord) #209
v6.0.1
Bugfixes
- Stop pulling all of lodash into the bundle #206 (🎩 @fvsch)
v6.0.0
Possibly breaking change
- Upgrades
react-dnd
to ^16
as well as change some internally exported classes to make that possible #195 (🎩 @jtbandes)
Bugfixes
- Removes an
event.stopPropagation()
call in Split.tsx
#202
v5.3.0
New Functionality
- Make it possible to pass an explicit
dragAndDropManager
to Mosaic
(🎩 @cbeer) #146
v5.2.2
Bugfixes
- Update to work with versions of npm that install peer dependencies automatically (7+) #175
v5.2.0
New Functionality
- Make it possible to add an
onAdditionalControlsToggle
callback #180
Bugfixes
- Update to work with
@types/react
18 (🎩 @JR000) #184
v5.1.0
New Functionality
- Make it possible to configure
blueprintNamespace
in order to support Blueprint v4 (🎩 @casperOne) #161 #181
v5.0.0
Possibly breaking change
- Upgrades
react-dnd
to ^14
- Removes all requires of blueprint to make it more cross-platformly optional. This changes the DOM a bit. #138
Bugfixes
- When dragging one of the top panels, if dragging starts within the top 10 pixels it does not register as a drag #156
- Upgrade to React 17 #163
v4.1.1
Bug fixes
- Make it possible to configure
mosaicId
#142