-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: make navigation block's overlayMenu default never #58
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I confirmed the default value changed after checking out this branch
Awesome - thanks @leogermani! 🙌 |
# [1.3.0-alpha.1](v1.2.2...v1.3.0-alpha.1) (2023-06-22) ### Bug Fixes * add bottom space to post title in editor ([#60](#60)) ([ca6c9a1](ca6c9a1)) * correct single post space; add tag styles ([#59](#59)) ([f3645d0](f3645d0)) * correct spacing values ([#46](#46)) ([12cf2b4](12cf2b4)) * hide author, date for pages in search ([#53](#53)) ([52b7a7f](52b7a7f)) * make archive spacing more consistent ([#56](#56)) ([041ec88](041ec88)) * make navigation block's overlayMenu default never ([#58](#58)) ([8fa02a6](8fa02a6)) * make sure wide/full blocks can flow outside of the content ([#66](#66)) ([2e282b7](2e282b7)) * remove IDs from navigation blocks ([#50](#50)) ([1f140be](1f140be)) ### Features * add a clamp to the larger spacing sizes ([#47](#47)) ([d3a01f4](d3a01f4)) * add large image single post variation ([#54](#54)) ([838128a](838128a)) * add search toggle template parts ([#51](#51)) ([ad4e0a7](ad4e0a7)) * change search block's default settings ([#44](#44)) ([1487a69](1487a69)) * update page, homepage templates to remove unneeded elements ([#49](#49)) ([2b888cd](2b888cd)) * update search block styles ([#52](#52)) ([6ed06fb](6ed06fb)) * update search styles ([#61](#61)) ([bf0d776](bf0d776))
🎉 This PR is included in version 1.3.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# [1.3.0](v1.2.2...v1.3.0) (2023-07-17) ### Bug Fixes * add bottom space to post title in editor ([#60](#60)) ([ca6c9a1](ca6c9a1)) * correct single post space; add tag styles ([#59](#59)) ([f3645d0](f3645d0)) * correct spacing values ([#46](#46)) ([12cf2b4](12cf2b4)) * hide author, date for pages in search ([#53](#53)) ([52b7a7f](52b7a7f)) * make archive spacing more consistent ([#56](#56)) ([041ec88](041ec88)) * make navigation block's overlayMenu default never ([#58](#58)) ([8fa02a6](8fa02a6)) * make sure wide/full blocks can flow outside of the content ([#66](#66)) ([2e282b7](2e282b7)) * remove IDs from navigation blocks ([#50](#50)) ([1f140be](1f140be)) ### Features * add a clamp to the larger spacing sizes ([#47](#47)) ([d3a01f4](d3a01f4)) * add large image single post variation ([#54](#54)) ([838128a](838128a)) * add search toggle template parts ([#51](#51)) ([ad4e0a7](ad4e0a7)) * change search block's default settings ([#44](#44)) ([1487a69](1487a69)) * update page, homepage templates to remove unneeded elements ([#49](#49)) ([2b888cd](2b888cd)) * update search block styles ([#52](#52)) ([6ed06fb](6ed06fb)) * update search styles ([#61](#61)) ([bf0d776](bf0d776))
🎉 This PR is included in version 1.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
Similar to #44, this PR changes the default settings for the Navigation block. In this case, it changes the "OverlayMenu" (essentially the mobile hamburger) option to 'never' by default. This matches with how the menu will be used in our template parts for now.
How to test the changes in this Pull Request:
Other information: