这是indexloc提供的服务,不要输入任何密码
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: oddbird/css-anchor-positioning
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.2
Choose a base ref
...
head repository: oddbird/css-anchor-positioning
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 17 commits
  • 10 files changed
  • 3 contributors

Commits on Apr 18, 2025

  1. Configuration menu
    Copy the full SHA
    b8e53ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a06dfb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    feb0397 View commit details
    Browse the repository at this point in the history
  4. Lint

    jamesnw committed Apr 18, 2025
    Configuration menu
    Copy the full SHA
    a388b3a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Test and cleanup

    jamesnw committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    c35de7b View commit details
    Browse the repository at this point in the history
  2. review

    jgerigmeyer committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    e2365f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Merge pull request #324 from oddbird/replace-blobs

    Replace blob approach with style elements
    jamesnw authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    2905021 View commit details
    Browse the repository at this point in the history
  2. v0.6.0-alpha

    jamesnw committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    903adb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e24f487 View commit details
    Browse the repository at this point in the history
  4. typo

    jgerigmeyer committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    d63f9b2 View commit details
    Browse the repository at this point in the history
  5. typo2

    jgerigmeyer committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    26d6ee8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #327 from oddbird/document-blob-change

    Document why blobs are not used
    jgerigmeyer authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    d31bd52 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. chore(deps-dev): Bump vite from 6.2.6 to 6.3.4 in the npm_and_yarn group

    Bumps the npm_and_yarn group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
    
    
    Updates `vite` from 6.2.6 to 6.3.4
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-version: 6.3.4
      dependency-type: direct:development
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    a7a1f25 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #328 from oddbird/dependabot/npm_and_yarn/npm_and_…

    …yarn-de653eece3
    
    chore(deps-dev): Bump vite from 6.2.6 to 6.3.4 in the npm_and_yarn group
    jgerigmeyer authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    f35c283 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. chore(deps-dev): Bump the dev group with 12 updates

    Bumps the dev group with 12 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.24.0` | `9.25.1` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.17` | `22.15.3` |
    | [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `3.1.1` | `3.1.2` |
    | [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.1.39` | `1.1.43` |
    | [eslint](https://github.com/eslint/eslint) | `9.24.0` | `9.25.1` |
    | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.1` | `10.1.2` |
    | [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `4.3.2` | `4.3.4` |
    | [jsdom](https://github.com/jsdom/jsdom) | `26.0.0` | `26.1.0` |
    | [rollup-plugin-bundle-stats](https://github.com/relative-ci/bundle-stats) | `4.19.1` | `4.20.0` |
    | [stylelint](https://github.com/stylelint/stylelint) | `16.18.0` | `16.19.1` |
    | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.29.1` | `8.31.1` |
    | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.1.1` | `3.1.2` |
    
    
    Updates `@eslint/js` from 9.24.0 to 9.25.1
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.25.1/packages/js)
    
    Updates `@types/node` from 22.13.17 to 22.15.3
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `@vitest/coverage-istanbul` from 3.1.1 to 3.1.2
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.2/packages/coverage-istanbul)
    
    Updates `@vitest/eslint-plugin` from 1.1.39 to 1.1.43
    - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
    - [Commits](vitest-dev/eslint-plugin-vitest@v1.1.39...v1.1.43)
    
    Updates `eslint` from 9.24.0 to 9.25.1
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.24.0...v9.25.1)
    
    Updates `eslint-config-prettier` from 10.1.1 to 10.1.2
    - [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/eslint-config-prettier@v10.1.1...v10.1.2)
    
    Updates `eslint-import-resolver-typescript` from 4.3.2 to 4.3.4
    - [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
    - [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
    - [Commits](import-js/eslint-import-resolver-typescript@v4.3.2...v4.3.4)
    
    Updates `jsdom` from 26.0.0 to 26.1.0
    - [Release notes](https://github.com/jsdom/jsdom/releases)
    - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
    - [Commits](jsdom/jsdom@26.0.0...26.1.0)
    
    Updates `rollup-plugin-bundle-stats` from 4.19.1 to 4.20.0
    - [Release notes](https://github.com/relative-ci/bundle-stats/releases)
    - [Commits](relative-ci/bundle-stats@v4.19.1...v4.20.0)
    
    Updates `stylelint` from 16.18.0 to 16.19.1
    - [Release notes](https://github.com/stylelint/stylelint/releases)
    - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
    - [Commits](stylelint/stylelint@16.18.0...16.19.1)
    
    Updates `typescript-eslint` from 8.29.1 to 8.31.1
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.1/packages/typescript-eslint)
    
    Updates `vitest` from 3.1.1 to 3.1.2
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.2/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      dependency-version: 9.25.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev
    - dependency-name: "@types/node"
      dependency-version: 22.15.3
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev
    - dependency-name: "@vitest/coverage-istanbul"
      dependency-version: 3.1.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev
    - dependency-name: "@vitest/eslint-plugin"
      dependency-version: 1.1.43
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev
    - dependency-name: eslint
      dependency-version: 9.25.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev
    - dependency-name: eslint-config-prettier
      dependency-version: 10.1.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev
    - dependency-name: eslint-import-resolver-typescript
      dependency-version: 4.3.4
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev
    - dependency-name: jsdom
      dependency-version: 26.1.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev
    - dependency-name: rollup-plugin-bundle-stats
      dependency-version: 4.20.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev
    - dependency-name: stylelint
      dependency-version: 16.19.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev
    - dependency-name: typescript-eslint
      dependency-version: 8.31.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev
    - dependency-name: vitest
      dependency-version: 3.1.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 1, 2025
    Configuration menu
    Copy the full SHA
    d566d86 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #329 from oddbird/dependabot/npm_and_yarn/dev-bff8…

    …0b132f
    
    chore(deps-dev): Bump the dev group with 12 updates
    jgerigmeyer authored May 1, 2025
    Configuration menu
    Copy the full SHA
    8d2f84f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. v0.6.0

    jamesnw committed May 2, 2025
    Configuration menu
    Copy the full SHA
    ad3a028 View commit details
    Browse the repository at this point in the history
Loading