@thebuoyant-tsdev/mui-ts-library 3.29.0 → 3.29.2

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.
Files changed (3) hide show
  1. package/README.de.md +17 -1
  2. package/README.md +17 -1
  3. package/package.json +1 -1
package/README.de.md CHANGED
@@ -458,6 +458,9 @@ import type {
458
458
  // GanttChart
459
459
  GanttTask, GanttTranslations, GanttTheme, GanttToolbarConfig,
460
460
 
461
+ // DateRangePicker
462
+ DateRange, DateRangeEntry, DateRangeInput, DateRangePickerProps, DateRangePickerTranslation,
463
+
461
464
  // TagSelection
462
465
  TagSelectionItem,
463
466
 
@@ -511,12 +514,25 @@ Dieses Projekt folgt [Semantic Versioning](https://semver.org/):
511
514
 
512
515
  ## Changelog
513
516
 
514
- ### [Unveröffentlicht]
517
+ ### [3.29.2] — 2026-07-16
518
+
519
+ **Behoben**
520
+ - `README.md` / `README.de.md`: fehlende `DateRangePicker`-Typen im TypeScript-Import-Block nachgetragen. Siehe [Vollständiger Changelog](https://github.com/thebuoyant/mui-ts-library/blob/main/CHANGELOG.de.md) für Details.
521
+
522
+ ---
523
+
524
+ ### [3.29.1] — 2026-07-16
525
+
526
+ **Behoben**
527
+ - 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
528
 
516
529
  ---
517
530
 
518
531
  ### [3.29.0] — 2026-07-16
519
532
 
533
+ **Hinzugefügt**
534
+ - **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.
535
+
520
536
  ---
521
537
 
522
538
  ### [3.28.1] — 2026-07-15
package/README.md CHANGED
@@ -458,6 +458,9 @@ import type {
458
458
  // GanttChart
459
459
  GanttTask, GanttTranslations, GanttTheme, GanttToolbarConfig,
460
460
 
461
+ // DateRangePicker
462
+ DateRange, DateRangeEntry, DateRangeInput, DateRangePickerProps, DateRangePickerTranslation,
463
+
461
464
  // TagSelection
462
465
  TagSelectionItem,
463
466
 
@@ -511,12 +514,25 @@ This project follows [Semantic Versioning](https://semver.org/):
511
514
 
512
515
  ## Changelog
513
516
 
514
- ### [Unreleased]
517
+ ### [3.29.2] — 2026-07-16
518
+
519
+ **Fixed**
520
+ - `README.md` / `README.de.md`: added missing `DateRangePicker` types to the TypeScript import block. See [Full Changelog](https://github.com/thebuoyant/mui-ts-library/blob/main/CHANGELOG.md) for details.
521
+
522
+ ---
523
+
524
+ ### [3.29.1] — 2026-07-16
525
+
526
+ **Fixed**
527
+ - 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
528
 
516
529
  ---
517
530
 
518
531
  ### [3.29.0] — 2026-07-16
519
532
 
533
+ **Added**
534
+ - **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.
535
+
520
536
  ---
521
537
 
522
538
  ### [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.0",
3
+ "version": "3.29.2",
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": {