Skip to content

v0.3.1

Choose a tag to compare

@j-f1 j-f1 released this 25 Apr 01:27
· 25 commits to main since this release
v0.3.1
cf855a7
  • You can now use components exported as named exports with the {% component %} shortcode.
    • You’ll need to give the component export the same name as the file (minus the .jsx extension).
  • Fix the <Comment /> component (thanks @mattrossman for #3!)
  • State that the minimum Node.js version is 16.x (thanks @mattrossman for #2!).
    • This isn't a breaking change, because previous versions would error upon require() when running an older Node.js version.