Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
23b36e4
Add border color, style and width support to image block
aaronrobertshaw Apr 30, 2021
3214b95
Pass image border props to image cropper
aaronrobertshaw Apr 30, 2021
0761a4e
Provide baseline border styles for improved visual feedback
aaronrobertshaw Aug 9, 2021
7221041
Remove unneeded style now block support applied to img
aaronrobertshaw Aug 31, 2021
1b92e84
Adjust caption styles for images in a gallery
aaronrobertshaw Nov 4, 2021
de4b702
Fix typo
aaronrobertshaw Dec 14, 2021
a738de9
Remove unneeded fallback border styles
aaronrobertshaw Dec 14, 2021
35143eb
Try improving application of custom border styles
aaronrobertshaw Apr 1, 2022
0f519b9
Remove unneeded resizablebox style
aaronrobertshaw Apr 4, 2022
678d024
Tweak application of border-box sizing
aaronrobertshaw Apr 4, 2022
ddb227f
Add deprecation for moving border radius and new classname
aaronrobertshaw Apr 30, 2021
c888bf5
Remove border radius from align wrapper deprecation fixture
aaronrobertshaw May 4, 2022
105edd2
Limit the damage done by theme.json and global styles borders
aaronrobertshaw May 24, 2022
bf70f60
Add img to Elements API and leverage for image block
aaronrobertshaw May 25, 2022
6195058
Add img element to api constants
aaronrobertshaw Jun 6, 2022
c145112
Disable border UI in Global Styles when skipping serialization of sup…
aaronrobertshaw Jun 6, 2022
ba1daad
Revert "Disable border UI in Global Styles when skipping serializatio…
aaronrobertshaw Jun 7, 2022
386c479
Revert "Add img to Elements API and leverage for image block"
aaronrobertshaw Jun 7, 2022
1b0d8c0
Update image block to leverage feature level selectors for border styles
aaronrobertshaw Jun 28, 2022
c189f98
Fix rebase issue after revert of img element
aaronrobertshaw Jul 1, 2022
24f4d0e
Override clearing of img borders in wp-admin by core
aaronrobertshaw Jul 5, 2022
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
Fix rebase issue after revert of img element
  • Loading branch information
aaronrobertshaw committed Jul 15, 2022
commit c189f988891800062f73385f98ca8d916fe39f65
1 change: 0 additions & 1 deletion packages/blocks/src/api/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ export const __EXPERIMENTAL_ELEMENTS = {
h5: 'h5',
h6: 'h6',
button: '.wp-element-button, .wp-block-button__link',
img: '.wp-block-image__crop-area, img',
};

export const __EXPERIMENTAL_PATHS_WITH_MERGE = {
Expand Down