standalone-block-editor icon indicating copy to clipboard operation
standalone-block-editor copied to clipboard

Update the Editor

Open getdave opened this issue 4 years ago • 0 comments

Must Haves

The following items are a list of must have tasks that need to be completed to update the repo:

  • [x] Update all dependencies to latest version - this will involve fixing a tonne of knock on effects due to update to @wordpress/* packages since this repo was created.
  • [ ] Fix linting errors across JS files.
  • [ ] Fix linting errors across PHP files.
  • [ ] Finalise implementation of undo/redo and merge into master.
  • [ ] Review usage of @wordpress/interface package and update/implement as required.
  • [ ] Add placeholder to allow for supporting fetchLinkSuggestions.

Bugs

  • https://github.com/getdave/standalone-block-editor/issues/18

Nice to Haves

  • [ ] e2e tests to verify basic functionality.
  • [ ] Support for Media Library https://github.com/getdave/standalone-block-editor/issues/17
  • [ ] Investigate support for custom blocks.
  • [ ] Investigate support for Reusable blocks.
  • [ ] Investigate possibility of using entities for undo/redo.

getdave avatar Oct 08 '21 13:10 getdave