You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+72-1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,77 @@ 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.9.0] - 2023-05-XX
9
+
10
+
### Added
11
+
12
+
- Core
13
+
- Add support for ESM plugins and configs β [Details](https://github.com/parcel-bundler/parcel/pull/8913)
14
+
- Add support for local parcel plugins β [Details](https://github.com/parcel-bundler/parcel/pull/8925)
15
+
- Incremental Symbol Propagation for improved performance and improved export errors in development β [Details](https://github.com/parcel-bundler/parcel/pull/8723)
16
+
- Add support for plugin tracing, which shows where time is being spent during a Parcel build β [Details](https://github.com/parcel-bundler/parcel/pull/8695)
17
+
- Support `.proxyrc.cjs` config files β [Details](https://github.com/parcel-bundler/parcel/pull/8833)
18
+
- Add support for `loadConfig` function to resolver plugins β [Details](https://github.com/parcel-bundler/parcel/pull/8847)
19
+
20
+
- Resolver
21
+
- New resolver implementation in Rust supporting package.json "exports" and "imports", and tsconfig.json "baseUrl", "paths", and "moduleSuffixes" β [Details](https://github.com/parcel-bundler/parcel/pull/8807)
22
+
23
+
- JavaScript
24
+
- Switch to SWC minifier instead of Terser by default β [Details](https://github.com/parcel-bundler/parcel/pull/8860)
25
+
- Split large runtime manifest into separate bundles to reduce cache invalidations β [Details](https://github.com/parcel-bundler/parcel/pull/8837)
26
+
- Respect `addExternalDependency` in Babel plugins β [Details](https://github.com/parcel-bundler/parcel/pull/7820)
27
+
28
+
- Bundler
29
+
- Use BitSet for bundler intersections for improved performance β [Details](https://github.com/parcel-bundler/parcel/pull/8862)
30
+
31
+
- Web Extensions
32
+
- Add support for `chrome_style` field β [Details](https://github.com/parcel-bundler/parcel/pull/8867)
33
+
34
+
### Fixed
35
+
36
+
- Core
37
+
- Improve error message when bundles do not have unique file names β [Details](https://github.com/parcel-bundler/parcel/pull/8784)
38
+
- Bump napi-rs to latest β [Details](https://github.com/parcel-bundler/parcel/pull/8838), [Details](https://github.com/parcel-bundler/parcel/pull/8918)
0 commit comments