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
-
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 upgrade
bun dev
) Fixed a mistranspilation when usingrequire
from app code to a bundled module (e.g.require("relay-devtools")
)bun bun
) Fixed an issue with symlinked workspace packages when usingalwaysBundled
that 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 importgraphql
depending on the environmentbun create
) bumped the hardcoded Next.js version set to12.0.2
Full 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