Skip to content
Permalink
trunk

Commits on Oct 4, 2021

  1. Fix: Adding nav items from existing menu (#34837)

    * Fix adding nav items from existing menu
    aristath committed Oct 4, 2021
  2. [Block: Post Navigation Link] Add an option for displaying the label …

    …inside the link (#34952)
    
    * [Block: Post Navigation Link] Add the ability to have both the text title and the label be a part of the link
    carolinan committed Oct 4, 2021
  3. Fix bug with safari not setting correct height in deprecated gallery …

    …block (#35309)
    
    Co-authored-by: Glen Davies <[email protected]>
    glendaviesnz and Glen Davies committed Oct 4, 2021

Commits on Oct 2, 2021

  1. Fix the styling of template details (#35285)

    * Fix template details styles
    
    * Update e2e test
    kevin940726 committed Oct 2, 2021

Commits on Oct 1, 2021

  1. Update Readme to fix lint error (#35295)

    Fix linter
    enejb committed Oct 1, 2021
  2. Fix slashing when creating or updating a menu item (#35147)

    * Slash 'menu-id', 'menu-item-db-id' and $prepared-nav-item values before passing them in into wp_update_nav_menu_item function.
    
    * Add unit tests that check if  create_item and update_item endpoints correctly handle slashed data.
    
    * Don't slash menu-id and menu-item-db-id values.
    They are expected to be integers.
    anton-vlasenko committed Oct 1, 2021
  3. Block gap: Only render CSS variable if corresponding theme setting is…

    … enabled (#35209)
    
    * Update protected property check to look for a null value instead of falsy, add tests
    
    * Switch PROTECTED_PROPERTIES to use an associative array of style key to setting key mapping
    andrewserong committed Oct 1, 2021

Commits on Sep 30, 2021

  1. Widgets: Optimize useSelect calls (#35256)

    * Widgets: Optimize useSelect calls
    
    * Update packages/customize-widgets/src/components/keyboard-shortcut-help-modal/dynamic-shortcut.js
    
    Co-authored-by: Kai Hao <[email protected]>
    
    * Update packages/edit-widgets/src/components/keyboard-shortcut-help-modal/dynamic-shortcut.js
    
    Co-authored-by: Kai Hao <[email protected]>
    
    * Update packages/widgets/src/blocks/widget-group/edit.js
    
    Co-authored-by: Kai Hao <[email protected]>
    
    * Fix lint errors
    
    Co-authored-by: Kai Hao <[email protected]>
    Mamaduka and kevin940726 committed Sep 30, 2021
  2. Fix Link UI when hyperlink has an empty href value (#35043)

    * Add empty variation to the Link Preview
    
    * Switch to using "error" to describe failed state
    
    * Add test coverage for empty link state
    
    * Add context via comments
    
    * Use info icon as per designers direction
    getdave committed Sep 30, 2021
  3. Update LinkControl documentation with additional examples (#35199)

    * Update LinkControl documentation with additional examples
    
    - Remove history section, no longer needed and the relationship to
      `<URLInput>` section has the details a developer would need when using
      the control.
    
    - Add example for disable settings
    
    - Add example for suggestionQuery
    
    - Clarify docs that it works with Posts and Pages
    
    * Apply suggestions from code review
    
    Co-authored-by: Dave Smith <[email protected]>
    
    * Add history section back at bottom, with reference
    
    * Switch phrase to post-type entities to cover beyond just Post/Page
    
    Co-authored-by: Dave Smith <[email protected]>
    mkaz and getdave committed Sep 30, 2021
  4. Docs: Update testing overview with minor fixes (#35232)

    * Update testing overview with minor fixes
    
    Update testing overview document to match getting started with code
    contributions. Move symlinking plugins first, because I missed the step
    more than once, plus switch to use same env var method.
    
    Fix couple typos
    
    * Update Travis to GitHub Actions
    mkaz committed Sep 30, 2021
  5. Enable ability to create Pages from the inline Link UI (#35083)

    * Expose ability to create entities on editor settings
    
    * Utilise entity creation on LinkControl
    
    * Align create button text and icon
    
    * Improve text and icon alignment in Create button
    
    * Lock down to create only Pages and update button text
    
    * Rename experimental setting to be clearer
    
    * Simplify perms tests for Pages only
    
    * Make create entity related to Pages only
    getdave committed Sep 30, 2021
  6. Polish global styles preview. (#35244)

    * Polish global styles preview.
    
    * Move to CSS.
    jasmussen committed Sep 30, 2021
  7. Fix gap regression in navigation screen. (#35234)

    * Fix gap regression in navigation screen.
    
    * Include fix for separate hover regression.
    
    * Fix hover jumping.
    
    * Address missing margin collapsing.
    jasmussen committed Sep 30, 2021
Older