Skip to content

Latest commit

 

History

History
199 lines (130 loc) · 6.98 KB

CHANGELOG.md

File metadata and controls

199 lines (130 loc) · 6.98 KB

@remix-run/testing

1.18.1

Patch Changes

1.18.0

Minor Changes

  • stabilize v2 dev server (#6615)

Patch Changes

  • Updated dependencies:
    • @remix-run/react@1.18.0
    • @remix-run/node@1.18.0

1.17.1

Patch Changes

1.17.0

Patch Changes

1.16.1

Patch Changes

  • Updated dependencies:
    • @remix-run/react@1.16.1
    • @remix-run/node@1.16.1

1.16.0

Minor Changes

  • Enable support for CSS Modules, Vanilla Extract and CSS side-effect imports (#6046)

    These CSS bundling features were previously only available via future.unstable_cssModules, future.unstable_vanillaExtract and future.unstable_cssSideEffectImports options in remix.config.js, but they have now been stabilized.

    In order to use these features, check out our guide to CSS bundling in your project.

Patch Changes

1.15.0

Patch Changes

1.14.3

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.14.3
    • @remix-run/react@1.14.3

1.14.2

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.14.2
    • @remix-run/react@1.14.2

1.14.1

Patch Changes

  • Updated dependencies:
    • @remix-run/react@1.14.1
    • @remix-run/node@1.14.1

1.14.0

Patch Changes

  • Updated dependencies:
    • @remix-run/react@1.14.0
    • @remix-run/node@1.14.0
    • @remix-run/router@1.3.3
    • react-router-dom@8.6.2

1.13.0

Minor Changes

  • Add built-in support for PostCSS via the future.unstable_postcss feature flag (#5229)
  • Add built-in support for Tailwind via the future.unstable_tailwind feature flag (#5229)

Patch Changes

1.12.0

Patch Changes

  • Ensure all routes have IDs when using the createRemixStub testing helper (#5128)
  • Bump React Router dependencies to the latest version. See the release notes for more details. (#5242)
  • Updated dependencies:
    • @remix-run/react@1.12.0
    • @remix-run/node@1.12.0

1.11.1

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.11.1
    • @remix-run/react@1.11.1

1.11.0

Minor Changes

  • Added support for Vanilla Extract via the unstable_vanillaExtract 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. (#5040)
  • Add support for CSS side-effect imports via the unstable_cssSideEffectImports 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. (#4919)
  • 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

1.10.1

Patch Changes

  • Updated dependencies:
    • @remix-run/react@1.10.1
    • @remix-run/node@1.10.1

1.10.0

Patch Changes

  • Remove internal installGlobals function now that @remix-run/web-form-data includes support for passing a HTMLFormElement (#4755)
  • Use React Router data APIs directly (#4915)
  • Updated dependencies:
    • @remix-run/react@1.10.0
    • @remix-run/node@1.10.0

1.9.0

Patch Changes

  • Updated dependencies:
    • @remix-run/react@1.9.0
    • @remix-run/server-runtime@1.9.0
    • @remix-run/node@1.9.0