This repository was archived by the owner on Mar 1, 2023. It is now read-only.
v3.0.0
3.0.0 (2019-05-03)
Features
- 3in2: No object spread, and no
<div>wrapper (ddb2795) - 3in2: pass props along transparently (371a370)
BREAKING CHANGES
- 3in2: Instead of inserting a
<div>that contaiins the svelte3 component now a<span>will be injected and used as an anchor point so that the svelte3 component is in the correct place in the DOM hierarchy without an extra wrapping element. - 3in2: Previously props to be passed to the svelte3 component would be set in a
propsobject, now they live alongside the specialcomponentandattrsproperties. This facilitates easier porting of code since the wrapper component can be instantiated & have updated props passed to it exactly like the svelte2 component did previously.