Skip to content

Releases: jrestall/remix-kit

v0.2.1

30 Dec 00:06
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

v0.2.1 has been released on npm.

There's a breaking change,

  • @remix-kit/cli package is now remix-kit. Please update your dependencies.

This release enables a much smoother RemixKit install with a npx command to handle everything npx remix-kit@latest install. Please see the updated getting started guide. You can now introduce Vite & HMR to your project alongside the existing Remix dev experience in under a minute, with no or minor changes to your code.

The getting started guide is much smaller and simpler, with no need to edit any server or root.tsx files. ReactRefresh is automatically injected and the CSS ?url suffix is handled for you.