cat-framework-core 0.2.4 → 0.3.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.
- package/CHANGELOG.md +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,26 @@ 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.3.1] – 2026-03-14
|
|
8
|
+
|
|
9
|
+
### 🧹 Changed
|
|
10
|
+
- **Startseite**: Komponenten-Sektion durch kompakten Teaser ersetzt – 8 Komponenten als Icon-Grid mit Link zur Dokumentation
|
|
11
|
+
- **FAQ**: CAT steht jetzt für „Corporate Identity (CI) Approved Technology"
|
|
12
|
+
- **CI/CD**: Version-Bump aus Git-Tag wird automatisch zurück ins Repo committed
|
|
13
|
+
|
|
14
|
+
## [0.3.0] – 2026-03-14
|
|
15
|
+
|
|
16
|
+
### 🚀 Added
|
|
17
|
+
- **Interactive Playgrounds** for all 13 documentation components (Preview/Edit toggle with inline editing)
|
|
18
|
+
- **Image swap** in Playgrounds – upload custom images for Hero (Desktop + Mobile), ImageTextTeaser, ContentCard
|
|
19
|
+
- **Team-D Docs** – dedicated section with image specs per component, Canvas-ready prompts, naming conventions, and general guidelines
|
|
20
|
+
- `EditableImage` component for playground image replacement via file picker
|
|
21
|
+
|
|
22
|
+
### 🧹 Changed
|
|
23
|
+
- Header navigation streamlined: Design System, Dokumentation, Blog, Kontakt (jump-link to /#contact)
|
|
24
|
+
- Removed CTA button from Navbar on all pages
|
|
25
|
+
- Docs sidebar now has three categories: Atoms, Molecules, Team-D
|
|
26
|
+
|
|
7
27
|
## [0.2.4] – 2026-03-14
|
|
8
28
|
|
|
9
29
|
### 🐛 Fixed
|