File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.6.0-beta.5] - 2025-12-07
9+
10+ ### Added
11+ - Version handling system with dedicated version.js module for centralized version management
12+
13+ ### Changed
14+ - Refactored version handling in components to use centralized version module
15+ - Updated font weights to bold (weight 600) for improved emphasis across multiple components
16+ - Improved font import strategy for better loading performance
17+ - Updated IBM Plex Sans font loading to use CSS imports instead of local font files
18+ - Updated packages to latest versions
19+
20+ ### Fixed
21+ - Improved accessibility across multiple pages and components
22+ - Enhanced accessibility labels and ARIA attributes in filters and rows per page components
23+ - Fixed IBM Plex Sans font-bold weight consistency (set to 600)
24+
25+ ### Removed
26+ - IBM Plex Sans font files (migrated to CSS imports)
27+ - Unused index.js file from lib directory
28+
829## [ 0.5.0-beta.8] - 2025-10-06
930
1031### Added
You can’t perform that action at this time.
0 commit comments