Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.89 KB

CHANGES.md

File metadata and controls

42 lines (24 loc) · 1.89 KB

2.5.0

  • Merge #41 - Adding mixin with animation support (thanks @krawaller!)

2.4.0

  • Merge #37 - Replace lodash dependencies with in house functions
  • Throw when querySelector(All) does not receive an argument
  • Return null when querySelector does not find a match

2.3.0

  • Merge #38 - Fix vendor prefixes for already camelCased style names

2.2.0

  • Merge #35 - Define childNodes in Element
  • Some small README improvements

2.1.1

  • Merge #26 - Documentation
  • Merge #27 - Cache some RegExps and make a section of code more DRY

2.1.0

  • Merge #23 - Support data and aria attributes
  • Merge #25 which fixes #19 - On click not passing through D3 datum

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