Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Second round of bugfixes for 6.3 Beta 4 #52493

Merged
merged 31 commits into from
Jul 11, 2023

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    69236dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dc04dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59234d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0e0230 View commit details
    Browse the repository at this point in the history
  5. Fix: Patterns & template parts: remove "apply globally" option from b…

    …lock settings (#52160)
    
    * Advanced styles panel: add an early return
    
    * Update index.js
    
    * Minor styling changes
    
    * Use array of features
    
    ---------
    
    Co-authored-by: George Mamadashvili <georgemamadashvili@gmail.com>
    2 people authored and tellthemachines committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    eb8ef9f View commit details
    Browse the repository at this point in the history
  6. make the body of the editor minimmum viewport height so that smaller …

    …contents maintain clickability (#52406)
    draganescu authored and tellthemachines committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8b10e6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e5bc99 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cfcf5ff View commit details
    Browse the repository at this point in the history
  9. [Patterns] Separate sync status into a filter control (#52303)

    Co-authored-by: Saxon Fletcher <saxonafletcher@gmail.com>
    Co-authored-by: Glen Davies <glen.davies@automattic.com>
    3 people authored and tellthemachines committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    509fcf3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1219af6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0d3432f View commit details
    Browse the repository at this point in the history
  12. Quote block: Add transform to paragraph (#51809)

    * Add ungroup transform as transform to p
    
    * Lint
    
    * Update test and snapshot.
    
    ---------
    
    Co-authored-by: Juan Aldasoro <juanfraa@gmail.com>
    2 people authored and tellthemachines committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    80a84f8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    34b374b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b8faaa8 View commit details
    Browse the repository at this point in the history
  15. add sync tooltip (#52458)

    SaxonF authored and tellthemachines committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0fd4e20 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    3b9c88d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78d8766 View commit details
    Browse the repository at this point in the history
  3. Iframe: avoid asset parsing & fix script localisation (#52405)

    * Iframe: avoid asset parsing & fix script localisation
    
    * Add e2e test for script localisation
    ellatrix authored and tellthemachines committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    730f7f1 View commit details
    Browse the repository at this point in the history
  4. Update descriptions (#52468)

    jameskoster authored and tellthemachines committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    93a06ed View commit details
    Browse the repository at this point in the history
  5. Footnotes: show in inserter and placehold (#52445)

    * Footnotes: show in inserter and placehold
    
    * Fix placeholder block membrane; fix copy; add icon, label
    
    ---------
    
    Co-authored-by: Miguel Fonseca <150562+mcsf@users.noreply.github.com>
    2 people authored and tellthemachines committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c98e64d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12db007 View commit details
    Browse the repository at this point in the history
  7. Update tooltip (#52465)

    jameskoster authored and tellthemachines committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f87efd4 View commit details
    Browse the repository at this point in the history
  8. Refactor, document, and fix image block deprecations (#52081)

    * Refactor, document, and fix image block deprecations
    
    * Fix v5 attributes & supports
    
    * Fix v1 & v2 deprecation tests
    
    * Rename deprecated test descriptions
    ajlende authored and tellthemachines committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    223feaa View commit details
    Browse the repository at this point in the history
  9. Respect custom aspect ratio (#52286)

    * add image width and height via css inline style, update width and height attrs to be string
    
    * keep width and height as attributes too, keep the attributes as numbers
    
    * updates image fixtures
    draganescu authored and tellthemachines committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a1c08a0 View commit details
    Browse the repository at this point in the history
  10. RichText/Footnotes: make getRichTextValues work with InnerBlocks.Cont…

    …ent (#52241)
    
    * RichText/Footnotes: make getRichTextValues work with InnerBlocks.Content
    
    ---------
    
    Co-authored-by: Miguel Fonseca <150562+mcsf@users.noreply.github.com>
    2 people authored and tellthemachines committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    d807093 View commit details
    Browse the repository at this point in the history
  11. Footnotes: save numbering through the entity provider (#52423)

    * Footnotes: save numbering through the entity provider
    
    * Add sup so no styling is needed at all
    
    * Migrate old format
    
    * Restore old styles, fix nested attribute queries
    
    * Fix anchor selection
    
    * Migrate markup in entity provider instead
    
    * Fix tests
    
    * Fix typo
    
    * Fix comment
    
    ---------
    
    Co-authored-by: Miguel Fonseca <150562+mcsf@users.noreply.github.com>
    2 people authored and tellthemachines committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    dd53d7b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4441db6 View commit details
    Browse the repository at this point in the history
  13. List block: Fix selected type option (#52472)

    Petter Walbø Johnsgård authored and tellthemachines committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    cea0a6f View commit details
    Browse the repository at this point in the history
  14. Library - make pattern title clickable (#51898)

    * Use button inside title
    
    * Remove href
    
    * Preserve roving tab index
    
    * Fix link colors to match trunk $gray-600
    
    * Remove redundant var
    
    * Amend colors as per review
    
    * remove old files again
    
    ---------
    
    Co-authored-by: scruffian <ben@scruffian.com>
    2 people authored and tellthemachines committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    967ce9a View commit details
    Browse the repository at this point in the history
  15. remove status icon (#52457)

    SaxonF authored and tellthemachines committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9b718a2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7f83e9a View commit details
    Browse the repository at this point in the history