@thebuoyant-tsdev/mui-ts-library 3.1.1 → 3.2.0
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 +10 -0
- package/README.md +10 -0
- package/package.json +1 -1
package/README.de.md
CHANGED
|
@@ -6,6 +6,8 @@ Eine typsichere React-Komponentenbibliothek auf Basis von **TypeScript** und **M
|
|
|
6
6
|
|
|
7
7
|
**[→ Live-Storybook](https://thebuoyant.github.io/mui-ts-library/)** — alle Komponenten interaktiv erkunden, ohne Installation.
|
|
8
8
|
|
|
9
|
+
**[→ Im Browser ausprobieren (StackBlitz)](https://stackblitz.com/github/thebuoyant/mui-ts-library/tree/main/stackblitz-demo?startScript=dev)** — live bearbeitbare Demo, keine Installation nötig.
|
|
10
|
+
|
|
9
11
|
---
|
|
10
12
|
|
|
11
13
|
## Komponenten
|
|
@@ -311,6 +313,14 @@ import type {
|
|
|
311
313
|
|
|
312
314
|
## Changelog
|
|
313
315
|
|
|
316
|
+
### [3.2.0] — 2026-06-16
|
|
317
|
+
|
|
318
|
+
**StackBlitz Live Demo**
|
|
319
|
+
- Neue interaktive Demo — direkt im Browser öffnen, keine lokale Installation nötig: [→ Im Browser ausprobieren](https://stackblitz.com/github/thebuoyant/mui-ts-library/tree/main/stackblitz-demo?startScript=dev)
|
|
320
|
+
- Zeigt TagSelection (mit Search-Highlighting), PasswordStrengthMeter (mit Generator) und GanttChart (Drag & Resize).
|
|
321
|
+
|
|
322
|
+
---
|
|
323
|
+
|
|
314
324
|
### [3.1.0] — 2026-06-16
|
|
315
325
|
|
|
316
326
|
**TagSelection — Suchergebnis-Highlighting**
|
package/README.md
CHANGED
|
@@ -6,6 +6,8 @@ A type-safe React component library built on **TypeScript** and **MUI (Material
|
|
|
6
6
|
|
|
7
7
|
**[→ Live Storybook](https://thebuoyant.github.io/mui-ts-library/)** — explore all components interactively, no installation needed.
|
|
8
8
|
|
|
9
|
+
**[→ Try it on StackBlitz](https://stackblitz.com/github/thebuoyant/mui-ts-library/tree/main/stackblitz-demo?startScript=dev)** — live editable demo in your browser, no installation required.
|
|
10
|
+
|
|
9
11
|
---
|
|
10
12
|
|
|
11
13
|
## Components
|
|
@@ -311,6 +313,14 @@ import type {
|
|
|
311
313
|
|
|
312
314
|
## Changelog
|
|
313
315
|
|
|
316
|
+
### [3.2.0] — 2026-06-16
|
|
317
|
+
|
|
318
|
+
**StackBlitz Live Demo**
|
|
319
|
+
- New interactive demo — open in your browser in seconds, no local setup needed: [→ Try it on StackBlitz](https://stackblitz.com/github/thebuoyant/mui-ts-library/tree/main/stackblitz-demo?startScript=dev)
|
|
320
|
+
- Showcases TagSelection (with search highlighting), PasswordStrengthMeter (with generator), and GanttChart (draggable, resizable).
|
|
321
|
+
|
|
322
|
+
---
|
|
323
|
+
|
|
314
324
|
### [3.1.0] — 2026-06-16
|
|
315
325
|
|
|
316
326
|
**TagSelection — Search Result Highlighting**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thebuoyant-tsdev/mui-ts-library",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0",
|
|
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, and password strength meter. Full TypeScript, dark mode, i18n.",
|
|
6
6
|
"author": {
|