Skip to content

v1.1.0

Latest

Choose a tag to compare

@nikolailehbrink nikolailehbrink released this 30 Dec 12:34
· 1 commit to master since this release

This release focuses on dependency updates, tooling alignment, and a few fixes to keep the starter template up to date with recent ecosystem changes.

Updates

  • Updated to React Router v7.11.0 and upgraded all other dependencies.
  • Renamed the start script to preview and switched to vite preview, now officially supported by React Router 7.
  • Updated ESLint configuration to use defineConfig and removed the deprecated tseslint.config.
  • Updated Tailwind gradient classes to the Tailwind v4 linear syntax.
  • Switched package versions to exact versions and added an .npmrc to always use --save-exact.
  • Added VS Code extension recommendations.
  • Removed unnecessary knip configuration and replaced it with an empty config file; all relevant defaults are now handled by knip itself.
  • Updated the meta function to use loaderData instead of the deprecated data property.
  • Updated the project to use the workspace’s TypeScript version.

Fixes

  • Fixed type annotations in the Prettier config and added types for the Tailwind Prettier plugin.