Releases: globocom/megadraft
Releases · globocom/megadraft
Release 0.8.0
What's Changed
- Converts some class components to functional by @igor-giusti in #347
- Bump ws from 5.2.2 to 5.2.3 by @dependabot in #348
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #349
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #351
- Bump url-parse from 1.5.1 to 1.5.3 by @dependabot in #350
- Update LinkInput validation regex by @heliocorreia in #353
- fix: spelling of the pt-Br i18n by @ivomastre in #354
- Converts some class components to functional by @laisfrigerio in #356
- fix: missing end dots by @brunoeduardodev in #357
- reafactor: remove deprecated method by @felops in #360
- fix: add UNSAFE_ prefix to legacy life cycle methods in React 17 by @felops in #358
- refactor(components/dropdown): convert to functional component by @taismassaro in #361
- fix: update outdated version of caniuse-lite by @danielmorbeck in #362
- refactor: convert LinkInput to FC by @felops in #359
- chore(deps): bump follow-redirects from 1.13.3 to 1.14.7 by @dependabot in #367
- Adding variables for colors and @media queries by @laisfrigerio in #363
- chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #369
- chore(deps): bump url-parse from 1.5.3 to 1.5.7 by @dependabot in #370
- chore(deps): bump url-parse from 1.5.7 to 1.5.10 by @dependabot in #374
- chore(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #375
- chore: add localizations to French, Turkish and German languages by @siqueira-ec in #385
- Update header with alt in logo Megadraft by @lucasferreiralimax in #390
- Fix support for Node v16 and add for v18 by @vitorhugomattos in #392
- feat: converts header and home to functional components by @mottamatheus in #393
- feat: converts arrow-down icon from class to functional component by @mottamatheus in #394
- Added humanReadable boolean to editorStateToJSON by @mwilkinson22 in #333
- Update .gitignore by @Aditya-Kapadiya in #400
- refactor: migrate class component to functional - Media by @lucaxsilveira in #402
- refactor: migrate class component to functional - PluginsModal by @lucaxsilveira in #403
- fix: update broken links in custom_entities.md by @fabiohcnobre in #405
- refactor(components/toolbar-item): convert to functional component by @taismassaro in #387
- docs: fix github-flow url by @Ronkiro in #411
- Improved customization.md by @Abubakrce19 in #415
- Replace this if-else flow by a single return statement by @mathdevelop in #398
- Upgrading react to 18.2.0 by @Kathuria in #417
- test: Test the ImageButton component by @ricardodecarvalho in #409
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #419
- Bump package version to 0.8.0 by @lucianapepelucio in #424
New Contributors
- @igor-giusti made their first contribution in #347
- @ivomastre made their first contribution in #354
- @laisfrigerio made their first contribution in #356
- @brunoeduardodev made their first contribution in #357
- @felops made their first contribution in #360
- @taismassaro made their first contribution in #361
- @danielmorbeck made their first contribution in #362
- @siqueira-ec made their first contribution in #385
- @vitorhugomattos made their first contribution in #392
- @mottamatheus made their first contribution in #393
- @mwilkinson22 made their first contribution in #333
- @Aditya-Kapadiya made their first contribution in #400
- @lucaxsilveira made their first contribution in #402
- @fabiohcnobre made their first contribution in #405
- @Ronkiro made their first contribution in #411
- @Abubakrce19 made their first contribution in #415
- @mathdevelop made their first contribution in #398
- @Kathuria made their first contribution in #417
- @ricardodecarvalho made their first contribution in #409
- @lucianapepelucio made their first contribution in #424
Full Changelog: 0.7.5...0.8.0
Release 0.7.5
0.7.5 - 2021-07-12
- Bump react and react-dom dependencies to support versions up to 18.
Release 0.7.4
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
Release 0.7.3 - Do not use
0.7.3 - 2020-09-28
Fixed
- Store extendedBlockRenderMap in state so it can be updated when readOnly changes its value (#325)
Modified
Release 0.7.2
Fixed
- Fixed movableBlocks when readOnly is enabled
Release 0.7.1
Release 0.7.0
Fixed
Modified
Release 0.6.16
Fixed
- Copied text with movableBlocks active has extra empty spaces on Chrome (#302)