@thebuoyant-tsdev/mui-ts-library 3.14.0 → 3.14.1
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.de.md +7 -0
- package/README.md +7 -0
- package/package.json +1 -1
package/README.de.md
CHANGED
|
@@ -434,6 +434,13 @@ Dieses Projekt folgt [Semantic Versioning](https://semver.org/). In der Praxis b
|
|
|
434
434
|
|
|
435
435
|
## Changelog
|
|
436
436
|
|
|
437
|
+
### [3.14.0] — 2026-07-02
|
|
438
|
+
|
|
439
|
+
**Hinzugefügt**
|
|
440
|
+
- RichTextEditor: `@`-Mention-Autocomplete (`mentionItems`, `onMentionSearch`, `mentionTriggerChar`, `translation.mentionNoResults`). Dropdown am Cursor verankert, Tastaturnavigation (↑/↓/Enter/Escape), im HTML-Output als `<span data-type="mention" data-id="…">` serialisiert. Neuer Export: `MentionItem`. Neue Peer-Abhängigkeit: `@tiptap/extension-mention`. Siehe [Vollständiger Changelog](https://github.com/thebuoyant/mui-ts-library/blob/main/CHANGELOG.md) für Details.
|
|
441
|
+
|
|
442
|
+
---
|
|
443
|
+
|
|
437
444
|
### [3.13.0] — 2026-06-29
|
|
438
445
|
|
|
439
446
|
**Hinzugefügt**
|
package/README.md
CHANGED
|
@@ -434,6 +434,13 @@ This project follows [Semantic Versioning](https://semver.org/). In practice:
|
|
|
434
434
|
|
|
435
435
|
## Changelog
|
|
436
436
|
|
|
437
|
+
### [3.14.0] — 2026-07-02
|
|
438
|
+
|
|
439
|
+
**Added**
|
|
440
|
+
- RichTextEditor: `@`-mention autocomplete (`mentionItems`, `onMentionSearch`, `mentionTriggerChar`, `translation.mentionNoResults`). Dropdown anchored to the cursor, keyboard navigation (↑/↓/Enter/Escape), serialised as `<span data-type="mention" data-id="…">` in HTML output. New export: `MentionItem`. New peer dependency: `@tiptap/extension-mention`. See [Full Changelog](https://github.com/thebuoyant/mui-ts-library/blob/main/CHANGELOG.md) for details.
|
|
441
|
+
|
|
442
|
+
---
|
|
443
|
+
|
|
437
444
|
### [3.13.0] — 2026-06-29
|
|
438
445
|
|
|
439
446
|
**Added**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thebuoyant-tsdev/mui-ts-library",
|
|
3
|
-
"version": "3.14.
|
|
3
|
+
"version": "3.14.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Type-safe React component library for MUI v9. Gantt chart with drag & drop, WYSIWYG rich text editor (TipTap), SQL & JSON code editors (CodeMirror 6), D3 data visualizations (Sunburst, Chord, RadialTree, CirclePacking, HorizontalTree), tag selector, password strength meter, and a color picker. Full TypeScript, dark mode, i18n.",
|
|
6
6
|
"author": {
|