cat-framework-core 0.4.0 → 0.4.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 (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,20 @@ 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.2] – 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
+ ## [0.4.1] – 2026-03-14
13
+
14
+ ### 🐛 Improved
15
+ - **Sidebar Scroll-Fix** – Sidebar behält Scroll-Position beim Wechsel; kein ungewolltes Zurückspringen mehr
16
+ - **Sub-Navigation für Team-D** – Bild-Spezifikationen zeigen jetzt Sub-Items (Workflow, Richtlinien, Spezifikationen, Übersichtstabelle) in der Sidebar
17
+ - **Dropdown-Suche bei Spezifikationen** – Suchfeld mit Autocomplete-Vorschlägen und Slot-Anzahl bei Team-D Bild-Specs
18
+ - **Scroll-to-View** – Beim Klick auf Bloomreach Integration oder Team-D scrollt die gesamte Sub-Navigation ins Blickfeld
19
+ - **Favicon** – CAT-Logo als Favicon auf allen Seiten hinterlegt
20
+
7
21
  ## [0.4.0] – 2026-03-14
8
22
 
9
23
  ### 🚀 Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-framework-core",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "CAT Core Framework – Modular component system for Bloomreach CMS",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",