cat-framework-core 0.2.4 โ†’ 0.3.0

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 +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,19 @@ 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.0] โ€“ 2026-03-14
8
+
9
+ ### ๐Ÿš€ Added
10
+ - **Interactive Playgrounds** for all 13 documentation components (Preview/Edit toggle with inline editing)
11
+ - **Image swap** in Playgrounds โ€“ upload custom images for Hero (Desktop + Mobile), ImageTextTeaser, ContentCard
12
+ - **Team-D Docs** โ€“ dedicated section with image specs per component, Canvas-ready prompts, naming conventions, and general guidelines
13
+ - `EditableImage` component for playground image replacement via file picker
14
+
15
+ ### ๐Ÿงน Changed
16
+ - Header navigation streamlined: Design System, Dokumentation, Blog, Kontakt (jump-link to /#contact)
17
+ - Removed CTA button from Navbar on all pages
18
+ - Docs sidebar now has three categories: Atoms, Molecules, Team-D
19
+
7
20
  ## [0.2.4] โ€“ 2026-03-14
8
21
 
9
22
  ### ๐Ÿ› Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-framework-core",
3
- "version": "0.2.4",
3
+ "version": "0.3.0",
4
4
  "description": "CAT Core Framework โ€“ Modular component system for Bloomreach CMS",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",