Steal Versions Save

Gets JavaScript

v2.1.9

5 years ago

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

5 years ago

Include babel syntax plugins when tree shaking https://github.com/stealjs/steal/pull/1475

v2.1.7

5 years ago

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

v2.1.6

5 years ago

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

v1.12.6

5 years ago

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

v2.1.4

5 years ago

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).

v2.1.3

5 years ago

This is a patch release, fixing https://github.com/stealjs/steal-tools/issues/1071

v2.1.2

5 years ago

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.

v1.12.5

5 years ago

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

git+ssh://[email protected]/company/my-lib.git#c23dr61

Pull Requests

v2.1.1

5 years ago

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 ./