Skip to content

Releases: folio-org/stripes-webpack

v5.2.0

10 Oct 16:18
v5.2.0
566d778
Compare
Choose a tag to compare
  • 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

12 Mar 21:03
6619888
Compare
Choose a tag to compare
  • 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 to 7.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

07 Mar 13:55
8e07de1
Compare
Choose a tag to compare
  • Resolve issue with favicon referencing by removing speed-measurer-webpack-plugin and its wrapping of other webpack plugins. Refs STRWEB-108.

v5.0.2

12 Jan 15:41
ccae5d3
Compare
Choose a tag to compare
  • Lock favicons to 7.1.4 due to build failures. Refs STRWEB-105.

v5.0.1

12 Jan 15:41
f249e22
Compare
Choose a tag to compare
  • bundle @folio/stripes-core's service-worker.js. Refs STRWEB-99.

v5.0.0

12 Oct 00:06
55463d7
Compare
Choose a tag to compare

5.0.0 (2023-10-11)

Full Changelog

  • Upgrade css-minimizer-webpack-plugin to v4. 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 as externals during transpilation process. Refs STRWEB-84.
  • Add missing @babel/plugin-* dependencies that are listed in babel-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 to v18.2.0. Refs STRWEB-92.
  • Lock esbuild-loader to ~3.0.0 to avoid problematic 3.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 from 7.0.0 to 8.1.0.
  • Bump babel-loader from ^8.0.0 to ^9.1.3.

v4.2.1

31 May 02:04
3ca3dfa
Compare
Choose a tag to compare
  • Add missing @babel/plugin-* dependencies that are listed in babel-options.js. Refs STRWEB-86.

v4.2.0

31 Jan 04:17
6b4e306
Compare
Choose a tag to compare
  • Point to @folio/stripes-ui instead of @folio/stripes-core as the index entry. Refs STRIPES-820.
  • Register @folio/stripes-ui with stripes-duplicate and stripes-translations plugins. Refs STRWEB-65.
  • Remove enhanced-resolve resolutions entry. Refs STRWEB-62.
  • Upgrade postcss dependencies to latest. Refs. STRWEB-68.

v4.1.2

23 Nov 16:30
e7b7aa3
Compare
Choose a tag to compare
  • Avoid enhanced-resolve ~5.11.0 due to incompatibilities with webpack-virtual-config. Refs STRWEB-61.

v4.1.1

23 Nov 16:12
c17a895
Compare
Choose a tag to compare
  • Filter out test files from TS repos when building. Refs STRWEB-60.