React Mosaic Versions Save

A React tiling window manager

v6.1.0

7 months ago

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

1 year ago

Bugfixes

  • Stop pulling all of lodash into the bundle #206 (🎩 @fvsch)

v6.0.0

1 year ago

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

1 year ago

New Functionality

  • Make it possible to pass an explicit dragAndDropManager to Mosaic (🎩 @cbeer) #146

v5.2.2

1 year ago

Bugfixes

  • Update to work with versions of npm that install peer dependencies automatically (7+) #175

v5.2.0

1 year ago

New Functionality

  • Make it possible to add an onAdditionalControlsToggle callback #180

Bugfixes

  • Update to work with @types/react 18 (🎩 @JR000) #184

v5.1.0

2 years ago

New Functionality

v5.0.0

3 years ago

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

3 years ago

Bug fixes

  • Make it possible to configure mosaicId #142

v4.0.1

3 years ago

Bug fixes

  • Mark *.css as sideEffects required #141 (🎩 @rokoroku)