@thebuoyant-tsdev/mui-ts-library 3.1.1 → 3.2.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 +18 -0
- package/README.md +18 -0
- package/dist/index.cjs +2 -2
- package/dist/index.js +172 -172
- 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,22 @@ import type {
|
|
|
311
313
|
|
|
312
314
|
## Changelog
|
|
313
315
|
|
|
316
|
+
### [3.2.1] — 2026-06-17
|
|
317
|
+
|
|
318
|
+
**Bugfixes**
|
|
319
|
+
- **ChordChart** — Ribbons jetzt im Dark Mode sichtbar (`mixBlendMode` wechselt automatisch auf `"normal"` bei dunklem Hintergrund).
|
|
320
|
+
- **HorizontalTreeChart** — Link-Deckkraft-Standard von `0.4` auf `1.0` erhöht, konsistent mit RadialTreeChart.
|
|
321
|
+
|
|
322
|
+
---
|
|
323
|
+
|
|
324
|
+
### [3.2.0] — 2026-06-16
|
|
325
|
+
|
|
326
|
+
**StackBlitz Live Demo**
|
|
327
|
+
- 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)
|
|
328
|
+
- Zeigt TagSelection (mit Search-Highlighting), PasswordStrengthMeter (mit Generator) und GanttChart (Drag & Resize).
|
|
329
|
+
|
|
330
|
+
---
|
|
331
|
+
|
|
314
332
|
### [3.1.0] — 2026-06-16
|
|
315
333
|
|
|
316
334
|
**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,22 @@ import type {
|
|
|
311
313
|
|
|
312
314
|
## Changelog
|
|
313
315
|
|
|
316
|
+
### [3.2.1] — 2026-06-17
|
|
317
|
+
|
|
318
|
+
**Bug Fixes**
|
|
319
|
+
- **ChordChart** — ribbons now visible in dark mode (`mixBlendMode` auto-switches to `"normal"` on dark backgrounds).
|
|
320
|
+
- **HorizontalTreeChart** — link opacity default raised from `0.4` to `1.0`, consistent with RadialTreeChart.
|
|
321
|
+
|
|
322
|
+
---
|
|
323
|
+
|
|
324
|
+
### [3.2.0] — 2026-06-16
|
|
325
|
+
|
|
326
|
+
**StackBlitz Live Demo**
|
|
327
|
+
- 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)
|
|
328
|
+
- Showcases TagSelection (with search highlighting), PasswordStrengthMeter (with generator), and GanttChart (draggable, resizable).
|
|
329
|
+
|
|
330
|
+
---
|
|
331
|
+
|
|
314
332
|
### [3.1.0] — 2026-06-16
|
|
315
333
|
|
|
316
334
|
**TagSelection — Search Result Highlighting**
|