@thebuoyant-tsdev/mui-ts-library 3.33.0 → 3.33.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 CHANGED
@@ -104,7 +104,7 @@ const tasks: GanttTask[] = [
104
104
 
105
105
  ### KanbanBoard
106
106
 
107
- Ein Drag-and-Drop-Kanban-Board mit eingebauten Hinzufügen-/Bearbeiten-/Löschen-Dialogen, WIP-Limits und vollständiger i18n. Ideal für Task-Management-Dashboards, Sprint-Boards oder jeden Workflow, bei dem Nutzer Aufgaben zwischen Statusspalten verschieben sollen — mit Kartenfarben, Zuständige-Person-Chips, Fälligkeitsdatum-Chips und konfigurierbarer Chip-Darstellung.
107
+ Ein Drag-and-Drop-Kanban-Board mit eingebauten Hinzufügen-/Bearbeiten-/Löschen-Dialogen, WIP-Limits und vollständiger i18n. Ideal für Task-Management-Dashboards, Sprint-Boards oder jeden Workflow, bei dem Nutzer Aufgaben zwischen Statusspalten verschieben sollen — mit Kartenfarben, Prioritäts-Punkten, Zuständige-Person-Chips, Fälligkeitsdatum-Chips mit Überfälligkeits-Warnung und `filterText`-Prop für Live-Suche.
108
108
 
109
109
  ```tsx
110
110
  import { KanbanBoard } from '@thebuoyant-tsdev/mui-ts-library';
@@ -555,6 +555,13 @@ Dieses Projekt folgt [Semantic Versioning](https://semver.org/):
555
555
 
556
556
  ## Changelog
557
557
 
558
+ ### [3.33.1] — 2026-07-18
559
+
560
+ **Geändert**
561
+ - **KanbanBoard — Docs**: Überblick-Abschnitt und README-Beschreibung aktualisiert — Prioritäts-Punkte, Überfälligkeits-Warnung und `filterText` jetzt in der Einleitung genannt. Siehe [Vollständiger Changelog](https://github.com/thebuoyant/mui-ts-library/blob/main/CHANGELOG.de.md) für Details.
562
+
563
+ ---
564
+
558
565
  ### [3.33.0] — 2026-07-18
559
566
 
560
567
  **Hinzugefügt**
package/README.md CHANGED
@@ -104,7 +104,7 @@ const tasks: GanttTask[] = [
104
104
 
105
105
  ### KanbanBoard
106
106
 
107
- A drag-and-drop Kanban board with built-in Add / Edit / Delete dialogs, WIP limits, and full i18n. Use it for task management dashboards, sprint boards, or any workflow where users move work items between status columns — with card colors, assignee chips, due-date chips, and a configurable chip style.
107
+ A drag-and-drop Kanban board with built-in Add / Edit / Delete dialogs, WIP limits, and full i18n. Use it for task management dashboards, sprint boards, or any workflow where users move work items between status columns — with card colors, priority dots, assignee chips, due-date chips with overdue highlighting, and a `filterText` prop for live card search.
108
108
 
109
109
  ```tsx
110
110
  import { KanbanBoard } from '@thebuoyant-tsdev/mui-ts-library';
@@ -555,6 +555,13 @@ This project follows [Semantic Versioning](https://semver.org/):
555
555
 
556
556
  ## Changelog
557
557
 
558
+ ### [3.33.1] — 2026-07-18
559
+
560
+ **Changed**
561
+ - **KanbanBoard — docs**: Updated component overview and README description to mention priority dots, overdue warning, and `filterText`. See [Full Changelog](https://github.com/thebuoyant/mui-ts-library/blob/main/CHANGELOG.md) for details.
562
+
563
+ ---
564
+
558
565
  ### [3.33.0] — 2026-07-18
559
566
 
560
567
  **Added**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thebuoyant-tsdev/mui-ts-library",
3
- "version": "3.33.0",
3
+ "version": "3.33.1",
4
4
  "private": false,
5
5
  "description": "Type-safe React component library for MUI v9. Kanban board with drag & drop, Gantt chart, WYSIWYG rich text editor (TipTap), SQL & JSON code editors (CodeMirror 6), D3 data visualizations (Sunburst, Chord, RadialTree, CirclePacking, HorizontalTree, RadialStackedBar), date range picker, tag selector, password strength meter, and a color picker. Full TypeScript, dark mode, i18n.",
6
6
  "author": {