Skip to content

Latest commit

 

History

History
203 lines (109 loc) · 7.19 KB

CHANGELOG.md

File metadata and controls

203 lines (109 loc) · 7.19 KB

@remix-run/css-bundle

2.9.2

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.9.2.

2.9.1

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.9.1.

2.9.0

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.9.0.

2.8.1

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.8.1.

2.8.0

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.8.0.

2.7.2

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.7.2.

2.7.1

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.7.1.

2.7.0

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.7.0.

2.6.0

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.6.0.

2.5.1

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.5.1.

2.5.0

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.5.0.

2.4.1

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.4.1.

2.4.0

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.4.0.

2.3.1

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.3.1.

2.3.0

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.3.0.

2.2.0

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v2.2.0.

2.1.0

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v2.1.0.

2.0.1

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v2.0.1.

2.0.0

Major Changes

  • Require Node >=18.0.0 (#6939)

Patch Changes

  • Decouple the @remix-run/dev package from the contents of the @remix-run/css-bundle package (#6982)
    • The contents of the @remix-run/css-bundle package are now entirely managed by the Remix compiler. Even though it's still recommended that your Remix dependencies all share the same version, this change ensures that there are no runtime errors when upgrading @remix-run/dev without upgrading @remix-run/css-bundle.

1.19.3

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.19.3.

1.19.2

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.19.2.

1.19.1

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.19.1.

1.19.0

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.19.0.

1.18.1

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.18.1.

1.18.0

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.18.0.

1.17.1

Patch Changes

  • Lazily generate CSS bundle when import of @remix-run/css-bundle is detected (#6535)

1.17.0

Patch Changes

  • Updated dependencies:
    • @remix-run/dev@1.17.0

1.16.1

Patch Changes

  • Updated dependencies:
    • @remix-run/dev@1.16.1

1.16.0

Patch Changes

  • Updated dependencies:
    • @remix-run/dev@1.16.0

1.15.0

Patch Changes

  • Fixed issue to ensure changes to CSS inserted via @remix-run/css-bundle are picked up during HMR (#5823)
  • Updated dependencies:
    • @remix-run/dev@1.15.0

1.14.3

Patch Changes

  • Updated dependencies:
    • @remix-run/dev@1.14.3

1.14.2

Patch Changes

  • Updated dependencies:
    • @remix-run/dev@1.14.2

1.14.1

Patch Changes

  • Updated dependencies:
    • @remix-run/dev@1.14.1

1.14.0

Patch Changes

  • Updated dependencies:
    • @remix-run/dev@1.14.0

1.13.0

Patch Changes

  • Updated dependencies:
    • @remix-run/dev@1.13.0

1.12.0

Patch Changes

  • Updated dependencies:
    • @remix-run/dev@1.12.0

1.11.1

Patch Changes

  • Updated dependencies:
    • @remix-run/dev@1.11.1

1.10.0

Minor Changes

  • Add support for CSS Modules via the unstable_cssModules future flag. IMPORTANT: Features marked with unstable are … unstable. While we're confident in the use cases they solve, the API and implementation may change without a major version bump. (#4852)

Patch Changes

  • Updated dependencies:
    • @remix-run/dev@1.11.0