Generouted Versions Save

Generated file-based routes for Vite

v1.19.3

1 month ago

Commits

  • fix: exclude ignored files from glob for bundling 8dfbc63 by @oedotme closes #133
  • docs: add new faq section 56d6402 by @oedotme
  • chore: update packages 22beeaa by @oedotme

Changelog: https://github.com/oedotme/generouted/compare/v1.19.2...v1.19.3

v1.19.2

1 month ago

Commits

  • chore: empty modals export w/ deprecation warning 03d4b27 by @oedotme closes #163
  • docs: remove modals export b3dd185 by @oedotme

Changelog: https://github.com/oedotme/generouted/compare/v1.19.1...v1.19.2

v1.19.1

1 month ago

Commits

  • feat: include modals when there's no _app layout 2261d56 by @oedotme

Changelog: https://github.com/oedotme/generouted/compare/v1.19.0...v1.19.1

v1.19.0

1 month ago

Breaking Changes 🚨

Modals export is now removed from the following integrations:

  • @generouted/react-router
  • @generouted/react-router/lazy
  • @generouted/solid-router
  • @generouted/solid-router/lazy

<Modals /> component is now included internally within the <Routes /> component by default

This export was usually used at the highest available layout route src/pages/_app.tsx (as it requires the router context) but it was causing initialization/circular errors as the _app.tsx file is imported by the file that exports Modals component. This is reproducible by triggering HMR updates when _app.tsx is modified. Also in some cases it cause kind of infinite revalidation triggered by this error.

-import { Modals } from '@generouted/react-router'
-import { Modals } from '@generouted/react-router/lazy'
-import { Modals } from '@generouted/solid-router'
-import { Modals } from '@generouted/solid-router/lazy'

export default function App() {
  return (
    <section>
      <main>...</main>

-      <Modals />
    </section>
  )
}

Commits

  • feat!: remove modals export to fix circular and initialization errors 741a5e8 by @oedotme
  • chore: update packages 3d75bdd by @oedotme

Changelog: https://github.com/oedotme/generouted/compare/v1.18.8...v1.19.0

v1.18.8

1 month ago

Commits

  • feat: update tanstack-react-router deprecations 303123e by @oedotme

Changelog: https://github.com/oedotme/generouted/compare/v1.18.7...v1.18.8

v1.18.7

1 month ago

Commits

  • feat: move router definition out of component scope c75793c by @oedotme closes #159
  • chore: update packages 9b0f7c1 by @oedotme

Changelog: https://github.com/oedotme/generouted/compare/v1.18.6...v1.18.7

v1.18.6

1 month ago

Commits

  • feat: resolve modals at params for open and close 73d1c62 by @oedotme closes #160
  • chore: update npmrc example config 45bb2fb by @oedotme
  • chore: run pnpm install after version bump 82c05ba by @oedotme
  • chore: npmrc example with pnpm config 4a71a1c by @oedotme

Changelog: https://github.com/oedotme/generouted/compare/v1.18.5...v1.18.6

v1.18.5

2 months ago

Commits

  • chore: update packages 935aef9 by @oedotme
  • feat: export type helpers for components and hooks 255f4be by @oedotme
  • feat: synchronous prettier formatting (#152) af2ae09 by @timothympace
  • docs: update react-router example link (#153) 11534c6 by @gregfenton

Changelog: https://github.com/oedotme/generouted/compare/v1.18.4...v1.18.5

v1.18.4

2 months ago

Commits

  • chore: update packages 0a1670c by @oedotme
  • fix: react-router hooks re-rendering (#147) efc3868 by @VriskaSerket51

Changelog: https://github.com/oedotme/generouted/compare/v1.18.3...v1.18.4

v1.18.3

2 months ago

Commits

  • chore: update packages 2d815b4 by @oedotme
  • fix: use async buildStart hook functions (#148) 9baa170 by @timothympace closes #149
  • chore: use specified version w/ explorer as of examples 0ef088d by @oedotme
  • chore: remove unnecessary pnpm overrides config 0c93e08 by @oedotme

Changelog: https://github.com/oedotme/generouted/compare/v1.18.2...v1.18.3