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