Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
cab6b8e
Deprecate 'Post author' block
t-hamano Oct 13, 2023
72e877b
Merge branch 'trunk' into post-author/deprecate
t-hamano Oct 16, 2023
7390397
Change `inserter` property to `false`
t-hamano Oct 16, 2023
580fc86
Clean empty attributes
t-hamano Oct 16, 2023
491a15e
Incorrect condition when converting Avatar and Biography
t-hamano Oct 16, 2023
a8173e3
Use 1em margin as block gap value
t-hamano Oct 16, 2023
e29b59f
Merge branch 'trunk' into post-author/deprecate
t-hamano Dec 28, 2023
91c8592
Merge branch 'trunk' into post-author/deprecate
t-hamano Dec 29, 2023
02a9cdd
Merge branch 'trunk' into post-author/deprecate
t-hamano Feb 23, 2024
400ac2d
__next40pxDefaultSize to the migrate button
t-hamano Feb 23, 2024
1a6962b
Merge branch 'trunk' into post-author/deprecate
t-hamano May 27, 2024
f2cec4a
Resolve conflicts
t-hamano Jul 22, 2024
9875c31
Show migration content via new private slot fill
t-hamano Jul 29, 2024
d4c68b2
Merge branch 'trunk' into post-author/deprecate
t-hamano Oct 7, 2024
b1e0972
Merge branch 'trunk' into post-author/deprecate
t-hamano Dec 30, 2025
e480533
Fix critical error
t-hamano Dec 30, 2025
145bb68
Remove transforms
t-hamano Dec 30, 2025
57aea0e
Move files
t-hamano Dec 30, 2025
d7171a3
Add block type check
t-hamano Dec 30, 2025
bbf4161
Fix typo
t-hamano Jan 3, 2026
389af04
Merge branch 'trunk' into post-author/deprecate
t-hamano Jan 3, 2026
11ab982
Update copy and button text
t-hamano Jan 3, 2026
735e16e
Apply zero gap
t-hamano Jan 22, 2026
0ad71b7
Preserve spacing styles
t-hamano Jan 22, 2026
8234f9c
Merge branch 'trunk' into post-author/deprecate
t-hamano Jan 22, 2026
2247071
Inherit testAlign to child blocks
t-hamano Jan 22, 2026
e759885
Merge branch 'trunk' into post-author/deprecate
t-hamano Jan 29, 2026
0b6288c
Fix lint error
t-hamano Jan 29, 2026
04c8a9f
Don't insert paragraph block if byline is empty
t-hamano Jan 29, 2026
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
Prev Previous commit
Next Next commit
Preserve spacing styles
Co-authored-by: Mitchell Austin <mr.fye@oneandthesame.net>
  • Loading branch information
t-hamano and stokesman authored Jan 22, 2026
commit 0ad71b700e15f9a1bcf0c1cae591a01fb2e7275b
1 change: 1 addition & 0 deletions packages/block-library/src/post-author/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export function recreateWithRecommendedBlocks( attributes, blockTypes ) {
style: cleanEmptyObject( {
...style,
spacing: {
Comment thread
t-hamano marked this conversation as resolved.
...style?.spacing,
blockGap: '1em',
},
color: {
Expand Down
Loading