package ocaml-vdom
Install
Dune Dependency
Authors
Maintainers
Sources
md5=9d23abfd7165df20c802a2c66f1a2120
sha512=7545af02cf586a454999e0b3a2e94432ff3794ccead1612e78b779c14b7b9ed1a65b7d6e256e3d37fc007876af889e6825d94ba7fc110b325d358aa5ec7a7ef8
CHANGES.md.html
Next release
0.2
GPR#14: delay rendering (view + DOM updates) with requestAnimationFrame
GPR#15: click/dblclick handlers take a mouse_event argument (API change)
GPR#16: improve support for checkboxes
GPR#18: propagate DOM events upwards until finding a handler
GPR#21: bindings for WebSockets (contributed by Levi Roth)
GPR#22: Add window.inner{Width,Height} (contributed by 'copy')
GPR#23: Add KeyboardEvent.{code,key} (contributed by 'copy')
GPR#24: Make the vdom type covariant in the 'msg parameter (contributed by 'copy')
GPR#25: Add MouseEvent.{movementX,movementY} (contributed by 'copy')
GRP#30: Port build to dune + adds travis support
GRP#32: Disposing custom elements
0.1
GPR#5: double click handler (contributed by Stéphane Legrand)
GPR#10: bindings for Date (contributed by Philippe Veber)
GPR#8: binding for windows.location (contributed by Philippe Veber)