Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Releases: tivac/svelte-translator

v3.1.3

Choose a tag to compare

@tivac tivac released this 17 May 06:52

3.1.3 (2019-05-17)

Bug Fixes

  • rollup: Given components reasonable names (4ca036e)

v3.1.2

Choose a tag to compare

@tivac tivac released this 09 May 17:39

3.1.2 (2019-05-09)

Bug Fixes

  • 3in2: smarter diff check for component values (cff84bf)

v3.1.0

Choose a tag to compare

@tivac tivac released this 04 May 17:37

3.1.0 (2019-05-04)

Features

  • 2in3: Add store adapter for 2in3 (6eabc7a)

v3.0.0

Choose a tag to compare

@tivac tivac released this 04 May 17:37

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 props object, now they live alongside the special component and attrs properties. 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.

v2.1.0

Choose a tag to compare

@tivac tivac released this 02 May 05:46

Bug Fixes

  • rollup: use correct preprocessor args (550ca5d)

Features

  • rollup: pass params to svelte compilers (94ec5ae)

v2.0.0 - Svelte3 is out! πŸŽ‰

Choose a tag to compare

@tivac tivac released this 22 Apr 16:28

πŸŽ‰ https://twitter.com/Rich_Harris/status/1120342713843507201 πŸŽ‰

So updated installation instructions and usage to represent the new reality.

BREAKING CHANGES

Now instead of expecting svelte v3 to be installed as svelte3 it expects it to just be svelte, since npm i svelte will now install v3 by default.