@richhtmleditor/mentions 1.2.7 → 1.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
@ mention autocomplete plugin for Rich HTML Editor. Type `@` to search and mention users, documents, or tags with an inline dropdown. Built on [`@richhtmleditor/core`](https://www.npmjs.com/package/@richhtmleditor/core).
|
|
4
4
|
|
|
5
|
-
**Current release: 1.2.
|
|
5
|
+
**Current release: 1.2.9** — Depends on `@richhtmleditor/core` **^1.2.9**.
|
|
6
6
|
|
|
7
7
|
**Repository:** [github.com/rajkishorsahu89/richhtmleditor](https://github.com/rajkishorsahu89/richhtmleditor)
|
|
8
8
|
|
|
9
9
|
**Demo:** [richhtmleditor.stackkitlabs.com](https://richhtmleditor.stackkitlabs.com/) — [demo](https://richhtmleditor.stackkitlabs.com/demo) · [guide](https://richhtmleditor.stackkitlabs.com/guide) · [API](https://richhtmleditor.stackkitlabs.com/api)
|
|
10
10
|
|
|
11
|
-
### What's in 1.2.
|
|
11
|
+
### What's in 1.2.9
|
|
12
12
|
|
|
13
13
|
- **`createMentionsPlugin`** — registers the @ trigger and autocomplete dropdown
|
|
14
14
|
- **Inline autocomplete** — type `@` followed by a query to search mentions
|