cat-framework-core 0.4.1 β†’ 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +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.3] – 2026-03-14
8
+
9
+ ### πŸš€ Added
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
+
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
+
7
17
  ## [0.4.1] – 2026-03-14
8
18
 
9
19
  ### πŸ› Improved
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-framework-core",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "description": "CAT Core Framework – Modular component system for Bloomreach CMS",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",