Skip to content

Releases: nomcopter/react-mosaic

v6.1.0

18 Sep 06:08
Compare
Choose a tag to compare

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

24 Apr 18:50
Compare
Choose a tag to compare

Bugfixes

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

v6.0.0

14 Feb 02:26
Compare
Choose a tag to compare

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

03 Aug 16:30
Compare
Choose a tag to compare

New Functionality

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

v5.2.2

03 Aug 15:45
Compare
Choose a tag to compare

Bugfixes

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

v5.2.0

29 Jul 15:36
Compare
Choose a tag to compare

New Functionality

  • Make it possible to add an onAdditionalControlsToggle callback #180

Bugfixes

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

v5.1.0

26 Mar 23:39
Compare
Choose a tag to compare

New Functionality

  • Make it possible to configure blueprintNamespace in order to support Blueprint v4 (🎩 @casperOne) #161 #181

v5.0.0

02 May 01:38
Compare
Choose a tag to compare

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

21 May 03:55
Compare
Choose a tag to compare

Bug fixes

  • Make it possible to configure mosaicId #142

v4.0.1

20 May 02:26
Compare
Choose a tag to compare

Bug fixes