Skip to content

Commit

Permalink
Merge pull request #68 from Automattic/collab/undo
Browse files Browse the repository at this point in the history
Collab: Support smart undo/redo
  • Loading branch information
mirka authored Dec 7, 2021
2 parents b766a40 + 1e78ebc commit 81ce53c
Show file tree
Hide file tree
Showing 184 changed files with 1,951 additions and 1,123 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Breaking changes

- Renamed collab-related selectors and action creators for clarity:
- `getPeers` to `getCollabPeers`
- `hasPeers` to `hasCollabPeers`
- `setAvailablePeers` to `setAvailableCollabPeers`
- `setPeerSelection` to `setCollabPeerSelection`

### Added

- Smart undo/redo functionality in collab mode. Each peer will only be able to undo their own edits and not of others, with the current limitation being that they are editing separate blocks.

## [2.8.1] - 2021-12-06

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions build-browser/isolated-block-editor.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion build-module/components/block-editor-contents/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build-module/components/block-editor-contents/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 81ce53c

Please sign in to comment.