Skip to content

Releases: stealjs/steal

2.1.9

27 Nov 17:30
Compare
Choose a tag to compare

This is a bug fix release, fixing an issue with tree-shaking modules with non-ES module parents.

Issues

#1477 Tree-shaking extension fails for non-named imports

v2.1.8

13 Nov 19:19
Compare
Choose a tag to compare

Include babel syntax plugins when tree shaking #1475

2.1.7

05 Nov 17:57
Compare
Choose a tag to compare

Fixes a bug when treeshaking a large app with multiple bundles.

2.1.6

25 Oct 13:06
Compare
Choose a tag to compare

This fixes a bug with using steal-clone in a tree-shaken context.

1.12.6

05 Oct 18:53
Compare
Choose a tag to compare

This is a patch releasing, fixing an issue with code-brame and IE9.

2.1.4

03 Oct 15:23
Compare
Choose a tag to compare

This is a patch release that fixes a bug with less setting display: none by default in its more recent versions. This change prevents this from occurring (steal-less already uses async loading, so there is no breaking change here).

2.1.3

14 Sep 19:18
Compare
Choose a tag to compare

This is a patch release, fixing stealjs/steal-tools#1071

2.1.2

08 Aug 18:08
Compare
Choose a tag to compare

This contains 2 bug fixes:

  • Steal will now tree-shake modules that have bare imports like import "foo";.
  • Fix for using git+ssh type of version URLs in package.json dependencies.

1.12.5

08 Aug 14:47
Compare
Choose a tag to compare

This fixes a bug when attempting to normalize a package using a git+ssh url such as:

git+ssh://git@example.com/company/my-lib.git#c23dr61

Pull Requests

2.1.1

01 Aug 19:57
Compare
Choose a tag to compare

This is a patch release, fixing a fairly rare case where the specifier ../ is used and points to the package.json main which happens to contain ./