Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
1521f52
Move native v1 Gallery components to v1 directory
mkevins Apr 26, 2021
8639891
Use v1 defaultColumnsNumber in native v1 gallery
mkevins Apr 26, 2021
91c09b8
Make onFocus optional in MediaPlaceholder
mkevins Apr 27, 2021
ffc22e7
Add useInnerBlocksProps hook
mkevins Apr 27, 2021
e688131
Enable __experimentalGalleryRefactor flag under __DEV__
mkevins Apr 29, 2021
c8fbc35
Add WIP v2 gallery
mkevins Apr 29, 2021
2f44f58
Add numColumns to block-list flat list
mkevins Apr 29, 2021
9fd5897
Temporarily comment out spinner for pending imagesize option
mkevins Apr 29, 2021
d646d59
Fix spacing
mkevins Apr 29, 2021
59ea082
Adjust styles to avoid appender overlap
mkevins Apr 30, 2021
683af04
Add gallery caption
mkevins Apr 30, 2021
a520018
Fix lint
mkevins May 4, 2021
1f0073d
Fix sass lint
mkevins May 4, 2021
4e3d981
Merge branch 'refactor/gallery-to-nested-image-blocks' into rnmobile/…
mkevins May 7, 2021
77091e2
Merge branch 'refactor/gallery-to-nested-image-blocks' into rnmobile/…
mkevins May 20, 2021
2c6e317
[Mobile] - Refactor gallery - cherry pick image edit native (#31826)
mkevins May 20, 2021
3221e23
Cherry-pick BlockListItem changes
mkevins May 24, 2021
7616231
Return early from render instead of renderContent
mkevins May 24, 2021
4d235fd
Cherry-pick plumb blockProps through BlockListBlock
mkevins May 24, 2021
df286d8
Cherry-pick add GridItem
mkevins May 24, 2021
f5ff38d
Cherry-pick BlockList
mkevins May 24, 2021
0e777c6
Cherry-pick StylePreview key change
mkevins May 24, 2021
acfcb7f
Cherry-pick blockProps and gridProperties in InnerBlocks
mkevins May 24, 2021
30d20b1
Use sass var for galleryAppender padding
mkevins May 24, 2021
8e89a84
Cherry-pick remaining gallery changes
mkevins May 24, 2021
2de17c3
Remove numColumns
mkevins May 26, 2021
931184a
Remove blockProps
mkevins May 26, 2021
e96cd3e
Fix gallery block.json (delete extra comma)
mkevins May 27, 2021
5c78270
Remove unused imageCrop
mkevins May 27, 2021
3c2f144
Merge branch 'refactor/gallery-to-nested-image-blocks' into rnmobile/…
mkevins May 31, 2021
46c8da7
Merge branch 'refactor/gallery-to-nested-image-blocks-upstream' into …
mkevins Jun 3, 2021
946aeab
Merge branch 'refactor/gallery-to-nested-image-blocks' into rnmobile/…
mkevins Jun 15, 2021
fb34126
Merge branch 'refactor/gallery-to-nested-image-blocks-upstream' into …
mkevins Jun 16, 2021
0527d39
Add back blockWidth contentContainerStyles in block list
mkevins May 31, 2021
a8c1f0e
Use boolean flags for variants in Platform module
mkevins May 31, 2021
1c1dc9d
Use boolean Platform flags
mkevins May 31, 2021
5f35c4c
Only render imageSizeOptions loading spinner on web
mkevins May 31, 2021
57a01f7
Add default for destructured context in image edit
mkevins Jun 1, 2021
0052b11
Temporarily hard-code experimenal gallery refactor flag to true
mkevins Jun 4, 2021
0d5fb18
Revert "Temporarily hard-code experimenal gallery refactor flag to true"
mkevins Jul 5, 2021
03d730b
Update experiments page with warning about the mobile app version
mkevins Jul 5, 2021
93fd471
Merge branch 'refactor/gallery-to-nested-image-blocks-upstream' into …
mkevins Jul 8, 2021
9ca69ea
Merge branch 'refactor/gallery-to-nested-image-blocks' into rnmobile/…
antonis Aug 2, 2021
475f976
Changes new gallery flag name
antonis Aug 2, 2021
5387ca0
Updates mobile warning
antonis Aug 2, 2021
ec158f7
Removes the imageCount attribute
antonis Aug 2, 2021
53ba376
Remove the isGrouped context
antonis Aug 2, 2021
fe40795
Fixes lint issue
antonis Aug 2, 2021
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
Fixes lint issue
  • Loading branch information
antonis committed Aug 2, 2021
commit fe40795a07fe508411d2dbb3a99bee7cf13f0867
4 changes: 1 addition & 3 deletions packages/block-library/src/image/edit.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -648,9 +648,7 @@ export class ImageEdit extends Component {
retryMessage,
} ) => {
return (
<View
style={ styles.isGallery }
>
<View style={ styles.isGallery }>
<Image
align={
align && alignToFlex[ align ]
Expand Down