Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 772 Bytes

CHANGES.md

File metadata and controls

13 lines (7 loc) · 772 Bytes

2.0.1

  • Fix #10 - Vendor prefixed styles are camel cased incorrectly

2.0.0

  • Fix #9 - Make events work like the normal DOM

This should contribute to fixing #4 (Support for Brush) too. The reason that this is a breaking change (a major version bump) is that the event object you receive in event listeners is now the actual native event, not a React synthetic event. If you want the synthetic event use the syntheticEvent property. This should help even more d3 code just work out of the box.

1.1.0

  • Fix #7 - toReact mutates the faux element