Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Automattic/jetpack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: trunk
Choose a base ref
...
head repository: Automattic/jetpack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: forms/use-gutenberg-layout-api-for-horizontal-variation
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Sep 19, 2025

  1. changelog

    lezama authored and CGastrell committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    8567c2a View commit details
    Browse the repository at this point in the history
  2. Forms: Add Gutenberg layout support to enable horizontal forms

    Instead of creating a custom horizontal variation with CSS, this change leverages Gutenberg's native layout API by adding layout support to the Form block.
    
    This approach:
    - Follows Gutenberg patterns used in core blocks like Buttons and Group
    - Allows users to toggle between vertical/horizontal layouts via block toolbar
    - Provides better responsive behavior through native layout system
    - Simplifies implementation by removing need for custom CSS
    
    Changes:
    - Add 'layout: true' to block.json supports
    - Remove custom horizontal variation approach
    
    This aligns with how WordPress core blocks handle layout options.
    lezama authored and CGastrell committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    6f84a92 View commit details
    Browse the repository at this point in the history
  3. stash

    lezama authored and CGastrell committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    e4de865 View commit details
    Browse the repository at this point in the history
Loading