Skip to content

v8.5.0

Latest
Compare
Choose a tag to compare
@Tobbe Tobbe released this 02 Feb 17:31
· 428 commits to main since this release

Changelog

πŸš€ Features

  • feat(cli): Add support for RWJS_CWD and --cwd to TW setup (#11923) by @Tobbe
feat(cli): Support generating sdls for models with only an id and relation (#11931) by @Tobbe It's now possible to generate SDL files for models that look like this
// This would be seeded with available car brands
model CarBrand {
  brand String @id
  cars  Car[]
}
[Storybook] Improve typing, add doc links & remove redundant JSDoc in preview.tsx (#11745) by @Philzen Better types for storybook preview config Better IntelliSense hints for storybook
  • [TS + Docs] Include potential gql input variables in ListCell's Loading and Success component typing & improve TS docs (#11773) by @Philzen
feat(router): Add option to not reset scroll to the top on navigate/link (#11380) by @guitheengineer You can now do navigate(`?id=${id}`, { scroll: false }) and <Link to={`?id=${id}`} options={{ scroll: false }} /> to not reset the scroll to the top when navigating.
feat(dbAuth): Lax SameSite cookie policy (#11889) by @Tobbe Setting the SameSite cookie policy to Lax allows users to be immediately authenticated when arriving from external domains.

πŸ› οΈ Fixes

  • fix(router): Skip search params with undefined and null values passed to named routes (#11635) by @antonmoiseev
fix(cli): Pin TailwindCSS to v3 (#11920) by @Tobbe Pinning TW to v3 for our `yarn rw setup ui tailwind` command until we've added support for TW v4

πŸ“š Docs

  • fix(docs): make bold the whole word, not just the first char (#11710) by @fromaline

πŸ“¦ Dependencies

Click to see all dependency updates