Skip to content

Commit

Permalink
Changelog for v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Aug 3, 2022
1 parent 1a96d6d commit 000d332
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,42 @@ All notable changes to Parcel will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and Parcel adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.7.0] - 2022-08-03

### Added

- Core
- Log resolved targets in verbose log level for debugging - [Details](https://github.com/parcel-bundler/parcel/pull/8254)
- Allow plugin configs to be written with `.cjs` extension - [Details](https://github.com/parcel-bundler/parcel/pull/8253)
- JavaScript
- Support react refresh for `@emotion/react` - [Details](https://github.com/parcel-bundler/parcel/pull/8205)
- Inject script for hmr when there is only normal script in html - [Details](https://github.com/parcel-bundler/parcel/pull/8330)
- Elm
- Add support for compiling multiple modules at once via `with` query param - [Details](https://github.com/parcel-bundler/parcel/pull/8076)
- CSS
- Add support for `errorRecovery` option in `@parcel/transformer-css` - [Details](https://github.com/parcel-bundler/parcel/pull/8352)
- Experimental bundler - [Details](https://github.com/parcel-bundler/parcel/pull/8180)
- Implement bundling for multiple targets
- Internalize async dependencies
- Merge bundles of the same type
- Fix missing module - [Details](https://github.com/parcel-bundler/parcel/pull/8303)

### Fixed

- JavaScript
- Default interop missing when importing a CommonJS module - [Details](https://github.com/parcel-bundler/parcel/pull/7991)
- Add missing imports for external dependencies in skipped assets - [Details](https://github.com/parcel-bundler/parcel/pull/8299)
- Bump SWC to fix undefined variables - [Details](https://github.com/parcel-bundler/parcel/pull/8276)
- Remove charset from JS loaded script to avoid double fetching in Firefox - [Details](https://github.com/parcel-bundler/parcel/pull/8346)
- Use placeholder expression when replacing unused symbols - [Details](https://github.com/parcel-bundler/parcel/pull/8358)
- Core
- Fix atomic writestream handling on Windows - [Details](https://github.com/parcel-bundler/parcel/pull/8337)
- Fix non-deterministic bundle hashes between builds due to symbol propagation - [Details](https://github.com/parcel-bundler/parcel/pull/8212)
- Fix TypeScript types for `@parcel/package-manager` - [Details](https://github.com/parcel-bundler/parcel/pull/8293)
- Dependencies
- Bump terser to 5.14.2 - [Details](https://github.com/parcel-bundler/parcel/pull/8322)
- Bump node-forge to 1.3.0 - [Details](https://github.com/parcel-bundler/parcel/pull/8271)

## [2.6.2] - 2022-06-21

### Fixed
Expand Down

0 comments on commit 000d332

Please sign in to comment.