Skip to content

Commit ecb57f8

Browse files
committedJan 17, 2022
Changelog for v2.2.1
1 parent 6094369 commit ecb57f8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.2.1] - 2022-01-17
9+
10+
### Fixed
11+
12+
- Fix background image data urls missing quotes - [Details](https://github.com/parcel-bundler/parcel/pull/7564)
13+
- Fix development builds not downleveling nested selectors with `@parcel/css`. Now Parcel has default modern browser targets. - [Details](https://github.com/parcel-bundler/parcel/pull/7564)
14+
- Upgrades htmlnano to v2 to remove uncss which had a dependency on a vulnerable old version of PostCSS - [Details](https://github.com/parcel-bundler/parcel/pull/7564)
15+
- Upgrades postcss-modules and removes css-module-loader-core with old PostCSS dependencies - [Details](https://github.com/parcel-bundler/parcel/pull/7564)
16+
- Upgrade Vue compiler - [Details](https://github.com/parcel-bundler/parcel/pull/7564)
17+
- Upgrade SVGR to v6 - [Details](https://github.com/parcel-bundler/parcel/pull/7564)
18+
- Upgade JSON5 to v2 - [Details](https://github.com/parcel-bundler/parcel/pull/7564)
19+
- Don't discard invalidations when transformer throws an error - [Details](https://github.com/parcel-bundler/parcel/pull/7547)
20+
821
## [2.2.0] - 2022-01-12
922

1023
### Added

0 commit comments

Comments
 (0)
Please sign in to comment.