Skip to content

Commit 77a217f

Browse files
committed
v2.4.0 changelog
1 parent b50a368 commit 77a217f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ 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.0] - 2022-03-22
9+
10+
## Added
11+
12+
- Replace default CSS transformer and minifier with `@parcel/css` - [Details](https://github.com/parcel-bundler/parcel/pull/7821)
13+
- Replace `typeof` before dead code elimination to improve bundle size - [Details](https://github.com/parcel-bundler/parcel/pull/7788)
14+
- Human readable file size in bundle analyzer report - [Details](https://github.com/parcel-bundler/parcel/pull/7766)
15+
- Improve emoji support detection - [Details](https://github.com/parcel-bundler/parcel/pull/7775)
16+
- Enable parsing static class initialization blocks - [Details](https://github.com/parcel-bundler/parcel/pull/7839)
17+
- Use `PORT` environment variable from `.env` files - [Details](https://github.com/parcel-bundler/parcel/pull/7819)
18+
- Use new react-jsx transform in React 16.14.0 - [Details](https://github.com/parcel-bundler/parcel/pull/7728)
19+
- Use relative path for bundle labels in bundle analysis - [Details](https://github.com/parcel-bundler/parcel/pull/7737)
20+
- Load dynamic imports at higher network priority in non-ESM builds - [Details](https://github.com/parcel-bundler/parcel/pull/7061)
21+
22+
## Fixed
23+
24+
- Pin lmdb to 2.2.3 - [Details](https://github.com/parcel-bundler/parcel/pull/7763)
25+
- Prevent term-size from being bundled - [Details](https://github.com/parcel-bundler/parcel/pull/7750)
26+
- Fix cache when non-ascii chars are used in path - [Details](https://github.com/parcel-bundler/parcel/pull/7797)
27+
- Bump SWC. Fixes issue with `String` constructor. - [Details](https://github.com/parcel-bundler/parcel/pull/7777)
28+
- Fix DCE with PURE comments - [Details](https://github.com/parcel-bundler/parcel/pull/7833)
29+
- Escape double quote of url value in CSS `url()` - [Details](https://github.com/parcel-bundler/parcel/pull/7718)
30+
- Fix documentation comment in API - [Details](https://github.com/parcel-bundler/parcel/pull/7689)
31+
- Fix package.json `source` field resolution with pnpm - [Details](https://github.com/parcel-bundler/parcel/pull/7846)
32+
- Fix `errors.map is not a function` - [Details](https://github.com/parcel-bundler/parcel/pull/7672)
33+
834
## [2.3.1] - 2022-02-09
935

1036
## Fixed

0 commit comments

Comments
 (0)