From f2d0a3a27d6e493b23ddc2edbc8a4c0053ff34ab Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Wed, 25 May 2022 09:17:42 -0400 Subject: [PATCH] Changelog for v2.6.0 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d70487e31..4110b61fdb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,43 @@ 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.6.0] - 2022-05-25 + +### Added + +- Add React error overlay to display pretty runtime errors like Create React App - [Details](https://github.com/parcel-bundler/parcel/pull/8034) +- Support for source maps in HMR updates - [Details](https://github.com/parcel-bundler/parcel/pull/8034) +- Support for scoping variables in CSS modules - [Details](https://github.com/parcel-bundler/parcel/pull/8122) +- Support for custom CSS modules naming patterns - [Details](https://github.com/parcel-bundler/parcel-css/pull/180) +- Support for node_modules packages in `@parcel/resolver-glob` - [Details](https://github.com/parcel-bundler/parcel/pull/8097) +- Add support for defining `compilerOptions` in Vue config - [Details](https://github.com/parcel-bundler/parcel/pull/8031) +- Add support for Vue 3 `