Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfeng33 committed Jan 14, 2025
1 parent 31ae551 commit 6736e04
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions apps/www/content/docs/en/components/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Use the [CLI](https://platejs.org/docs/components/cli) to install the latest ver

## January 2025 #18

### January 14 #18.3
- `import-toolbar-button`: add `import-toolbar-button`


### January 12 #18.2

- `ai-plugins`: remove `createAIEditor`, it's now created in `ai-chat-editor`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@ export function ExportToolbarButton({ children, ...props }: DropdownMenuProps) {
<DropdownMenuItem onSelect={exportToImage}>
Export as Image
</DropdownMenuItem>
<DropdownMenuItem disabled>
Export as Markdown{' '}
<span className="text-xs text-muted-foreground">(coming soon)</span>
</DropdownMenuItem>
</DropdownMenuGroup>
</DropdownMenuContent>
</DropdownMenu>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function ImportToolbarButton({ children, ...props }: DropdownMenuProps) {
</DropdownMenuItem>

<DropdownMenuItem disabled>
Import from Word{' '}
Import from Markdown{' '}
<span className="text-xs text-muted-foreground">(coming soon)</span>
</DropdownMenuItem>
</DropdownMenuGroup>
Expand Down

0 comments on commit 6736e04

Please sign in to comment.