Skip to content

Commit ecd10de

Browse files
committed
v1.0.0
1 parent 05b8619 commit ecd10de

21 files changed

+30
-131
lines changed

.changeset/cold-guests-remain.md

-5
This file was deleted.

.changeset/cold-spies-heal.md

-5
This file was deleted.

.changeset/curly-teachers-film.md

-5
This file was deleted.

.changeset/curvy-toys-refuse.md

-5
This file was deleted.

.changeset/eleven-owls-refuse.md

-5
This file was deleted.

.changeset/friendly-walls-explode.md

-5
This file was deleted.

.changeset/gentle-news-mix.md

-5
This file was deleted.

.changeset/grumpy-rules-change.md

-5
This file was deleted.

.changeset/nice-doors-eat.md

-5
This file was deleted.

.changeset/pre.json

-25
This file was deleted.

.changeset/silly-boats-smell.md

-5
This file was deleted.

.changeset/slow-feet-hammer.md

-5
This file was deleted.

.changeset/sour-boxes-invite.md

-5
This file was deleted.

.changeset/sweet-keys-switch.md

-5
This file was deleted.

.changeset/tidy-hotels-learn.md

-5
This file was deleted.

.changeset/weak-moose-peel.md

-5
This file was deleted.

.changeset/wild-crabs-lick.md

-5
This file was deleted.

.changeset/witty-rocks-sneeze.md

-5
This file was deleted.

.changeset/yellow-planes-return.md

-5
This file was deleted.

CHANGELOG.md

+29-15
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,46 @@
11
# tiptap-docs
22

3-
## 1.0.0-beta.3
3+
## 1.0.0
44

5-
### Patch Changes
5+
### Major Changes
6+
7+
- **We're happy to announce that we finally released our new Tiptap documentation!** - Welcome to the official documentation for all Tiptap products! Here, you'll find comprehensive guides, detailed examples, and in-depth documentation covering everything you need to know about working with Tiptap products.
68

7-
- 0a65fa9: Updated dedicated-cloud and self-hosted icons
8-
- a82b249: Increased max-width for h3 and smaller to look better in combination with balanced text styles
9-
- 6f08ede: Increase margin for section children
10-
- a58865c: Add link styles & hover state inside table cells
11-
- f8b1bb8: Adjust code in anchor styles removing the bottom border & adding a highlight style for the code
12-
- 8d4e575: Decrease font size in mdx table cells
9+
### Minor Changes
1310

14-
## 1.0.0-beta.2
11+
- Added changesets for versioning & changelog generation
1512

1613
### Patch Changes
1714

15+
- Updated dedicated-cloud and self-hosted icons
16+
- Increased max-width for h3 and smaller to look better in combination with balanced text styles
17+
- Increase margin for section children
1818
- Use dvh height calculations for mobile sidebars to ensure mobile UI elements won't cause the sidebar to be cutoff at the bottom of the screen
19+
- Add link styles & hover state inside table cells
20+
- Added options to hide all and free filters for extension grids
1921
- Fix for the mobile navigation dropdown showing an invalid active item when the pathname is empty
2022
- Added images to the Schema objects
2123
- Fixed the favicon path to load with the full page domain
2224
- Added new icon set for home page
2325
- Fixed issues with basepath URLs in footer links
2426
- Fixed page tracking via adding an initial mount check
2527
- Added Hocuspocus links to footer
28+
- Adjust code in anchor styles removing the bottom border & adding a highlight style for the code
2629
- Added missing extension pages
27-
28-
## 1.0.0-beta.1
29-
30-
### Minor Changes
31-
32-
- a15824e: Added changesets for versioning & changelog generation
30+
- Decrease font size in mdx table cells
31+
- Updated dedicated-cloud and self-hosted icons
32+
- Increased max-width for h3 and smaller to look better in combination with balanced text styles
33+
- Increase margin for section children
34+
- Add link styles & hover state inside table cells
35+
- Adjust code in anchor styles removing the bottom border & adding a highlight style for the code
36+
- Decrease font size in mdx table cells
37+
- Use dvh height calculations for mobile sidebars to ensure mobile UI elements won't cause the sidebar to be cutoff at the bottom of the screen
38+
- Fix for the mobile navigation dropdown showing an invalid active item when the pathname is empty
39+
- Added images to the Schema objects
40+
- Fixed the favicon path to load with the full page domain
41+
- Added new icon set for home page
42+
- Fixed issues with basepath URLs in footer links
43+
- Fixed page tracking via adding an initial mount check
44+
- Added Hocuspocus links to footer
45+
- Added missing extension pages
46+
- Added changesets for versioning & changelog generation

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiptap-docs",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)