Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try a generic block editor module #13088

Merged
merged 22 commits into from
Feb 22, 2019
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
150e0ed
Try a generic block editor module
youknowriad Dec 24, 2018
44ca3aa
Migrate persisted block usage
youknowriad Jan 28, 2019
f6a0e17
Block Editor: Remove history handling as managed by Editor
aduth Feb 13, 2019
3e0fc58
Block Editor: Separate onChange from onInput as committing change
aduth Feb 18, 2019
25772de
Move state.editor.blocks to state.blocks
youknowriad Feb 19, 2019
2d06c4f
Avoid rerendering the editor if the settings didn't change
youknowriad Feb 19, 2019
ba7b92d
Switch the position of the isSyncingBlockValue flag
youknowriad Feb 19, 2019
30d4f81
Block Editor: Reimplement persistent block change as reducer state
aduth Feb 19, 2019
d904406
Block Editor: Avoid handling non-updating actions in isUpdatingSameBl…
aduth Feb 20, 2019
f1dff88
fixup: Block Editor: Reimplement persistent block change as reducer s…
aduth Feb 20, 2019
97bdb82
Undo level and block change in the same dispatch
youknowriad Feb 21, 2019
3a0ee11
More stable preformatted e2e test
youknowriad Feb 21, 2019
5aa7de7
Try a more stable container blocks test
youknowriad Feb 21, 2019
01a154c
Fix RichText undo interactions
youknowriad Feb 21, 2019
d463228
More stable preformatted block test
youknowriad Feb 21, 2019
14e2dfa
Avoid unnecessary getBlocks selector invalidation
youknowriad Feb 21, 2019
3ebc2c6
Try fixing initial dirtiness
youknowriad Feb 21, 2019
724b38f
Block Editor: Align hasSameKeys to editor implementation
aduth Feb 21, 2019
bd355c5
Editor: Rename resetEditorBlocks undo argument as unstable
aduth Feb 21, 2019
9aecc91
Block Editor: Rename markLastChangeAsPersistent as unstable
aduth Feb 21, 2019
184807b
Block Editor: Assure lastAction is non-undefined
aduth Feb 21, 2019
123f7b2
Editor: Assign dependencies upon block-editor
aduth Feb 21, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/designers-developers/developers/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
- [**core**: WordPress Core Data](/docs/designers-developers/developers/data/data-core.md)
- [**core/annotations**: Annotations](/docs/designers-developers/developers/data/data-core-annotations.md)
- [**core/blocks**: Block Types Data](/docs/designers-developers/developers/data/data-core-blocks.md)
- [**core/editor**: The Editor’s Data](/docs/designers-developers/developers/data/data-core-editor.md)
- [**core/block-editor**: The Block Editor’s Data](/docs/designers-developers/developers/data/data-core-block-editor.md)
- [**core/editor**: The Post Editor’s Data](/docs/designers-developers/developers/data/data-core-editor.md)
- [**core/edit-post**: The Editor’s UI Data](/docs/designers-developers/developers/data/data-core-edit-post.md)
- [**core/notices**: Notices Data](/docs/designers-developers/developers/data/data-core-notices.md)
- [**core/nux**: The NUX (New User Experience) Data](/docs/designers-developers/developers/data/data-core-nux.md)
Expand Down
Loading