Skip to content

Commit 1c399a3

Browse files
chore: version packages (#15)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4375fec commit 1c399a3

File tree

4 files changed

+11
-14
lines changed

4 files changed

+11
-14
lines changed

.changeset/quiet-islands-roll.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thick-taxes-mate.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/typeahead-plugin/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @mdxeditor/typeahead-plugin
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 4375fec: Support completely custom editor for typeahead nodes.
8+
- e390a04: - Auto-support for dark theming (inherited from the MDXEditor CSS vars)
9+
- Support for loading state when fetching typeahead options asynchronously
10+
- Support for no results state when no options are available
11+
- Show error state when fetching options fails
12+
313
## 0.3.0
414

515
### Minor Changes

packages/typeahead-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdxeditor/typeahead-plugin",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "MDXEditor plugin for typeahead functionality",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)