Releases: folio-org/stripes-webpack
Releases · folio-org/stripes-webpack
v4.1.2
v4.1.1
v4.1.0
- Fix TypeScript configuration a little more. Replace ES6 with ESNext. Refs STRWEB-54.
- Support transpilation without relying on
STRIPES_TRANSPILE_TOKENS
. Refs STRWEB-49. - Bump
favicons
andfavicons-webpack-plugin
to avoid security vulnerabilities. Refs STRWEB-50.
v4.0.0
- Migrate from react-hot-loader to react-refresh. Refs STRWEB-27.
autoprefixer
andpostcss
versions are now compatible. Refs STRWEB-46.- Migrate to current
add-asset-html-plugin
to avoid CVE-2020-28469. Refs STRWEB-28. - Omit last traces of (unused)
react-githubish-mentions
. Refs STRWEB-41. - Fix TypeScript configuration. Refs STRWEB-54.
- BREAKING: Actually, there are no breaking changes. Lazy loading went on in #42 and off in #69. Refs STRWEB-30, STRWEB-55.
v3.0.3
v3.0.2
v2.0.0
- Lock onto
optimize-css-assets-webpack-plugin
5.0.6
to avoidpostcss
v8
. Fixes STRWEB-19. - Add
loose
toplugin-proposal-private-property-in-object
. Fixes STRWEB-21. - Export babel config options for consumption by other modules. Refs STRWEB-22, STRIPES-742, STRIPES-757.
- Setup babel-plugin-lodash correctly. Fixes STRWEB-20.
- Upgrade PostCSS dependency stack. Refs STRWEB-23.
- Conditionally inject shared style aliases based on development context. Refs STRWEB-23, STCLI-183.
- Include
react
v17
in the peer-deps. Refs STRWEB-25.
v1.3.1
v1.3.0
- Correctly specify peer-dependencies. Refs STRWEB-11.
- Replace unmaintained
awesome-typescript-loader
withts-loader
. Refs STRWEB-10. - Some babel plugins must be configured consistently. Refs STRWEB-12.
- Introduce the STRIPES_TRANSPILE_TOKENS environment variable which includes a space delimited list of strings (typically namespaces) to use in addition to "@Folio" to determine if something needs Stripes-flavoured transpilation. Fixes STRWEB-13.
- Depend on
optimize-css-assets-webpack-plugin
^5.0.6
to avoid (reverted) breaking changes in5.0.5
. Refs STRWEB-15.
v1.2.0
- Add support for new jsx transform. Refs STRWEB-5.
- If translations exist in a /compiled subdirectory, then they will be preferred as the translations to use in the final bundle. Refs STCLI-158.
- Ignore non-file entries when reading the translations/... directory. Refs STRWEB-7.
- Add support for loading CSV files. Fixes STRWEB-8.