-
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
feat(column-block): add rounded block style #170
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
matticbot
pushed a commit
that referenced
this pull request
Jun 24, 2024
# [1.10.0-alpha.1](v1.9.0...v1.10.0-alpha.1) (2024-06-24) ### Bug Fixes * **button-block:** add border-style ([#199](#199)) ([7bec2be](7bec2be)) * **post-meta:** use block registry for conditional content ([#194](#194)) ([3e4c738](3e4c738)) * root padding ([#178](#178)) ([ba76bf1](ba76bf1)) ### Features * add custom shadows ([#200](#200)) ([960080b](960080b)) * add blank with footer page template ([#172](#172)) ([ec1842b](ec1842b)) * add ghost-like button ([#197](#197)) ([2dc13c3](2dc13c3)) * add post-content block styles ([#193](#193)) ([8bf31f5](8bf31f5)) * add single full width image template ([#195](#195)) ([39a8bde](39a8bde)) * add specific styles for the query block ([#184](#184)) ([61ea564](61ea564)) * add styles for some specific blocks (audio, verse, jp image compare) ([b20c33c](b20c33c)) * adjust columns block and pagination ([#182](#182)) ([88d46d0](88d46d0)) * **column-block:** add rounded block style ([#170](#170)) ([9ac025f](9ac025f)) * **columns:** force flex-basis when using newspack-grid and a 25/50/25 layout ([#191](#191)) ([b5c00f7](b5c00f7)) * **list-block:** add checked block style ([#171](#171)) ([309dd6d](309dd6d)) * move all block styles to JS ([#185](#185)) ([217be19](217be19)) * refactor query pagination; remove alignwide ([#196](#196)) ([17b3075](17b3075)) * remove spacers ([#179](#179)) ([bda489d](bda489d)) * update archive templates ([#183](#183)) ([af362ab](af362ab)) * update columns with borders style ([#187](#187)) ([0d91907](0d91907)) * update custom shadows ([#201](#201)) ([e29a257](e29a257)) * update fonts from system to inter and from monospace to jetbrainsmono ([#190](#190)) ([a429c8d](a429c8d)) * update separator block; improve styles ([#180](#180)) ([b335e79](b335e79)) * update single template ([#192](#192)) ([29fb0ca](29fb0ca)) * update theme description; add baseline utility class ([#198](#198)) ([81eb790](81eb790))
🎉 This PR is included in version 1.10.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
matticbot
pushed a commit
that referenced
this pull request
Jul 1, 2024
# [1.10.0](v1.9.0...v1.10.0) (2024-07-01) ### Bug Fixes * **button-block:** add border-style ([#199](#199)) ([7bec2be](7bec2be)) * exclude styles for navigation submenu toggle ([#206](#206)) ([bdb5f6f](bdb5f6f)) * **post-meta:** use block registry for conditional content ([#194](#194)) ([3e4c738](3e4c738)) * root padding ([#178](#178)) ([ba76bf1](ba76bf1)) * update newspack-scripts to v5.5.1 ([72e9c48](72e9c48)) ### Features * add custom shadows ([#200](#200)) ([960080b](960080b)) * add blank with footer page template ([#172](#172)) ([ec1842b](ec1842b)) * add ghost-like button ([#197](#197)) ([2dc13c3](2dc13c3)) * add negative margin to last block in entry-content when fullwidth and background ([#204](#204)) ([1119cad](1119cad)) * add post-content block styles ([#193](#193)) ([8bf31f5](8bf31f5)) * add single full width image template ([#195](#195)) ([39a8bde](39a8bde)) * add specific styles for the query block ([#184](#184)) ([61ea564](61ea564)) * add styles for some specific blocks (audio, verse, jp image compare) ([b20c33c](b20c33c)) * adjust columns block and pagination ([#182](#182)) ([88d46d0](88d46d0)) * **column-block:** add rounded block style ([#170](#170)) ([9ac025f](9ac025f)) * **columns:** force flex-basis when using newspack-grid and a 25/50/25 layout ([#191](#191)) ([b5c00f7](b5c00f7)) * **list-block:** add checked block style ([#171](#171)) ([309dd6d](309dd6d)) * make sure newspack ui buttons are not overridden ([#205](#205)) ([adef881](adef881)) * move all block styles to JS ([#185](#185)) ([217be19](217be19)) * refactor query pagination; remove alignwide ([#196](#196)) ([17b3075](17b3075)) * remove spacers ([#179](#179)) ([bda489d](bda489d)) * update archive templates ([#183](#183)) ([af362ab](af362ab)) * update columns with borders style ([#187](#187)) ([0d91907](0d91907)) * update custom shadows ([#201](#201)) ([e29a257](e29a257)) * update fonts from system to inter and from monospace to jetbrainsmono ([#190](#190)) ([a429c8d](a429c8d)) * update form elements ([#203](#203)) ([7395065](7395065)) * update separator block; improve styles ([#180](#180)) ([b335e79](b335e79)) * update single template ([#192](#192)) ([29fb0ca](29fb0ca)) * update theme description; add baseline utility class ([#198](#198)) ([81eb790](81eb790))
🎉 This PR is included in version 1.10.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
All Submissions:
Changes proposed in this Pull Request:
This PR introduces a new style variation to the Column block, named "Rounded". Essentially, it adds a border-radius to the Column (the block currently doesn't support Border Radius setting).
How to test the changes in this Pull Request:
Other information: