All Versions
29
Latest Version
Avg Release Cycle
74 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v2.5.0 Changes
- Merge #41 - Adding mixin with animation support (thanks @krawaller!)
-
v2.4.0 Changes
- 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
-
v2.3.0 Changes
- Merge #38 - Fix vendor prefixes for already camelCased style names
-
v2.2.0 Changes
- Merge #35 - Define
childNodes
inElement
- Some small README improvements
- Merge #35 - Define
-
v2.0.1 Changes
- Fix #10 - Vendor prefixed styles are camel cased incorrectly
-
v2.0.0 Changes
- 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. -
v1.1.0 Changes
- Fix #7 - toReact mutates the faux element