You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
I'd like to start tracking progress towards rebound.js 1.0. All it will be is the solidification of what has already been the accepted API for rebound for the past few years. At the same time, we can take the opportunity to clean up a few minor imperfections, make its core even smaller, and launch a shiny new website.
Split out utils as a separate entry point (can be import utils from 'rebound/utils') so that those who just need the core of rebound don't pull in extra bytes.
Please let me know about any concerns, and if you feel something else should be a part of 1.0. We'll likely have a couple of prerelease versions before we publish.
In the meantime I'd like to launch rebound.js v0.1.0, which will simply be building and distributing rebound after its moderate refactoring, flowification, and new build infrastructure with rollup flat bundles. Keep an eye out for that soon.
I'd like to start tracking progress towards rebound.js 1.0. All it will be is the solidification of what has already been the accepted API for rebound for the past few years. At the same time, we can take the opportunity to clean up a few minor imperfections, make its core even smaller, and launch a shiny new website.
activateSpring
->activateSpringById
(#24)import utils from 'rebound/utils'
) so that those who just need the core of rebound don't pull in extra bytes.Function.prototype.bind
and others internally) but support environments with it shimmed (such as IE9+)requestAnimationFrame
in 5+ yearsPlease let me know about any concerns, and if you feel something else should be a part of 1.0. We'll likely have a couple of prerelease versions before we publish.
In the meantime I'd like to launch rebound.js v0.1.0, which will simply be building and distributing rebound after its moderate refactoring, flowification, and new build infrastructure with rollup flat bundles. Keep an eye out for that soon.
cc @willbailey, @appsforartists, @JoelMarcey
The text was updated successfully, but these errors were encountered: