Removed test that only allowed loading .svg files (So all url's work now)
Added 2 new components to facilitate transform animation:
- TransformMotion
- Attribute Motion
<TransformMotion
selector="#Group"
target={{
x: target.x,
y: target.y,
angle: target.angle,
rotateX: 183,
rotateY: 177
}}
/>
<AttributeMotion
selector="#Group"
start={{ opacity: 0 }}
target={{ opacity: opacity }}
/>
- Fixed issue: When path changes, proxy updates are not applied correctly and onElementSelected callback is not called
- Updated to new Context Api
- Updated react dep to ^16.3.0
Started work from react-samy-svg current master branch