Skip to content

Commit 7987bde

Browse files
chore(): version packages (#1019)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 265c6f9 commit 7987bde

File tree

5 files changed

+9
-19
lines changed

5 files changed

+9
-19
lines changed

.changeset/metal-knives-exist.md

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

.changeset/solid-ants-smell.md

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

.changeset/swift-points-clap.md

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

plugin/CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# lexical-beautiful-mentions
22

3+
## 0.1.48
4+
5+
### Patch Changes
6+
7+
- 265c6f9: fix: prevent error with Apple Pencil when key is undefined
8+
- eedeb27: chore(): improve return type of createBeautifulMentionNode
9+
- 1cb250c: fix(createMentionNode): Add 'withKlass' to lexical node replacement
10+
311
## 0.1.47
412

513
### Patch Changes
@@ -227,11 +235,9 @@
227235
- 2ff69af: fix(): do not close combobox when editor focus is lost
228236
- 2ff69af: feat(Combobox): allow to add additional combobox items
229237
- 4ce0123: - refactor(): remove `open` prop from Menu component
230-
231238
- refactor(): called `onComboboxFocusChange` with a `BeautifulMentionsComboboxItem` instead of a string
232239

233240
**BREAKING**
234-
235241
- `open` prop has been removed from `BeautifulMentionsMenuProps`
236242
- `onComboboxFocusChange` now receives a `BeautifulMentionsComboboxItem` instead of a string
237243

@@ -251,7 +257,6 @@
251257
- 5760567: feat(): more reliable information about the state of the menu / combobox
252258

253259
**BREAKING**:
254-
255260
- Renamed `openMentionsMenu` to `openMentionMenu`
256261
- Removed the `isMentionsMenuOpen` and `isTriggersMenuOpen` functions from the `useBeautifulMentions` hook in favor of the new `onMenuOpen`, `onMenuClose`, `onComboboxOpen`, `onComboboxClose` and `onComboboxItemSelect` props of the `BeautifulMentionsPlugin` component. This leads to a more reliable information about the state of the menu / combobox, since it is no longer determined by DOM elements.
257262

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lexical-beautiful-mentions",
3-
"version": "0.1.47",
3+
"version": "0.1.48",
44
"license": "MIT",
55
"description": "A mentions plugin for the lexical text editor.",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)