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: umbraco/Umbraco.UI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.1
Choose a base ref
...
head repository: umbraco/Umbraco.UI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.2
Choose a head ref
  • 4 commits
  • 182 files changed
  • 3 contributors

Commits on Nov 26, 2024

  1. Fix: prevent clicking of slotted content in media card (#969)

    * prevent clicking of slotted content in media card
    
    * fix media thumbnail invading selection space
    
    * remove comment
    nielslyngsoe authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    bb51831 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    03fe69c View commit details
    Browse the repository at this point in the history
  2. fix: selectable mixin only be selective when selectabletarget is this (

    …#971)
    
    * only care about the composedPath when selectableTarget is this.
    
    * correct none this select target logic
    
    * align table row selection
    
    * correction of selectableMixin for keyboard navigation
    
    * adjust table row
    
    * add checkbox import
    
    * Revert "align table row selection"
    
    This reverts commit 976b568.
    
    # Conflicts:
    #	packages/uui-table/lib/uui-table-row.element.ts
    
    * optimize code
    
    * revert to none preventing approach
    
    * media card selectable solution
    
    * install dependency
    
    * add tests for uui-color-swatch selectable
    
    * expand stories
    
    * selection mixing is selective about targets when selectable target is not changed
    
    * clean up
    
    * fix
    
    * fix test
    
    * test keyboard interaction
    
    * focus for swatch
    
    * menu item select only correction
    
    * clean up tests
    
    * clean up
    
    * only set tabindex on this targets
    
    * prevent click-label when select only
    
    * story and tests
    
    * use send mouse
    
    * update title
    
    * wrap tests
    
    ---------
    
    Co-authored-by: Mads Rasmussen <madsr@hey.com>
    nielslyngsoe and madsrasmussen authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    dc7a416 View commit details
    Browse the repository at this point in the history
  3. v1.12.2

    iOvergaard committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    207119e View commit details
    Browse the repository at this point in the history
Loading