File tree Expand file tree Collapse file tree 4 files changed +10
-12
lines changed
Expand file tree Collapse file tree 4 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111- [ Admin] Update Limax frontend dependency + [ Skeleton] Remove Limax from optimizeDeps (4.2.0 is now an ESModule)
1212- [ Core] Fix deprecation with ` thephpleague/csv `
1313- [ Core] Update assets config to be more robust in edge cases in production
14- - [ Pink-Cupcake] Fix not found warning when importing the main Less file
1514- [ Skeleton] Add example file on how to overwrite the Less/CSS theme
16- - [ Pink-Cupcake] Update global font to match Learn style
17- - [ Pink-Cupcake] Improved sidebar theming, allowing for light variant
18- - [ Pink-Cupcake] Apply fixed-width to all sidebar items
15+ - [ Pink-Cupcake] Fix fontsource resources not being found when importing the main Less file in skeleton
16+ - [ Pink-Cupcake] Change body font to Mulish
17+ - [ Pink-Cupcake] Improved sidebar theming, enabling a light variant with a single variable
18+ - [ Pink-Cupcake] Fix icon not all having ` fixed-width ` in sidebar
1919
2020## 6.0.0-beta.5 - 2025-09-28
2121- Bump Vite and Axios versions
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111## [ 6.0.0-beta.6] ( https://github.com/userfrosting/UserFrosting/compare/6.0.0-beta.5...6.0.0-beta.6 )
1212- Remove Limax from optimizeDeps
1313- Add example file on how to overwrite the Less/CSS theme
14+ - Add PHP 8.5 to test environment
1415
1516## [ 6.0.0-beta.5] ( https://github.com/userfrosting/UserFrosting/compare/6.0.0-beta.4...6.0.0-beta.5 )
1617- Update Docker setup (@ssnukala )
Original file line number Diff line number Diff line change @@ -5,13 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## [ 6.0.0-beta.6 ] ( https://github.com/userfrosting/sprinkle-core/compare/6.0.0-beta.5...6.0.0-beta.6 )
99- Fix deprecation with ` thephpleague/csv `
1010- Update assets config to be more robust in edge cases in production
1111
12- ## [ 6.0.0-beta.6] ( https://github.com/userfrosting/sprinkle-core/compare/6.0.0-beta.5...6.0.0-beta.6 )
13- - No changes
14-
1512## [ 6.0.0-beta.5] ( https://github.com/userfrosting/sprinkle-core/compare/6.0.0-beta.4...6.0.0-beta.5 )
1613- Run ` vite:build ` in production mode when ` assets:build ` is used
1714- Go back to Vite default port (` 5173 ` ) + allows Vite port to be in env variable
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
88## [ 6.0.0-beta.6] ( https://github.com/userfrosting/theme-pink-cupcake/compare/6.0.0-beta.5...6.0.0-beta.6 )
9- - Fix not found warning when importing the main Less file
10- - Update global font to match Learn style
11- - Improved sidebar theming, allowing for light variant
12- - Apply fixed-width to all sidebar items
9+ - Fix fontsource resources not being found when importing the main Less file in skeleton
10+ - Change body font to Mulish
11+ - Improved sidebar theming, enabling a light variant with a single variable
12+ - Fix icon not all having ` fixed-width ` in sidebar
1313
1414## [ 6.0.0-beta.5] ( https://github.com/userfrosting/theme-pink-cupcake/compare/6.0.0-beta.4...6.0.0-beta.5 )
1515- Bump Vite and Axios versions
You can’t perform that action at this time.
0 commit comments