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-videopress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.18.0
Choose a base ref
...
head repository: Automattic/jetpack-videopress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.19.0
Choose a head ref
  • 7 commits
  • 14 files changed
  • 5 contributors

Commits on Oct 20, 2023

  1. Copy the full SHA
    b119566 View commit details

Commits on Oct 21, 2023

  1. Copy the full SHA
    0b9a194 View commit details
  2. Performance: VideoPress: avoid useEffect call for every block on typi…

    …ng (#33724)
    
    * Performance: VideoPress: avoid running useEffect for every block on typing
    
    * unbreak the rules of hooks
    
    * comment
    
    * fix another instance
    
    * fix eslint issue
    
    * fix eslint issues
    
    * changelog
    
    * update videopress pkg version
    
    ---------
    
    Co-authored-by: Damián Suárez <rdsuarez@gmail.com>
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6599037104
    retrofox authored and matticbot committed Oct 21, 2023
    Copy the full SHA
    de2057d View commit details

Commits on Oct 23, 2023

  1. JSPackages: make ContextualUpgradeTrigger icon click work (#33733)

    * make arrow not receive pointer events so its click behavior falls back to the underlying component
    
    * changelog
    
    * fix versions
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6615834612
    CGastrell authored and matticbot committed Oct 23, 2023
    Copy the full SHA
    9f3a2d7 View commit details
  2. VideoPress: register block type with block metadata (#33701)

    * add early return if the block is already registered
    
    * register block and use returned value to get editor script handle, needed to render the initial state script (Connection_Initial_State) properly
    
    * remove old registration method
    
    * use file paths on block.json instead of script handles
    
    * changelog
    
    * fix versions
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6618251387
    CGastrell authored and matticbot committed Oct 23, 2023
    Copy the full SHA
    fb2b322 View commit details
  3. VideoPress: register block type with block metadata (#33701)

    * add early return if the block is already registered
    
    * register block and use returned value to get editor script handle, needed to render the initial state script (Connection_Initial_State) properly
    
    * remove old registration method
    
    * use file paths on block.json instead of script handles
    
    * changelog
    
    * fix versions
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6618761634
    ice9js authored and matticbot committed Oct 23, 2023
    Copy the full SHA
    f9b3a42 View commit details
  4. Changelog edits.

    ice9js authored and matticbot committed Oct 23, 2023
    Copy the full SHA
    ff214b3 View commit details
Loading