beathers 5.6.3 → 5.7.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.
package/CHANGELOG CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.7.0] - 2025-10-20
4
+
5
+ ### Added
6
+
7
+ - **Button Utilities**: Added comprehensive button utilities with support for rounded, circle, and sharp corners, loading states, hover effects, and proper focus management
8
+ - **Configuration Options**: Added `useButton` toggle to enable/disable button utilities generation
9
+
10
+ ### Changed
11
+
12
+ - **Button Styles**: Moved button-related styles from resets to dedicated button module for better organization
13
+
3
14
  ## [5.6.2, 5.6.3] - 2025-09-27
4
15
 
5
16
  ### Added