cat-framework-core 0.4.2 → 0.4.3
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/CHANGELOG.md +6 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,11 +4,16 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
6
6
|
|
|
7
|
-
## [0.4.
|
|
7
|
+
## [0.4.3] – 2026-03-14
|
|
8
8
|
|
|
9
9
|
### 🚀 Added
|
|
10
10
|
- **Dynamischer CodeBlock-Sync** – Der Code-Block unter jedem Playground aktualisiert sich in Echtzeit, wenn Texte, Varianten oder Items im Bearbeitungsmodus geändert werden. Betrifft alle 13 Komponenten-Dokus (Badge, Button, Typography, Hero, ContentCard, FaqAccordion, Footer, Navbar, SearchBar, Tabs, ImageTextTeaser, ContactForm, Breadcrumb)
|
|
11
11
|
|
|
12
|
+
### 🎨 Improved
|
|
13
|
+
- **Blog-Teaser** – Interaktive Komponentenvorschau (Tabs) als Teaserbild statt statischem Icon
|
|
14
|
+
- **Neu-Badge** – Neuester Blog-Post erhält automatisch ein ✨ Neu-Badge
|
|
15
|
+
- **Blog-Tone** – Lockererer Schreibstil mit Garfield-Charme 🐱
|
|
16
|
+
|
|
12
17
|
## [0.4.1] – 2026-03-14
|
|
13
18
|
|
|
14
19
|
### 🐛 Improved
|