Releases: ghivert/redraw
Releases · ghivert/redraw
v2.0.0
What's Changed
redraw
Remove 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_dom
Bump dependencies versions requirements.redraw_dom
Changecreate_root
,hydrate_root
&create_portal
to return
Result(a, Nil)
instead ofa
. Those functions are now nicer to use, and can
easily be overriden usinglet assert
.redraw_dom
Rename modules to improve namespacing.create_root
,hydrate_root
&
render
now belongs toredraw/dom/client
.create_portal
&flush_sync
belongs toredraw/dom
.redraw_dom
Add DOM elements, attributes and events handling inreact/dom
namespace 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.none
by @ghivert in #2 - Improve usage of
Context
by @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