megadraft

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

MIT License

Downloads
6.7K
Stars
1.2K
Committers
90

Bot releases are hidden (Show)

megadraft - Release 0.8.0 Latest Release

Published by marcelometal almost 2 years ago

What's Changed

New Contributors

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

megadraft - Release 0.7.5

Published by samisafatli over 3 years ago

0.7.5 - 2021-07-12

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

Published by lousander about 4 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
megadraft - Release 0.7.3 - Do not use

Published by lousander about 4 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)
megadraft - Release 0.7.2

Published by richardkevin over 4 years ago

Fixed

  • Fixed movableBlocks when readOnly is enabled
megadraft - Release 0.7.1

Published by mogavin over 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)
megadraft - Release 0.7.0

Published by lousander over 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)
megadraft - Release 0.6.16

Published by lousander over 4 years ago

Fixed

  • Copied text with movableBlocks active has extra empty spaces on Chrome (#302)
megadraft - Release 0.7.0-alpha.0

Published by mogavin over 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).
megadraft - Release 0.6.15

Published by mogavin almost 5 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)
megadraft - Release 0.6.14

Published by Chavao almost 5 years ago

Added

  • Add onAction function to listen to reorder blocks button clicks (#282)
megadraft - Release 0.6.13

Published by icaromh almost 5 years ago

Fixed

  • Maintain the plugin block focus in edit (#276)
megadraft - Release 0.6.12

Published by icaromh almost 5 years ago

Fixed

  • Sidebar error when there's no onAction prop (#276)
megadraft - Release 0.6.11

Published by icaromh almost 5 years ago

Added

  • Enable reorder blocks (#272)
  • Add the hability to listen sidebar/plugins actions (#273)
megadraft - Release 0.6.10

Published by JeanPinzon almost 5 years ago

Fixed

  • Bad rendering when attempting to remove a blockquote (#187)
megadraft - Release 0.6.9

Published by JeanPinzon almost 5 years ago

Fixed

  • Read only state on image block description (#262)
megadraft - Release 0.6.8

Published by JeanPinzon about 5 years ago

Fixed

  • Read only media content (#261)
megadraft - Release 0.6.7

Published by allanassis about 5 years ago

Fixed

  • Avoiding errors when data prop is empty in atomic block (#245)
megadraft - Release 0.6.6

Published by marcelometal about 5 years ago

Added

  • Allow BlockInput component to be rendered with custom type attribute (#244)
megadraft - Release 0.6.5

Published by marcelometal over 5 years ago

Fixed

  • Conditionally prevent default on toolbar mousedown when not input (#233)

Modified

  • Allow optional shouldDisplayToolbarFn more control over rendering the toolbar (#233)
  • Remove state changes in component will receive props (#233)