@thebuoyant-tsdev/mui-ts-library 3.2.0 → 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 +8 -0
- package/README.md +8 -0
- package/dist/index.cjs +2 -2
- package/dist/index.js +172 -172
- package/package.json +1 -1
package/README.de.md
CHANGED
|
@@ -313,6 +313,14 @@ import type {
|
|
|
313
313
|
|
|
314
314
|
## Changelog
|
|
315
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
|
+
|
|
316
324
|
### [3.2.0] — 2026-06-16
|
|
317
325
|
|
|
318
326
|
**StackBlitz Live Demo**
|
package/README.md
CHANGED
|
@@ -313,6 +313,14 @@ import type {
|
|
|
313
313
|
|
|
314
314
|
## Changelog
|
|
315
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
|
+
|
|
316
324
|
### [3.2.0] — 2026-06-16
|
|
317
325
|
|
|
318
326
|
**StackBlitz Live Demo**
|