@@ -5,6 +5,35 @@ 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.6.1] - 2022-06-17
9
+
10
+ ### Fixed
11
+
12
+ - JavaScript
13
+ - Fix issue with conditional dependencies based on ` process.env ` - [ Details] ( https://github.com/parcel-bundler/parcel/pull/8151 )
14
+ - Fix transformation of import/requires wrapped into ` Promise.resolve() ` - [ Details] ( https://github.com/parcel-bundler/parcel/pull/8167 )
15
+ - Fix object literal shorthand with imported variables - [ Details] ( https://github.com/parcel-bundler/parcel/issues/7955 )
16
+ - Fix imported values in computed optional member expressions - [ Details] ( https://github.com/parcel-bundler/parcel/pull/8187 )
17
+ - Bump SWC to fix issue with missing parenthesis in optional chaining call - [ Details] ( https://github.com/parcel-bundler/parcel/pull/8200 )
18
+ - Bump SWC to fix helper imports in Node ESM libraries - [ Details] ( https://github.com/parcel-bundler/parcel/pull/8213 )
19
+ - Resolution
20
+ - Add missing ` invalidateOnEnvChange ` to resolver - [ Details] ( https://github.com/parcel-bundler/parcel/pull/8103 )
21
+ - Fix importing node_modules packages in glob resolver with sub-paths - [ Details] ( https://github.com/parcel-bundler/parcel/pull/8169 )
22
+ - Error when external dependencies in libraries have incompatible semver ranges - [ Details] ( https://github.com/parcel-bundler/parcel/pull/8224 )
23
+ - Web Extensions
24
+ - Fix HMR for web extensions - [ Details] ( https://github.com/parcel-bundler/parcel/pull/8145 )
25
+ - Fix web extensions issues with Safari - [ Details] ( https://github.com/parcel-bundler/parcel/pull/8175 )
26
+ - Fix ` declarative_net_request ` property in web extension manifest - [ Details] ( https://github.com/parcel-bundler/parcel/pull/8189 )
27
+ - Dev Server
28
+ - Fix browser caching issues with dev server - [ Details] ( https://github.com/parcel-bundler/parcel/pull/8166 )
29
+ - TypeScript
30
+ - Fix path separators on Windows - [ Details] ( https://github.com/parcel-bundler/parcel/pull/8149 )
31
+ - CSS
32
+ - Bump Parcel CSS to fix issues with ` libc ` field in package.json - [ Details] ( https://github.com/parcel-bundler/parcel/pull/8220 )
33
+ - Core
34
+ - Fix atomic file writing race condition - [ Details] ( https://github.com/parcel-bundler/parcel/pull/8194 )
35
+ - Bump lmdb dependency to fix multi-threading issue - [ Details] ( https://github.com/parcel-bundler/parcel/pull/8204 )
36
+
8
37
## [ 2.6.0] - 2022-05-25
9
38
10
39
### Added
0 commit comments