Skip to content

Releases: boomerang-io/remix-docs-template

1.1.1 - Dependency Upgrades

15 Nov 22:41
Compare
Choose a tag to compare

What's Changed

🔨 Miscellaneous

  • chore(deps): bump @radix-ui/react-scroll-area from 1.0.5 to 1.2.1 by @dependabot in #37
  • chore(deps): bump @radix-ui/react-icons from 1.3.0 to 1.3.2 by @dependabot in #36
  • chore(deps): bump shiki from 1.6.0 to 1.23.0 by @dependabot in #35
  • chore(deps): bump express from 4.19.2 to 4.21.1 by @dependabot in #34
  • chore(deps): bump rollup from 4.17.2 to 4.27.2 by @dependabot in #33
  • Bump react-router-dom from 6.23.1 to 6.28.0 by @dependabot in #17
  • chore(deps): bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #32
  • chore(deps): bump vite from 5.2.11 to 5.2.14 by @dependabot in #31
  • chore(deps): bump @types/react-dom from 18.3.0 to 18.3.1 by @dependabot in #28
  • chore(deps): bump rehype-pretty-code from 0.13.2 to 0.14.0 by @dependabot in #27
  • Bump eslint-plugin-jsx-a11y from 6.8.0 to 6.10.2 by @dependabot in #26
  • chore(deps): bump rehype-stringify from 10.0.0 to 10.0.1 by @dependabot in #23
  • chore(deps): bump ws from 7.5.9 to 7.5.10 by @dependabot in #40
  • chore(deps): bump undici from 6.17.0 to 6.21.0 by @dependabot in #39
  • chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #38
  • chore(deps): bump @remix-run/react from 2.9.2 to 2.14.0 by @dependabot in #30
  • Bump eslint-plugin-react from 7.34.1 to 7.37.2 by @dependabot in #24
  • Bump @types/react from 18.3.2 to 18.3.12 by @dependabot in #21
  • Bump @radix-ui/react-slot from 1.0.2 to 1.1.0 by @dependabot in #19
  • Bump typescript from 5.4.5 to 5.6.3 by @dependabot in #18
  • chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 by @dependabot in #41

New Contributors

Full Changelog: 1.0.2...1.1.1

1.1.0 - Switch to shadcn for docs nav

15 Nov 22:27
575ee59
Compare
Choose a tag to compare

What's Changed

New Features

🔨 Miscellaneous

New Contributors

Full Changelog: 1.0.1...1.1.0

1.0.1 - Removal of hardcoded config

04 Jun 09:37
Compare
Choose a tag to compare

What's Changed

🐛 Fixes

  • [#9] Hardcoded references to Remix were removed and replaced with siteConfig.name
  • [#8] Hardcoded references assuming /docs at the root of the folder structure were removed.

📖 Documentation

  • Updated README with additional detail
  • Updated sample .env file with working config

Full Changelog: 1.0.0...1.0.1

1.0.0 - Initial Release

30 May 03:55
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Initial version with support for: remote fetching, version switching, configurable, cache support

🔨 Miscellaneous

  • Removed reliance on custom Shiki code for rehype code block styling by @tlawrie in #4

New Contributors

Full Changelog: https://github.com/boomerang-io/remix-docs-template/commits/1.0.0