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

Make parts of the BlockNavigationList overridable using slots #21948

Commits on May 6, 2020

  1. First stab at editable menu items in navigator

    Use Slot/Fill instead of hardcoded components
    
    Disable slots/fills in global editor block navigator
    
    Grab clientId from context instead of requiring a prop
    
    Improve readability of block-navigation/list.js
    
    Use context to determine whether or not given BlockNavigation may be customized with slots
    
    Restore default value for selectBlock in navigation-structure-panel.js
    
    Remove obsolete onChange passed to NavigationStructurePanel
    
    Use constant value for BlockNavigationContext
    
    Use memo() in BlockStyles
    
    Remove performance changes from BlockStyles
    
    Generalize BlockNavigationListItem and remove the BlockNavigationListItemFill for now
    
    Rename useBlockNavigationSlots to withBlockNavigationSlots
    
    Restore RichText in the navigator
    
    Sort out BlockNavigationListItem and BlockNavigationListItemWrapper
    
    Rename BlockNavigationListItemWrapper to BlockNavigationBranch
    adamziel committed May 6, 2020
    Configuration menu
    Copy the full SHA
    c6e777b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96d16ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57f929c View commit details
    Browse the repository at this point in the history
  4. Lint

    adamziel committed May 6, 2020
    Configuration menu
    Copy the full SHA
    edb8c67 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Rename all occurences of withBlockNavigationSlots to __experimentalWi…

    …thBlockNavigationSlots
    adamziel committed May 7, 2020
    Configuration menu
    Copy the full SHA
    528a06b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3840737 View commit details
    Browse the repository at this point in the history
  3. Adjust class names

    adamziel committed May 7, 2020
    Configuration menu
    Copy the full SHA
    774ba8e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    99eda63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fcf921 View commit details
    Browse the repository at this point in the history
  3. Link

    adamziel committed May 8, 2020
    Configuration menu
    Copy the full SHA
    a038c0a View commit details
    Browse the repository at this point in the history