Releases: ghivert/redraw
Releases · ghivert/redraw
v19.0.0
v2.0.0
What's Changed
redrawRemove DOM attributes and elements in favour ofredraw_dom. Keep only React
core to simplify support for all flavours of React (DOM, Native, etc.). This
decrease package size when DOM is unused.redraw_domBump dependencies versions requirements.redraw_domChangecreate_root,hydrate_root&create_portalto return
Result(a, Nil)instead ofa. Those functions are now nicer to use, and can
easily be overriden usinglet assert.redraw_domRename modules to improve namespacing.create_root,hydrate_root&
rendernow belongs toredraw/dom/client.create_portal&flush_sync
belongs toredraw/dom.redraw_domAdd DOM elements, attributes and events handling inreact/domnamespace from
redraw.
Full Changelog: v1.1.1...v2.0.0
v1.1.1
What's Changed
- Add documentation for every functions.
- Bump minimal required versions.
- Add
offset_x,offset_y,altitude_angle&azimuth_angle.
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- README typo by @ducdetronquito in #1
- Add
html.noneby @ghivert in #2 - Improve usage of
Contextby @ghivert in #3 - Improve documentation by @ghivert in #6
- Use correct type for
use_callback&use_effect_for cleanup functions by @ghivert in #7
New Contributors
- @ducdetronquito made their first contribution in #1
Full Changelog: v1.0.0...v1.1.0