@thebuoyant-tsdev/mui-ts-library 3.28.0 → 3.28.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.
Files changed (3) hide show
  1. package/README.de.md +11 -0
  2. package/README.md +11 -0
  3. package/package.json +1 -1
package/README.de.md CHANGED
@@ -485,6 +485,17 @@ Dieses Projekt folgt [Semantic Versioning](https://semver.org/):
485
485
 
486
486
  ### [Unveröffentlicht]
487
487
 
488
+ ---
489
+
490
+ ### [3.28.1] — 2026-07-15
491
+
492
+ **Behoben**
493
+ - Release-Script: `[Unveröffentlicht]`-Überschriften werden jetzt vor dem Publish automatisch auf die Versionsnummer umbenannt — damit npm immer den korrekten Changelog-Eintrag anzeigt.
494
+
495
+ ---
496
+
497
+ ### [3.28.0] — 2026-07-15
498
+
488
499
  **Hinzugefügt**
489
500
  - `SqlEditor`: `Shift+Alt+F` Tastenkürzel — löst den vorhandenen SQL-Format-Button direkt aus dem Editor heraus aus (respektiert `readonly` und `toolbarConfig.showFormat`). Keine API-Änderung.
490
501
 
package/README.md CHANGED
@@ -485,6 +485,17 @@ This project follows [Semantic Versioning](https://semver.org/):
485
485
 
486
486
  ### [Unreleased]
487
487
 
488
+ ---
489
+
490
+ ### [3.28.1] — 2026-07-15
491
+
492
+ **Fixed**
493
+ - Release script: `[Unreleased]` headings are now automatically renamed to the version number before publishing — so npm always shows the correct changelog entry.
494
+
495
+ ---
496
+
497
+ ### [3.28.0] — 2026-07-15
498
+
488
499
  **Added**
489
500
  - `SqlEditor`: `Shift+Alt+F` keyboard shortcut — triggers the existing SQL Format button directly from the editor (respects `readonly` and `toolbarConfig.showFormat`). No API change.
490
501
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thebuoyant-tsdev/mui-ts-library",
3
- "version": "3.28.0",
3
+ "version": "3.28.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": {