-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.0 - React v18 support #144
Comments
Hey @palerdot Thanks for the package first of all I just upgraded to
Great job, thanks! |
Hey @hect1c Good to know. In case you face any troubles with |
PS: I'm locking this issue to avoid people posting their issues as comment. Please open a new issue if you are facing any problem. This issue is for information/announcement purposes only. |
v2.0
with Reactv18
support is in RC and available asnext
tag. You can install it withThis PR has support for
v18
React - #143. The changes will be published as a major version of the packagev2.0
. Along with this upgrade, some notable changes to the package arev2.0
, a slim build of the package will be available without bundlingd3
related modules. If you are already usingd3
(prefarably viad3
microbundles liked3-selection
etc), you can take advantage of the slim build.vite
for dev/prod buildingvitest
for testinges
,umd
builds. The package will now both exportes
compatible build andumd
compatible build by default. Library users are encouraged to make use ofes
build for better tree shaking in their app. Please note,slim
build will not be available as aumd
build. Also, the package has switched tod3
micromodules (eg:d3-ease
,d3-transition
etc) for better tree shaking.The text was updated successfully, but these errors were encountered: