@@ -5,6 +5,52 @@ All notable changes to Parcel will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and Parcel adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
54
## [ 2.11.0] - 2023-12-19
9
55
10
56
### Added
0 commit comments