- Fix:
@loaded
event fired to early (it was fired on SVG load, not on component render) - Add: pass SVG element as argument to the
@loaded
callback
- Add:
transformSource
prop #9
- Fixed: don't fail on invalid SVG file parse
- Fixed: update component attrs now correctly launch component rerender
- Refactor: don't patch innerHTML manually, but use render function's domProps
- Add: emit
Error
on error
- Fixed: now listeners correctly passes #4
- Fixed: don't use Vue's merge attrs logic
- Added: don't pass attrs with
false
value to<svg>
- Initial release