Skip to content

Releases: nomcopter/react-mosaic

v4.0.0

27 Feb 23:41
Compare
Choose a tag to compare

Possibly breaking change

v3.2.0

24 Jun 01:48
Compare
Choose a tag to compare

Bug fixes

  • Tunes touch resizing

Unlikely but possible breaking change

v3.1.0

19 Jun 18:01
Compare
Choose a tag to compare

New Features

  • First pass at pane resize support on touch devices

v3.0.1

18 Jun 07:14
c8855cc
Compare
Choose a tag to compare

Breaking Changes

  • Deprecated APIs removed:
    • Element Factories
    • Legacy Context API (and renamed modern versions)
    • Mosaic.ofType() workaround

New Features

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

25 Feb 19:16
Compare
Choose a tag to compare

New Features:

  • onDragStart/onDragEnd MosaicWindow props #79
  • onRelease 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

v2.0.2

10 Nov 01:21
Compare
Choose a tag to compare

Blueprint is now properly optional again!

Fixes #90 and #88

v2.0.1

30 Oct 05:07
ff676b2
Compare
Choose a tag to compare
  • Reduce bundle size by importing from lodash sub-dirs. Thanks @adiun! #86

v2.0.0

08 Oct 04:26
7649795
Compare
Choose a tag to compare

Updates dependent versions and fixes #77 and #75 .

Possibly breaking changes:

  • Classname changes along with the Blueprint upgrade from 1.x -> 3.x
  • Upgraded react-dnd to 5.x, which requires a DragDropContext of the same version (if using the MosaicWithoutDragDropContext)

v1.1.1

30 Apr 00:57
003061c
Compare
Choose a tag to compare

v1.1.0

09 Mar 22:41
Compare
Choose a tag to compare

Maintenance updates and fixes for #57, #58, #59, and #60.