This repository was archived by the owner on Feb 8, 2022. It is now read-only.
Releases: eik-lib/microbundle
Releases · eik-lib/microbundle
Release list
v2.1.0
v2.1.0-canary.1
v2.1.0-canary.0
Incorporates #738 and updates all dependencies.
Except for autoprefixer, as it requires PostCSS v8 support.
v2.0.0
We're preparing to contribute features upstream. This means that FINN.no specific features and defaults have been moved to @finn-no/microbundle, see details in the upgrade guide and v2 breaking changes.
BREAKING CHANGES
babel-plugin-react-requireremoved.--import-map autoenables import mapping, it's no longer always enabled when eithermodernoriifeformats is used. And--external noneis not shadow enabled anymore when import mapping is running.- support for
pkg.nomoduleto control-f iifefile output naming removed. - filename template logic reverted to microbundle.
- removed
postcss-import. - removed
@eik/postcss-import-map. - default formats changed back to microbundle defaults.
Features
esmsupported with import mapping, not justmodern.
v1.0.0
We're preparing to contribute features upstream. This means that FINN.no specific features and defaults have been moved to @finn-no/microbundle, see details in the upgrade guide
BREAKING CHANGES
(these only apply if you stay on @eik/microbundle and don't migrate to @finn-no/microbundle):
- removed rollup replace plugin,
process.env.NODE_ENVno longer replaced automatically. --outputno longer set todistby default.--css-modulesno longer false by default.--jsxno longer hardcoded toReact.createElement, and set back to the original default value (hfor preact).--jsxFragmentno longer hardcoded toReact.Fragment, and set back to the original default value (Fragmentfor preact).
Features
--jsx-import-source reactlets you use the new jsx runtime in React v17.@eik/postcss-import-mapbumped tov1.2.3.