Skip to content

Commit

Permalink
Merge branch 'main' into 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Apr 13, 2023
2 parents beebae1 + 20359ee commit 56288d7
Show file tree
Hide file tree
Showing 100 changed files with 534 additions and 66 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12)

# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05)


### Bug Fixes

* **bubble-menu:** fix debounce not working with collab/collaboration cursor ([#3956](https://github.com/ueberdosis/tiptap/issues/3956)) ([e8cef04](https://github.com/ueberdosis/tiptap/commit/e8cef0404b5039ec2657536976b8b31931afd337))
* clear nodes when cursor at start of empty isolating parent ([#3943](https://github.com/ueberdosis/tiptap/issues/3943)) ([7278ee2](https://github.com/ueberdosis/tiptap/commit/7278ee2b05de2f96efddf3b1dc3bfd3d52262cbb))
* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46))
* **bubble-menu:** fix debounce not working with collab/collaboration cursor ([#3956](https://github.com/ueberdosis/tiptap/issues/3956)) ([a78f8cd](https://github.com/ueberdosis/tiptap/commit/a78f8cd9646008e4db938fa3c22b0714c8bb5849))





# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05)

## [2.0.3](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.0.3) (2023-04-13)

### Bug Fixes

* clear nodes when cursor at start of empty isolating parent ([#3943](https://github.com/ueberdosis/tiptap/issues/3943)) ([7278ee2](https://github.com/ueberdosis/tiptap/commit/7278ee2b05de2f96efddf3b1dc3bfd3d52262cbb))
* Update peerDependencies to fix lerna version tasks ([#3914](https://github.com/ueberdosis/tiptap/issues/3914)) ([0c1bba3](https://github.com/ueberdosis/tiptap/commit/0c1bba3137b535776bcef95ff3c55e13f5a2db46))

* **bubble-menu:** fix debounce not working with collab/collaboration cursor ([#3956](https://github.com/ueberdosis/tiptap/issues/3956)) ([e8cef04](https://github.com/ueberdosis/tiptap/commit/e8cef0404b5039ec2657536976b8b31931afd337))



Expand Down
14 changes: 9 additions & 5 deletions demos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12)


### Bug Fixes

* **bubble-menu:** fix debounce not working with collab/collaboration cursor ([#3956](https://github.com/ueberdosis/tiptap/issues/3956)) ([e8cef04](https://github.com/ueberdosis/tiptap/commit/e8cef0404b5039ec2657536976b8b31931afd337))

# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05)


### Bug Fixes

* clear nodes when cursor at start of empty isolating parent ([#3943](https://github.com/ueberdosis/tiptap/issues/3943)) ([7278ee2](https://github.com/ueberdosis/tiptap/commit/7278ee2b05de2f96efddf3b1dc3bfd3d52262cbb))
* **bubble-menu:** fix debounce not working with collab/collaboration cursor ([#3956](https://github.com/ueberdosis/tiptap/issues/3956)) ([a78f8cd](https://github.com/ueberdosis/tiptap/commit/a78f8cd9646008e4db938fa3c22b0714c8bb5849))

# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05)



## [2.0.3](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.0.3) (2023-04-13)


### Bug Fixes

* clear nodes when cursor at start of empty isolating parent ([#3943](https://github.com/ueberdosis/tiptap/issues/3943)) ([7278ee2](https://github.com/ueberdosis/tiptap/commit/7278ee2b05de2f96efddf3b1dc3bfd3d52262cbb))
* **bubble-menu:** fix debounce not working with collab/collaboration cursor ([#3956](https://github.com/ueberdosis/tiptap/issues/3956)) ([e8cef04](https://github.com/ueberdosis/tiptap/commit/e8cef0404b5039ec2657536976b8b31931afd337))



Expand Down
2 changes: 1 addition & 1 deletion demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
"vue": "^3.0.5",
"vue-router": "^4.0.11"
}
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"version": "2.1.0-rc.1"
}
}
13 changes: 9 additions & 4 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12)

**Note:** Version bump only for package @tiptap/core




Expand All @@ -22,6 +18,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline




## [2.0.3](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.0.3) (2023-04-13)

**Note:** Version bump only for package @tiptap/core





## [2.0.2](https://github.com/ueberdosis/tiptap/compare/v2.0.1...v2.0.2) (2023-04-03)

**Note:** Version bump only for package @tiptap/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
"clean": "rm -rf dist",
"build": "npm run clean && rollup -c"
}
}
}
5 changes: 5 additions & 0 deletions packages/extension-blockquote/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package @tiptap/extension-blockquote


## [2.0.3](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.0.3) (2023-04-13)

**Note:** Version bump only for package @tiptap/extension-blockquote





Expand Down
2 changes: 1 addition & 1 deletion packages/extension-blockquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
"clean": "rm -rf dist",
"build": "npm run clean && rollup -c"
}
}
}
8 changes: 8 additions & 0 deletions packages/extension-bold/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [2.0.3](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.0.3) (2023-04-13)

**Note:** Version bump only for package @tiptap/extension-bold





## [2.0.2](https://github.com/ueberdosis/tiptap/compare/v2.0.1...v2.0.2) (2023-04-03)

**Note:** Version bump only for package @tiptap/extension-bold
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-bold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
"clean": "rm -rf dist",
"build": "npm run clean && rollup -c"
}
}
}
16 changes: 11 additions & 5 deletions packages/extension-bubble-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0-rc.1](https://github.com/ueberdosis/tiptap/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2023-04-12)


### Bug Fixes

* **bubble-menu:** fix debounce not working with collab/collaboration cursor ([#3956](https://github.com/ueberdosis/tiptap/issues/3956)) ([e8cef04](https://github.com/ueberdosis/tiptap/commit/e8cef0404b5039ec2657536976b8b31931afd337))

# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05)

**Note:** Version bump only for package @tiptap/extension-bubble-menu



# [2.1.0-rc.0](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.1.0-rc.0) (2023-04-05)

**Note:** Version bump only for package @tiptap/extension-bubble-menu



## [2.0.3](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.0.3) (2023-04-13)


### Bug Fixes

* **bubble-menu:** fix debounce not working with collab/collaboration cursor ([#3956](https://github.com/ueberdosis/tiptap/issues/3956)) ([e8cef04](https://github.com/ueberdosis/tiptap/commit/e8cef0404b5039ec2657536976b8b31931afd337))



Expand Down
2 changes: 1 addition & 1 deletion packages/extension-bubble-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
"clean": "rm -rf dist",
"build": "npm run clean && rollup -c"
}
}
}
10 changes: 10 additions & 0 deletions packages/extension-bullet-list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline





## [2.0.3](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.0.3) (2023-04-13)

**Note:** Version bump only for package @tiptap/extension-bullet-list





## [2.0.2](https://github.com/ueberdosis/tiptap/compare/v2.0.1...v2.0.2) (2023-04-03)

**Note:** Version bump only for package @tiptap/extension-bullet-list
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-bullet-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
"clean": "rm -rf dist",
"build": "npm run clean && rollup -c"
}
}
}
9 changes: 9 additions & 0 deletions packages/extension-character-count/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline




## [2.0.3](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.0.3) (2023-04-13)

**Note:** Version bump only for package @tiptap/extension-character-count





## [2.0.2](https://github.com/ueberdosis/tiptap/compare/v2.0.1...v2.0.2) (2023-04-03)

**Note:** Version bump only for package @tiptap/extension-character-count
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-character-count/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
"clean": "rm -rf dist",
"build": "npm run clean && rollup -c"
}
}
}
8 changes: 8 additions & 0 deletions packages/extension-code-block-lowlight/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [2.0.3](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.0.3) (2023-04-13)

**Note:** Version bump only for package @tiptap/extension-code-block-lowlight





## [2.0.2](https://github.com/ueberdosis/tiptap/compare/v2.0.1...v2.0.2) (2023-04-03)

**Note:** Version bump only for package @tiptap/extension-code-block-lowlight
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-code-block-lowlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
"clean": "rm -rf dist",
"build": "npm run clean && rollup -c"
}
}
}
9 changes: 9 additions & 0 deletions packages/extension-code-block/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline




## [2.0.3](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.0.3) (2023-04-13)

**Note:** Version bump only for package @tiptap/extension-code-block





## [2.0.2](https://github.com/ueberdosis/tiptap/compare/v2.0.1...v2.0.2) (2023-04-03)

**Note:** Version bump only for package @tiptap/extension-code-block
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-code-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
"clean": "rm -rf dist",
"build": "npm run clean && rollup -c"
}
}
}
8 changes: 8 additions & 0 deletions packages/extension-code/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [2.0.3](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.0.3) (2023-04-13)

**Note:** Version bump only for package @tiptap/extension-code





## [2.0.2](https://github.com/ueberdosis/tiptap/compare/v2.0.1...v2.0.2) (2023-04-03)

**Note:** Version bump only for package @tiptap/extension-code
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
"clean": "rm -rf dist",
"build": "npm run clean && rollup -c"
}
}
}
9 changes: 9 additions & 0 deletions packages/extension-collaboration-cursor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline




## [2.0.3](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.0.3) (2023-04-13)

**Note:** Version bump only for package @tiptap/extension-collaboration-cursor





## [2.0.2](https://github.com/ueberdosis/tiptap/compare/v2.0.1...v2.0.2) (2023-04-03)

**Note:** Version bump only for package @tiptap/extension-collaboration-cursor
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-collaboration-cursor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
"clean": "rm -rf dist",
"build": "npm run clean && rollup -c"
}
}
}
8 changes: 8 additions & 0 deletions packages/extension-collaboration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [2.0.3](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.0.3) (2023-04-13)

**Note:** Version bump only for package @tiptap/extension-collaboration





## [2.0.2](https://github.com/ueberdosis/tiptap/compare/v2.0.1...v2.0.2) (2023-04-03)

**Note:** Version bump only for package @tiptap/extension-collaboration
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-collaboration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
"clean": "rm -rf dist",
"build": "npm run clean && rollup -c"
}
}
}
9 changes: 9 additions & 0 deletions packages/extension-color/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline




## [2.0.3](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.0.3) (2023-04-13)

**Note:** Version bump only for package @tiptap/extension-color





## [2.0.2](https://github.com/ueberdosis/tiptap/compare/v2.0.1...v2.0.2) (2023-04-03)

**Note:** Version bump only for package @tiptap/extension-color
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
"clean": "rm -rf dist",
"build": "npm run clean && rollup -c"
}
}
}
9 changes: 9 additions & 0 deletions packages/extension-document/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline




## [2.0.3](https://github.com/ueberdosis/tiptap/compare/v2.0.2...v2.0.3) (2023-04-13)

**Note:** Version bump only for package @tiptap/extension-document





## [2.0.2](https://github.com/ueberdosis/tiptap/compare/v2.0.1...v2.0.2) (2023-04-03)

**Note:** Version bump only for package @tiptap/extension-document
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
"clean": "rm -rf dist",
"build": "npm run clean && rollup -c"
}
}
}
Loading

0 comments on commit 56288d7

Please sign in to comment.