Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1011 Bytes

CHANGES.md

File metadata and controls

28 lines (23 loc) · 1011 Bytes

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)