Skip to content

Commit e710b75

Browse files
committed
Changelog for v2.4.1
1 parent 913c48e commit e710b75

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,20 @@ All notable changes to Parcel will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and Parcel adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [2.4.1] - 2022-03-31
9+
10+
### Fixed
11+
12+
- Fix `:export` in CSS modules
13+
- Don't remove unused classes or `@keyframes` when a CSS module is processed by postcss
14+
- Fix bundling issue with CSS modules where unintended side effects from a different page could be run
15+
- Fix crash with CSS in multiple environments
16+
- Update Parcel CSS. Fixes issues with `::-webkit-scrollbar`, list styles in CSS modules, `@-moz-document`, and more. See [release notes](https://github.com/parcel-bundler/parcel-css/releases/tag/v1.7.4).
17+
- Update SWC. Fixes an issue with parenthesized expressions following a return statement.
18+
819
## [2.4.0] - 2022-03-22
920

10-
## Added
21+
### Added
1122

1223
- Replace default CSS transformer and minifier with `@parcel/css` - [Details](https://github.com/parcel-bundler/parcel/pull/7821)
1324
- Replace `typeof` before dead code elimination to improve bundle size - [Details](https://github.com/parcel-bundler/parcel/pull/7788)
@@ -19,7 +30,7 @@ and Parcel adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
1930
- Use relative path for bundle labels in bundle analysis - [Details](https://github.com/parcel-bundler/parcel/pull/7737)
2031
- Load dynamic imports at higher network priority in non-ESM builds - [Details](https://github.com/parcel-bundler/parcel/pull/7061)
2132

22-
## Fixed
33+
### Fixed
2334

2435
- Pin lmdb to 2.2.3 - [Details](https://github.com/parcel-bundler/parcel/pull/7763)
2536
- Prevent term-size from being bundled - [Details](https://github.com/parcel-bundler/parcel/pull/7750)

0 commit comments

Comments
 (0)