Releases: stealjs/steal
Releases · stealjs/steal
1.5.16
1.5.15
This patch release fixes false positives from occurring in a warning for when a module loads multiple times.
Pull requests
1.5.14
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
1.5.12
1.5.11
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
1.5.10
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
1.5.8
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
1.5.7
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 asdevDependencies
as well #1228
🎉 🎉 🎉