Releases: single-spa/single-spa-css
Releases · single-spa/single-spa-css
v4.0.1
What's Changed
- fix: resolve ExposeRuntimeCssAssetsPlugin.js files path by @ppromerojr in #29
New Contributors
- @ppromerojr made their first contribution in #29
Full Changelog: v4.0.0...v4.0.1
v4.0.0
Breaking Changes
- The import for ExposeRuntimeCssAssetsPlugin has changed
// New import in single-spa-css@4 is extensionless
import ExposeRuntimeCssAssetsPlugin from 'single-spa-css/ExposeRuntimeCssAssetsPlugin';
// Old import in single-spa-css@3 was not extensionless
import ExposeRuntimeCssAssetsPlugin from 'single-spa-css/ExposeRuntimeCssAssetsPlugin.cjs';- ExposeRuntimeCssAssetsPlugin is now an ES module rather than CJS. Upgrade to latest node if your webpack config requires CJS/ESM interop
- package.json
mainandtypesfield removed, in favor ofexportsfield - umd build now has
.cjsfile extension rather than.js, since package.jsontypeis"module" webpackandmini-css-extract-pluginare now peerDependencies
What changed
- ESM webpack plugin, package.json exports, support no css files by @jolyndenning in #28
Full Changelog: v3.0.1...v4.0.0
v3.0.1
v3.0.0
What's Changed
- Create FUNDING.yml by @joeldenning in #24
- Use new ChunkGraph Api by @zepster in #23
- upgrade dependencies by @joeldenning in #25
New Contributors
Full Changelog: v2.0.0...v3.0.0
v2.0.0
v1.2.0
Features
- Support new
createLinkoption for customizing<link>elements. (#10 via @miusuncle)
v1.1.2
v1.1.1
v1.1.0
v1.0.0
Initial release
- Implemented
singleSpaCss()function