Skip to content

Releases: stealjs/steal

1.5.16

08 Nov 17:07
Compare
Choose a tag to compare

This is a patch release of steal, adding documentation about using development bundles configuration. The documentation will be available on stealjs.com under API -> steal -> devBundle/depsBundle.

1.5.15

03 Oct 20:10
Compare
Choose a tag to compare

This patch release fixes false positives from occurring in a warning for when a module loads multiple times.

Pull requests

1.5.14

02 Oct 19:43
Compare
Choose a tag to compare

This patch release fixes the following issues:

  • Missing docs for plugin configuration stealjs/stealjs#34
  • Show full package.json content in progressive loading guide #1267
  • npm config map is not being set properly #1208
  • Warn if someone loaded a module at the same path twice #1264

1.5.13

01 Sep 12:09
Compare
Choose a tag to compare

This is a documentation release, removing the "Moving to Production" doc.

1.5.12

01 Sep 12:06
Compare
Choose a tag to compare

This release is for docs only. It removes the Loading From CDN docs as those will not live in stealjs/stealjs.

1.5.11

31 Aug 13:23
Compare
Choose a tag to compare

This is a bug fix release, fixing an issue with steal-css breaking in production. The issue was our new CommonJS dependency detection algorithm, which causes a false-positive detection of a dependency in steal-css.

Issues

#1261 myhub app breaks in production

1.5.10

29 Aug 17:27
Compare
Choose a tag to compare

This is a bug fix releasing fixing a couple of parsing problems. One regarding AMD's detection of the CommonJS syntax, and other related to the steal.joinURIs API, used in places like steal-css. Big thanks to @James0x57 for his efforts fixing these bugs.

Pull Requests

1.5.9

22 Aug 21:47
Compare
Choose a tag to compare

This is a patch release that prevents forcing the stage-0 babel preset on users.

1.5.8

15 Aug 20:48
Compare
Choose a tag to compare

This patch release fixes a couple of issues related with the named AMD changes introduced in 1.5.7

  • Side bundles were incorrectly registered and steal would not load them correctly
  • An undefined reference would case steal to throw when bundleSteal is used in steal-tools

See stealjs/steal-tools#811

1.5.7

14 Aug 20:12
Compare
Choose a tag to compare

This patch release include fixes for the following issues:

  • Improved error message when mismatched version package is found #1176
  • Improved error message when steal-less is not installed #995
  • Improved error message when package.json is missing "name" and "version" fields #1233
  • Fixes issue with the steal-module script tag type #1185
  • Fixes issue with a flag being out of scope inside Steal's core #1189
  • Fixes a bug loading peerDependencies that are listed as devDependencies as well #1228

🎉 🎉 🎉