Bun v0.0.44 #50
Jarred-Sumner
announced in
Announcements
Replies: 1 comment
-
|
I really need to install this and try now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To upgrade:
Next.js 12
Bun supports Next.js 12 now. Before, it only worked with 11.1.2. This includes support for React 18 (
react@alpha). React Server Components is not supported yet, but it will be. I promise :)Other stuff
bun run) ZSH completions should auto-install correctly now. This will automatically apply when you runbun upgradebun dev) Fixed a mistranspilation when usingrequirefrom app code to a bundled module (e.g.require("relay-devtools"))bun bun) Fixed an issue with symlinked workspace packages when usingalwaysBundledthat prevented them from being correctly imported if enough levels of indirection were addedbun-macro-relay) Worked around a bug that could cause it to not correctly importgraphqldepending on the environmentbun create) bumped the hardcoded Next.js version set to12.0.2Full Changelog: Jarred-Sumner/bun@bun-v0.0.42...bun-v0.0.44
This discussion was created from the release Bun v0.0.44.
Beta Was this translation helpful? Give feedback.
All reactions