Skip to content

Commit 3398e6e

Browse files
committed
changelog for v2.12.0
1 parent 475a0af commit 3398e6e

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

β€ŽCHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,52 @@ 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.12.0] - 2024-02-28
9+
10+
### Added
11+
12+
- Core
13+
- Add REPL playground for Parcel to the website – [Details](https://github.com/parcel-bundler/parcel/pull/9365)
14+
- Improve package manager detection for auto install – [Details](https://github.com/parcel-bundler/parcel/pull/9505)
15+
16+
- JavaScript
17+
- Add support for JS macros – [Details](https://github.com/parcel-bundler/parcel/pull/9299)
18+
- Statically evaluate constants referenced by macros – [Details](https://github.com/parcel-bundler/parcel/pull/9487)
19+
- Upgrade to ESLint 8 – [Details](https://github.com/parcel-bundler/parcel/pull/8580)
20+
- Bump swc – [Details](https://github.com/parcel-bundler/parcel/pull/9498)
21+
22+
- CSS
23+
- Use lightningcss to implement CSS packager – [Details](https://github.com/parcel-bundler/parcel/pull/8492)
24+
25+
- Bundler
26+
- Rename "parentAsset" to "root" for Manual Shared Bundle config and remove unstable prefix – [Details](https://github.com/parcel-bundler/parcel/pull/9486)
27+
28+
- Web Extensions
29+
- Add content script world property to manifest schema validation – [Details](https://github.com/parcel-bundler/parcel/pull/9510)
30+
31+
- Performance
32+
- Adjacency list optimizations – [Details](https://github.com/parcel-bundler/parcel/pull/9444)
33+
- Break up request graph cache serialisation and run after build completion – [Details](https://github.com/parcel-bundler/parcel/pull/9384)
34+
35+
### Fixed
36+
37+
- Core
38+
- Drop per-pipeline transformation cache – [Details](https://github.com/parcel-bundler/parcel/pull/9459)
39+
- Clippy and use napi's Either3 – [Details](https://github.com/parcel-bundler/parcel/pull/9047)
40+
- Add lazy/eager cache key to avoid invalid change when switching modes – [Details](https://github.com/parcel-bundler/parcel/pull/9518)
41+
42+
- JavaScript
43+
- Remove decl_collector pass and use SWC's unresolved_mark instead – [Details](https://github.com/parcel-bundler/parcel/pull/9520)
44+
45+
- Bundler
46+
- Fix multiple css bundles in entry bundle groups issue – [Details](https://github.com/parcel-bundler/parcel/pull/9023)
47+
- Allow parallel type change bundles to be reused by async siblings – [Details](https://github.com/parcel-bundler/parcel/pull/9504)
48+
- Skip on missing parent asset for manual shared bundles – [Details](https://github.com/parcel-bundler/parcel/pull/9538)
49+
50+
### Unstable
51+
52+
- Add source map support to the inline-require optimizer – [Details](https://github.com/parcel-bundler/parcel/pull/9511)
53+
854
## [2.11.0] - 2023-12-19
955

1056
### Added

0 commit comments

Comments
Β (0)