Releases: folio-org/stripes-webpack
Releases · folio-org/stripes-webpack
v5.2.0
- Don't worry about the order of CSS imports across modules. Refs STRWEB-110.
- Remove postcss-plugins: postcss-nesting, postcss-custom-properties, postcss-color-function, postcss-calc. Add CSS variables entry point in webpack config. Refs STRWEB-111.
- Support import of arbitrary text files via
?raw
. Refs STRWEB-109. - Report test coverage. Refs STRWEB-118.
v5.1.0
- Add an entry point for stripes-core's service worker. Refs STRWEB-99.
- Pass micro-stripes-config to service worker at build-time. Refs STRWEB-102.
- Add postcss-plugin for relative color syntax support for Firefox. Refs STRWEB-103.
- Lock
favicons
to7.1.4
due to build failures. Refs STRWEB-105. - Update
typescript
from^4.2.4
to^5.3.3
. Refs STRWEB-104. - Resolve issue with favicon referencing by removing
speed-measurer-webpack-plugin
and its wrapping of other webpack plugins. Refs STRWEB-108.
v5.0.3
v5.0.2
v5.0.1
v5.0.0
5.0.0 (2023-10-11)
- Upgrade
css-minimizer-webpack-plugin
tov4
. Refs STRWEB-72. - Remove
babel-plugin-lodash
. Refs STRWEB-73. - Replace babel loader with esbuild loader. Refs STRWEB-76.
- Do not strip
data-test
attributes from production builds. Refs STRWEB-75. - Remove
css-minimizer-webpack-plugin
. Refs STRWEB-82. - Avoid buggy
postcss-loader
v7.2.x
releases. Refs STRWEB-79. - Bump minimum
favicons
versions to avoid CVE-2023-0842. Refs STRWEB-83. - List
peerDependencies
asexternals
during transpilation process. Refs STRWEB-84. - Add missing
@babel/plugin-*
dependencies that are listed inbabel-options.js
. Refs STRWEB-86. - Upgrade
postcss-calc
dependency from 8.2.4 to 9.0.1. Refs STRWEB-88. - replace
@babel
packages that have moved from "proposed" to "official". Refs STRWEB-87. - BREAKING Upgrade
react
tov18.2.0
. Refs STRWEB-92. - Lock
esbuild-loader
to~3.0.0
to avoid problematic3.1
release. Refs STRWEB-94. - Switch to asset modules configuration in stripes webpack (removes file-loader, url-loader deps). Refs STRWEB-77.
- Remove SVGO-dependencies. Replaced by SVGR for loading STCOM SVG's as react-components. Refs STRWEB-77.
- Bump
@svgr/webpack
from7.0.0
to8.1.0
. - Bump
babel-loader
from^8.0.0
to^9.1.3
.
v4.2.1
v4.2.0
- Point to
@folio/stripes-ui
instead of@folio/stripes-core
as the index entry. Refs STRIPES-820. - Register
@folio/stripes-ui
withstripes-duplicate
andstripes-translations
plugins. Refs STRWEB-65. - Remove
enhanced-resolve
resolutions entry. Refs STRWEB-62. - Upgrade
postcss
dependencies to latest. Refs. STRWEB-68.