Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ user guide for more information.

## Changelog ##

### 2.5.1 ###
Bug Fix: Full width menu background doesn't touch sides [#327] (https://github.com/BoldGrid/boldgrid-theme-framework/issues/327)
Bug Fix: Widget in full width header = horizontal scrollbar [#244] (https://github.com/BoldGrid/boldgrid-theme-framework/issues/244)
Bug Fix: Full width sidebar background doesn't hit sides on mobile [#229] (https://github.com/BoldGrid/boldgrid-theme-framework/issues/229)

### 2.5.0 ###
* New Feature: Added a 'Crio' top level menu page, moved the welcome page there, and added a 'Get Pro' page to highlight new premium features.
* Update: [Snyk] Upgrade @wordpress/hooks from 2.8.0 to 2.10.0 [#305](https://github.com/BoldGrid/boldgrid-theme-framework/pull/305)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boldgrid-theme-framework",
"version": "2.5.0",
"version": "2.5.1",
"description": "BoldGrid Theme Framework",
"main": "index.js",
"engines": {
Expand Down
7 changes: 7 additions & 0 deletions src/assets/scss/boldgrid-theme-framework.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,10 @@
# Temp
--------------------------------------------------------------*/
@import "boldgrid/temp";

/*--------------------------------------------------------------
# Margin / Padding Fixes ( Added in 2.5.1 )
--------------------------------------------------------------*/
@import "boldgrid/margin-fix";


Loading