v1.6.6
chaance
released this
29 Jul 19:58
·
3189 commits
to main
since this release
What's Changed
-
We've added support for exporting a
links
function from.mdx
routes (#3801). This is leveraging the fact that MDX (which we use to parse your markdown routes) allows you to declare and export anything:--- meta: title: Welcome to the site description: Hello, World! --- export const links = () => [ { rel: "stylesheet", href: "/welcome.css", media: "(prefers-reduced-motion: no-preference)", }, ]; # My Page This is **markdown** with links 🎉
-
Fixed a few type-related bugs in
@remix-run/react
.
Changes by package
New Contributors
- @vorcigernix made their first contribution in #3718
- @TAGraves made their first contribution in #3763
- @nickytonline made their first contribution in #3754
- @Synvox made their first contribution in #3767
- @Drew-Daniels made their first contribution in #3770
- @jasonadelia made their first contribution in #3788
- @plondon made their first contribution in #3799
- @esamattis made their first contribution in #3797
- @runmoore made their first contribution in #3798
- @awthwathje made their first contribution in #3804
- @alextes made their first contribution in #3813
- @gst4r made their first contribution in #3433
- @dvargas92495 made their first contribution in #2803
- @chipit24 made their first contribution in #3823
- @vincecao made their first contribution in #3834
- @itsMapleLeaf made their first contribution in #3766
Full Changelog: v1.6.5...v1.6.6