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.7.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.7.2
Choose a head ref
  • 11 commits
  • 28 files changed
  • 4 contributors

Commits on Feb 23, 2024

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

Commits on Mar 18, 2024

  1. fix(uui-css): do not import the lato font here as it means you cannot…

    … import only the custom properties without getting the font
    
    Lato is already defined in uui-font.css and you can get all of it by uui-css.css as well.
    iOvergaard committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ed8659c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #757 from umbraco/v1/bugfix/loading-lato-twice

    fix(uui-css): Lato is loaded twice
    iOvergaard authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    183866a View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump postcss from 8.4.34 to 8.4.36

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.34 to 8.4.36.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.34...8.4.36)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and iOvergaard committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1eb2a46 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.2.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.2.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and iOvergaard committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c60c831 View commit details
    Browse the repository at this point in the history
  5. fix(uui-textarea): Don't hide placeholder text on focus (#751)

    * Don't hide placeholder text on focus
    
    * Remove blank line
    bjarnef authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a90a510 View commit details
    Browse the repository at this point in the history
  6. fix(uui-tab-group): Unable to remove tab (#753)

    * add story
    
    * make sure to clean up the breakpoints array to prevent index overflows
    JesmoDev authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    07c0045 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump chromaui/action from 10 to 11

    Bumps [chromaui/action](https://github.com/chromaui/action) from 10 to 11.
    - [Release notes](https://github.com/chromaui/action/releases)
    - [Commits](chromaui/action@v10...v11)
    
    ---
    updated-dependencies:
    - dependency-name: chromaui/action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and iOvergaard committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b09d4b4 View commit details
    Browse the repository at this point in the history
  8. build(deps-dev): bump ip from 1.1.8 to 1.1.9

    Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
    - [Commits](indutny/node-ip@v1.1.8...v1.1.9)
    
    ---
    updated-dependencies:
    - dependency-name: ip
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and iOvergaard committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e2f6295 View commit details
    Browse the repository at this point in the history
  9. build(deps-dev): bump @types/chai from 4.3.5 to 4.3.12

    Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.5 to 4.3.12.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/chai"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and iOvergaard committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ebb5a87 View commit details
    Browse the repository at this point in the history
  10. v1.7.2

    iOvergaard committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    41564d9 View commit details
    Browse the repository at this point in the history
Loading