Releases: folio-org/stripes-cli
Releases · folio-org/stripes-cli
v4.1.0
This release captures changes/features all the way up to before the breaking changes for version 5.x
- Populate module descriptor's
namefield with module-name ifdescriptionis missing. Refs STCLI-272. - Populate module descriptor's
metadatafield with remainingstripesproperties. Refs STCLI-274. - Supply
webpack^5.103to providewebpack.ManifestPluginfor STRWEB-144. Refs STCLI-275. - Expose the
--federateflag onbuildandservecommand. Refs STRIPES-861. - Build static federated ui-bundles, host app. Refs STRIPES-861.
- Upgrade fast-xml-parser from 4 (EOL) to 5.5.8. Refs STCLI-278.
- Bump @octokit/rest to ^22.0.1. Refs STCLI-280.
- Commit
yarn.lockto avoid future supply chain attacks. Refs STCLI-281. - Bump @folio/stripes-webpack to ^6.1.0.
v5.0.0 Trillium 2026-R1 RC
- Populate module descriptor's
namefield with module-name ifdescriptionis missing. Refs STCLI-272. - Use node-native glob functionality in
translate compile. Refs STCLI-273. - Populate module descriptor's
metadatafield with remainingstripesproperties. Refs STCLI-274. - Supply
webpack^5.103to providewebpack.ManifestPluginfor STRWEB-144. Refs STCLI-275. - Expose the
--federateflag onbuildandservecommand. Refs STRIPES-861. - Build static federated ui-bundles, host app. Refs STRIPES-861.
- Upgrade fast-xml-parser from 4 (EOL) to 5.5.8. Refs STCLI-278.
- Bump @octokit/rest to ^22.0.1. Refs STCLI-280.
- Commit
yarn.lockto avoid future supply chain attacks. Refs STCLI-281. - BREAKING bump
engines.nodeto v22. Refs STCLI-XXX.
v4.0.1 Sunflower 2025-R1 RC-2
- Bump
@folio/stripes-webpacktov6.0.1.
v4.0.0 Sunflower 2025-R1 RC-1
- Prune STS headers, permitting local non-SSL access via proxy. Refs STCLI-248.
- Turn off
<StrictMode>when running tests. Refs STCLI-256. - Check for
mainbranch instripes platform pullcommand. Refs STCLI-258. - BREAKING bump
@folio/stripes-webpackto6.0.0. - BREAKING bump
@folio/eslint-config-stripesto8.0.0. - Loosen GA workflow dependency to
@1for^1.0.0compatibility. Refs STCLI-266.
v3.2.2 Ramsons 2024-R2 CSP
- Bump
@folio/stripes-webpackto^5.2.1. Refs STCLI-263.
v3.1.1 Quesnelia 2024-R1 CSP
- Bump
@folio/stripes-webpackto5.1.1. Refs STCLI-264.
v3.2.1 Ramsons 2024-R2 GA
- Turn off
<StrictMode>when running tests. Refs STCLI-256.
v3.2.0 Ramsons 2024-R2 GA
- Add a proxy server to overcome issues with cookies SameSite policy. Refs STCLI-246.
- Bug fix: don't pass unused arguments to
okToPull(). Refs STCLI-250.