@octaviaflow/themes 1.0.1 → 1.1.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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,62 @@
1
+ # Changelog
2
+
3
+ All notable changes to `@octaviaflow/themes` will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [1.1.3] - 2026-02-07
9
+
10
+ ### Changed
11
+
12
+ - Synchronized version to 1.1.3 across all OctaviaFlow Design System packages
13
+ - Aligned package versioning for unified release
14
+
15
+ ## [1.1.0] - 2026-02-05
16
+
17
+ ### Added
18
+
19
+ - Modern CLI output with colored text and progress indicators using `chalk` and `ora`
20
+ - Real-time progress tracking during SCSS file generation
21
+ - File-by-file generation status with visual feedback
22
+ - Enhanced error messages with colored output and stack traces
23
+
24
+ ### Changed
25
+
26
+ - Replaced `fs-extra` with native Node.js `fs/promises` for better performance
27
+ - Improved build script with modern async/await patterns
28
+ - Enhanced developer experience with emoji indicators and color-coded messages
29
+
30
+ ### Removed
31
+
32
+ - Dependency on `fs-extra` (replaced with native fs)
33
+ - Dependency on `@octaviaflow/cli-reporter` (replaced with chalk/ora)
34
+
35
+ ### Dependencies
36
+
37
+ - Added `chalk@4.1.2` for colored terminal output
38
+ - Added `ora@5.4.1` for elegant spinners
39
+ - Removed `fs-extra@^11.0.0`
40
+ - Removed `@octaviaflow/cli-reporter@^1.0.0`
41
+
42
+ ### Performance
43
+
44
+ - Faster build times with native fs operations
45
+ - Reduced dependency tree size
46
+
47
+ ## [1.0.1] - 2025-11-11
48
+
49
+ ### Fixed
50
+
51
+ - Initial release fixes and improvements
52
+
53
+ ## [1.0.0] - 2025-11-11
54
+
55
+ ### Added
56
+
57
+ - Initial release of @octaviaflow/themes
58
+ - Theme system for OctaviaFlow Design System
59
+ - Support for multiple color themes (white, g10, g90, g100)
60
+ - Component tokens for buttons, tags, notifications, status, and content switcher
61
+ - SCSS generation from JavaScript tokens
62
+ - ES modules, CommonJS, and UMD bundle support