Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Jan 10, 2024
2 parents b7a2504 + 23b32f8 commit 731109b
Show file tree
Hide file tree
Showing 113 changed files with 815 additions and 321 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.16](https://github.com/ueberdosis/tiptap/compare/v2.1.15...v2.1.16) (2024-01-10)


### Bug Fixes

* **core:** fix new lines being added via elementFromString ([#4767](https://github.com/ueberdosis/tiptap/issues/4767)) ([2235908](https://github.com/ueberdosis/tiptap/commit/2235908c28f388eda041d1d5d017554d513fe909))


### Reverts

* Revert "fix(extension-link): fix link not being kept when pasting url with link (#3975)" ([1b34271](https://github.com/ueberdosis/tiptap/commit/1b34271edfdd6e81f670f9ddb15cd6838d986e9f)), closes [#3975](https://github.com/ueberdosis/tiptap/issues/3975)





## [2.1.15](https://github.com/ueberdosis/tiptap/compare/v2.1.14...v2.1.15) (2024-01-08)


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

## [2.1.16](https://github.com/ueberdosis/tiptap/compare/v2.1.15...v2.1.16) (2024-01-10)


### Bug Fixes

* **core:** fix new lines being added via elementFromString ([#4767](https://github.com/ueberdosis/tiptap/issues/4767)) ([2235908](https://github.com/ueberdosis/tiptap/commit/2235908c28f388eda041d1d5d017554d513fe909))





## [2.1.15](https://github.com/ueberdosis/tiptap/compare/v2.1.14...v2.1.15) (2024-01-08)


Expand Down
2 changes: 1 addition & 1 deletion demos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiptap-demos",
"version": "2.1.15",
"version": "2.2.0-rc.8",
"private": true,
"scripts": {
"start": "vite --host",
Expand Down
24 changes: 23 additions & 1 deletion docs/links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,28 @@
- title: JWT Authentication
link: /tutorials/jwt-authentication

- title: Tiptap AI
items:
- title: Introduction
link: /ai/introduction
- title: Setup
link: /ai/setup
- title: Extension
link: /ai/extension
items:
- title: Commands
link: /ai/extension/commands
- title: Advanced usage
link: /ai/advanced-usage
type: new
items:
- title: Setup
link: /ai/advanced-usage/setup
type: new
- title: Custom LLM
link: /ai/advanced-usage/custom-llm
type: new

- title: Guide
items:
- title: Configuration
Expand Down Expand Up @@ -350,7 +372,7 @@
link: /api/extensions
items:
- title: AI
link: /api/extensions/ai
link: /ai/introduction
type: new
- title: BubbleMenu
link: /api/extensions/bubble-menu
Expand Down
Loading

0 comments on commit 731109b

Please sign in to comment.