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

docs: prepare for stable release #3892

Merged
merged 2 commits into from
Mar 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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: 0 additions & 3 deletions docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ Give back to the open source community and [sponsor us on GitHub](https://github
Sounds good? [Sponsor us on GitHub!](https://github.com/sponsors/ueberdosis)

## The maintainers of Tiptap
If you are thankful for Tiptap, you should say thank you to the lovely people at [überdosis](https://ueberdosis.io), the company that builds this software.

AND you should definitely hire us if you want us to design und build an amazing digital product for you. Bonus points if it’s somehow text editing related.

!!team-grid

Expand Down
12 changes: 6 additions & 6 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ tableOfContents: true
---

# Changelog
Tiptap consists of more than 50 separate packages, so it’s not that easy to keep that one big changelog. We got you covered though. Here is everything you need to follow the development during the beta phase:
Tiptap consists of more than 50 separate packages. Here is everything you need to follow changes:

1. You can find the [changelog for the core package](https://github.com/ueberdosis/tiptap/blob/main/packages/core/CHANGELOG.md) on GitHub here.
2. All packages have [a separate `CHANGELOG.md`](https://github.com/ueberdosis/tiptap/blob/main/packages), too.
3. During beta, it’s also helpful to keep an eye on the [merged Pull Requests on GitHub](https://github.com/ueberdosis/tiptap/pulls?q=is%3Apr+is%3Aclosed).
4. And we keep track of [what we want do do before a stable release](https://github.com/ueberdosis/tiptap/issues/2087) in a public issue.
1. Check [GitHub releases page](https://github.com/ueberdosis/tiptap/releases) to get the best overview.
2. For even more details, head over to [Tiptaps changelog on GitHub](https://github.com/ueberdosis/tiptap/blob/main/CHANGELOG.md).
3. In addition, all packages have [a separate `CHANGELOG.md`](https://github.com/ueberdosis/tiptap/blob/main/packages), too.
4. It’s also helpful to keep an eye on the [merged Pull Requests on GitHub](https://github.com/ueberdosis/tiptap/pulls?q=is%3Apr+is%3Aclosed).

Once we’re transitioning to a stable version, [we’ll write blog posts](/blog) about bigger changes and keep them in a changelog here.
[We’ll write blog posts](/blog) about bigger changes and keep them in a changelog here.