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

Update/wp6 3 beta3 #52234

Merged
merged 35 commits into from
Jul 3, 2023
Merged

Update/wp6 3 beta3 #52234

merged 35 commits into from
Jul 3, 2023

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    83ea11f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e8830c View commit details
    Browse the repository at this point in the history
  3. Fix custom patterns console error (#51947)

    * Fix error with react list key with new custom patterns list in inserter
    
    * Update placeholder key
    
    * Add comment to explain the different keys
    
    * Patterns: Fix missing custom patterns in patterns explorer (#51889)
    
    * Add custom patterns to pattern explorer
    
    * show custom patterns in the patterns explorer dialog
    
    * remove changes from 51877
    
    * Fix up use of async lists
    
    * remove a bit of code duplication by adding a new hook
    
    * add 51877 fix back to make testing easier
    
    * Just assign the key value in one place
    
    * Refactor the custom patterns to use the usePatternsState hook
    
    * Fix use of async list
    
    * Translate strings and remove unneeded fields from pattern object
    
    * Try integrating unsynced patterns directly into pattern selectors (#51955)
    
    * Include reusable blocks with an undefined sync status in inserter items
    
    * Update docs
    
    * Remove change to hover dependencies
    
    ---------
    
    Co-authored-by: Daniel Richards <daniel.richards@automattic.com>
    2 people authored and tellthemachines committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    db15884 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6aaf269 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b1f580 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14c54c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0528766 View commit details
    Browse the repository at this point in the history
  8. Fix fetching Nav fallback ID flushing Navigation entity cache (#52069)

    * Only flush the `getEntityRecords` cache if the fallback isn’t already in state
    
    * Save the edited entity record to a const and then invert it to determine whether we should invalidate the recordds
    
    ---------
    
    Co-authored-by: scruffian <ben@scruffian.com>
    2 people authored and tellthemachines committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b8229fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac9cd11 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b0a5943 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b64bc8a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0702768 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    70fda06 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b59ce7c View commit details
    Browse the repository at this point in the history
  15. Command Palette: fix incorrect path and snackbar message when templat…

    …e part is deleted (#52034)
    
    * Command Center: Fix incorrect navigation when deleting template part
    
    * removeTemplate: consider title type
    t-hamano authored and tellthemachines committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d739511 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d4d0106 View commit details
    Browse the repository at this point in the history
  17. Make Navigation fallback selector private (#51413)

    * Move selector to become private
    
    * adds basic lock functionality
    
    * remove useless lock-unlock file
    
    * map private selectors to resolvers
    
    * Unlock the other usage
    
    * only create one fallback per session
    
    * Fix core-data duplicate private opt-in
    
    * Data: bind resolvers to selectors individually, support private selectors
    
    ---------
    
    Co-authored-by: Andrei Draganescu <andrei.draganescu@automattic.com>
    Co-authored-by: scruffian <ben@scruffian.com>
    Co-authored-by: Jarda Snajdr <jsnajdr@gmail.com>
    4 people authored and tellthemachines committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    7b8db97 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ea6e8c5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8064587 View commit details
    Browse the repository at this point in the history
  20. Fix unintentional toggling on of distraction free (#52090)

    * replace toggle with set preference - because I don't read code properly it seems
    
    * remove notification
    draganescu authored and tellthemachines committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    7dbdc17 View commit details
    Browse the repository at this point in the history
  21. Revert "Updating social link attributes (#51997)" (#52019)

    This reverts commit c711e2a.
    ramonjd authored and tellthemachines committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    97e3acf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    53c86fc View commit details
    Browse the repository at this point in the history
  23. Removes unused call (#51988)

    getdave authored and tellthemachines committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    aba35cb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0ea227a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9d456e4 View commit details
    Browse the repository at this point in the history
  26. Update custom patterns label to 'My patterns' (#51949)

    * rename custom patterns to my patterns
    
    * Add my patterns label to inserter and show at the top
    
    ---------
    
    Co-authored-by: Daniel Richards <daniel.richards@automattic.com>
    2 people authored and tellthemachines committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d45c58c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    28789fc View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b40ea4a View commit details
    Browse the repository at this point in the history
  29. [Library] Add lock icon for theme patterns (#51990)

    * Add lock icon for theme patterns
    
    * Change to class names
    
    * Add aria-description
    
    * Change wording
    kevin940726 authored and tellthemachines committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    e29a7c2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    be810dd View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ce47b98 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    61f8821 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    6271aae View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    ad1865a View commit details
    Browse the repository at this point in the history
  35. Page Content Focus: Add welcome guides (#52014)

    * Page Content Focus: Add welcome guides
    
    * Don't show when editor guide is active
    
    * Just use regular accent/theme color in all guides
    
    * slight copy change page guide
    
    * Update components changelog
    
    * Disable new guides in E2E tests
    
    * Use s.w.org videos
    
    ---------
    
    Co-authored-by: Saxon Fletcher <saxonafletcher@gmail.com>
    2 people authored and tellthemachines committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    3efbff4 View commit details
    Browse the repository at this point in the history