Megadraft Versions Save

Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and extensibility

0.8.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/globocom/megadraft/compare/0.7.5...0.8.0

0.7.5

2 years ago

0.7.5 - 2021-07-12

  • Bump react and react-dom dependencies to support versions up to 18.

0.7.4

3 years ago

0.7.4 - 2020-10-08

Bugfix

  • Revert "Store extendedBlockRenderMap in state so it can be updated when readOnly changes its value (#325)" as a bug was found

0.7.3

3 years ago

0.7.3 - 2020-09-28

Fixed

  • Store extendedBlockRenderMap in state so it can be updated when readOnly changes its value (#325)

Modified

  • Bump http-proxy from 1.18.0 to 1.18.1
  • Bump node-sass from 4.13.0 to 4.14.1
  • Bump elliptic from 6.5.2 to 6.5.3 (#321)
  • Bump lodash from 4.17.15 to 4.17.19
  • Bump websocket-extensions from 0.1.3 to 0.1.4 (#316)

0.7.2

4 years ago

Fixed

  • Fixed movableBlocks when readOnly is enabled

0.7.1

4 years ago

Fixed

  • Fixed sass error (#308)
  • Toolbar Left Positioning (#310)

Modified

  • Enabling movableBlocks in Website demo
  • Bump acorn from 5.7.3 to 5.7.4 (#311)

0.7.0

4 years ago

Fixed

  • Mispositioning toolbar (#294)
  • Avoid preventDefault in Toolbar for select input (#270)

Modified

  • Update draft-js version to 0.11.4 (#297)
  • docs(overview): Improve usage docs (#301)
  • Prevent false from being appended into Control's component className (#307)
  • Remove return type annotation on method externalKeyBindings (#306)

0.6.16

4 years ago

Fixed

  • Copied text with movableBlocks active has extra empty spaces on Chrome (#302)

0.7.0-alpha.0

4 years ago
  • Update draft-js version to 0.11.4 (#292);
  • Fix toolbar position for highest left and right (#291);
  • Improve usage docs (#299).

0.6.15

4 years ago

Fixed

  • Focus loss in plugins with react-select dependency (#288)
  • Data loss when swapping plugin blocks with blur update (#286)
  • Placeholder trimmed when movableBlocks prop is active (#283)