Skip to content

Commit 2a0cf6c

Browse files
authored
Merge branch 'v2' into feature/jpegxl-image-converter
2 parents c10287f + 393f497 commit 2a0cf6c

File tree

268 files changed

+5665
-1769
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+5665
-1769
lines changed

β€ŽCHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@ 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.13.3] - 2024-12-16
9+
10+
### Fixed
11+
12+
- Resolver
13+
- Ignore invalid package.json fields – [Details](https://github.com/parcel-bundler/parcel/pull/10053)
14+
15+
## [2.13.2] - 2024-11-25
16+
17+
### Fixed
18+
19+
- JavaScript
20+
21+
- Fix HMR when asset is duplicated between multiple bundles – [Details](https://github.com/parcel-bundler/parcel/commit/bc43a4d9e7c6f3b2dc28bf115710fe8b2bf535cc)
22+
23+
- SASS
24+
- Fix SASS resolution with non `file:` URLs – [Details](https://github.com/parcel-bundler/parcel/commit/2a6bbc56d2ecad904a6a0dea4208b8cc6e6a3f07)
25+
26+
## [2.13.1] - 2024-11-24
27+
28+
### Fixed
29+
30+
- JavaScript
31+
32+
- Improve HMR with dynamic imports – [Details](https://github.com/parcel-bundler/parcel/pull/10017)
33+
- Update SWC – [Details](https://github.com/parcel-bundler/parcel/commit/15c77cbe7557fb441df5d0fc09dab220f55fa4db)
34+
35+
- SASS
36+
- Fix SASS resolution rules for modern API – [Details](https://github.com/parcel-bundler/parcel/pull/10018)
37+
838
## [2.13.0] - 2024-11-12
939

1040
### Added

0 commit comments

Comments
Β (0)