Skip to content

Releases: ghivert/redraw

v2.0.0

24 Dec 00:32
1e86b56
Compare
Choose a tag to compare

What's Changed

  • redraw Remove DOM attributes and elements in favour of redraw_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 Change create_root, hydrate_root & create_portal to return
    Result(a, Nil) instead of a. Those functions are now nicer to use, and can
    easily be overriden using let assert.
  • redraw_dom Rename modules to improve namespacing. create_root, hydrate_root &
    render now belongs to redraw/dom/client. create_portal & flush_sync
    belongs to redraw/dom.
  • redraw_dom Add DOM elements, attributes and events handling in react/dom namespace from
    redraw.

Full Changelog: v1.1.1...v2.0.0

v1.1.1

23 Dec 16:47
52ac04b
Compare
Choose a tag to compare

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

21 Aug 14:42
fd3de3e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

21 Jul 17:24
c904d2e
Compare
Choose a tag to compare

v1.0.0

First version of Redraw!

Full Changelog: https://github.com/ghivert/redraw/commits/v1.0.0