Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.2.1...v3.0.0) (2021-07-12)

### Bug Fixes

* **editor:** propagate normalization of remote changes ([aee6f51](aee6f51))
* typo ([3925a68](3925a68))

### BREAKING CHANGES

* **editor:** removed isLocal, asLocal, applySlateOperations, applyYjsEvents from YjsEditor. asRemote applies to the callback function only, as opposed to spanning to the next tick as well, which prevents it from inadvertently marking operations such as normalizations as remote operations.
  • Loading branch information
semantic-release-bot committed Jul 12, 2021
1 parent aee6f51 commit 35c3bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-yjs",
"sideEffects": false,
"version": "2.2.1",
"version": "3.0.0",
"description": "Yjs bindings for Slate.",
"keywords": [
"slate",
Expand Down

0 comments on commit 35c3bc7

Please sign in to comment.