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.8.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.8.2
Choose a head ref
  • 11 commits
  • 29 files changed
  • 6 contributors

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    c2f993b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. fix: Hide the native input for boolean elements in firefox (#808)

    * Hides the boolean input for firefox
    
    * opacity
    loivsen authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    81c0a95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0faf0ba View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump @babel/core from 7.23.9 to 7.24.7 (#809)

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.9 to 7.24.7.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-core)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e85ebe6 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump esbuild from 0.20.0 to 0.21.5 (#810)

    Bumps [esbuild](https://github.com/evanw/esbuild) from 0.20.0 to 0.21.5.
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
    - [Commits](evanw/esbuild@v0.20.0...v0.21.5)
    
    ---
    updated-dependencies:
    - dependency-name: esbuild
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    aab702a View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump ejs from 3.1.9 to 3.1.10 (#793)

    Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
    - [Release notes](https://github.com/mde/ejs/releases)
    - [Commits](mde/ejs@v3.1.9...v3.1.10)
    
    ---
    updated-dependencies:
    - dependency-name: ejs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2f1096f View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#812)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ad45732 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. fix: prevent overflow when not hovered (#816)

    Co-authored-by: JesmoDev <[email protected]>
    iOvergaard and JesmoDev authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b3fcd2b View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump ws from 6.2.2 to 6.2.3

    Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@6.2.2...6.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and iOvergaard committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    21ea29b View commit details
    Browse the repository at this point in the history
  3. feat(uui-slider): Hide label property + fix error for floating point …

    …numbers (#813)
    
    * Add ability to hide the value label
    
    * Match decimal places displayed to decimal places in step
    
    * Fix lag
    
    * Fix thumb inner positioning on high DPI displays
    JasonElkin authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    12bcd06 View commit details
    Browse the repository at this point in the history
  4. v1.8.2

    iOvergaard committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9b1f32b View commit details
    Browse the repository at this point in the history
Loading