@thebuoyant-tsdev/mui-ts-library 3.29.0 → 3.29.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 -1
- package/README.md +7 -1
- package/package.json +1 -1
package/README.de.md
CHANGED
|
@@ -511,12 +511,18 @@ Dieses Projekt folgt [Semantic Versioning](https://semver.org/):
|
|
|
511
511
|
|
|
512
512
|
## Changelog
|
|
513
513
|
|
|
514
|
-
### [
|
|
514
|
+
### [3.29.1] — 2026-07-16
|
|
515
|
+
|
|
516
|
+
**Behoben**
|
|
517
|
+
- Release-Script und README-Dateien: Der leere `[Unveröffentlicht]`-Abschnitt, der über `[3.29.0]` auf npm angezeigt wurde, wurde entfernt; `release.sh` ersetzt `[Unveröffentlicht]` in README-Dateien jetzt direkt durch die Versionsnummer (kein leerer Platzhalter-Abschnitt mehr). Siehe [Vollständiger Changelog](https://github.com/thebuoyant/mui-ts-library/blob/main/CHANGELOG.de.md) für Details.
|
|
515
518
|
|
|
516
519
|
---
|
|
517
520
|
|
|
518
521
|
### [3.29.0] — 2026-07-16
|
|
519
522
|
|
|
523
|
+
**Hinzugefügt**
|
|
524
|
+
- **DateRangePicker** — neue inline Start- und Enddatum-Picker-Komponente — ohne MUI X Pro Lizenz. Kontrollierter und unkontrollierter Modus, `minDate`/`maxDate`, `required`-Validierung mit Touched-State, vollständige i18n über `translation`-Prop, CSS-Klassen-API (`dateRangePickerClasses` + gemeinsame `MuiTs-disabled`/`MuiTs-error` Zustandsklassen am Root-Element), `inputSize` und `inputMinWidth` zur Verhinderung von Layout-Shifts bei Fehlermeldungen. `onChange` liefert `DateRangeEntry` mit sowohl `Date`-Objekt als auch ISO-String. Siehe [Vollständiger Changelog](https://github.com/thebuoyant/mui-ts-library/blob/main/CHANGELOG.de.md) für Details.
|
|
525
|
+
|
|
520
526
|
---
|
|
521
527
|
|
|
522
528
|
### [3.28.1] — 2026-07-15
|
package/README.md
CHANGED
|
@@ -511,12 +511,18 @@ This project follows [Semantic Versioning](https://semver.org/):
|
|
|
511
511
|
|
|
512
512
|
## Changelog
|
|
513
513
|
|
|
514
|
-
### [
|
|
514
|
+
### [3.29.1] — 2026-07-16
|
|
515
|
+
|
|
516
|
+
**Fixed**
|
|
517
|
+
- Release script and README files: the empty `[Unreleased]` section that appeared above `[3.29.0]` on npm has been removed; `release.sh` now correctly replaces `[Unreleased]` in README files with the version number only (no empty placeholder section preserved). See [Full Changelog](https://github.com/thebuoyant/mui-ts-library/blob/main/CHANGELOG.md) for details.
|
|
515
518
|
|
|
516
519
|
---
|
|
517
520
|
|
|
518
521
|
### [3.29.0] — 2026-07-16
|
|
519
522
|
|
|
523
|
+
**Added**
|
|
524
|
+
- **DateRangePicker** — new inline start + end date picker component — no MUI X Pro license required. Controlled and uncontrolled modes, `minDate`/`maxDate`, `required` validation with touched-state handling, full i18n via `translation` prop, CSS classes API (`dateRangePickerClasses` + shared `MuiTs-disabled`/`MuiTs-error` state classes on the root), `inputSize`, and `inputMinWidth` to prevent layout shift on validation messages. `onChange` returns `DateRangeEntry` with both a `Date` object and an ISO string. See [Full Changelog](https://github.com/thebuoyant/mui-ts-library/blob/main/CHANGELOG.md) for details.
|
|
525
|
+
|
|
520
526
|
---
|
|
521
527
|
|
|
522
528
|
### [3.28.1] — 2026-07-15
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thebuoyant-tsdev/mui-ts-library",
|
|
3
|
-
"version": "3.29.
|
|
3
|
+
"version": "3.29.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, RadialStackedBar), tag selector, password strength meter, and a color picker. Full TypeScript, dark mode, i18n.",
|
|
6
6
|
"author": {
|