From 76e3288225fafda98e66c12bf60064f44ce7020c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20Barr=C3=A9?= Date: Sun, 9 Apr 2023 03:52:44 +0200 Subject: [PATCH] release: v3.3.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e453b..d2f1c28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,17 @@ ## Unreleased +## 3.3.0 + - Support TS/JSX in node_modules to help the community experiment with it. Note that for now this not supported by TS and errors from these files cannot be silenced if the user is using a stricter configuration than the library author: https://github.com/microsoft/TypeScript/issues/30511. I advise to use it only for internal libraries for now (fixes #53) - Silence `"use client"` warning when building library like `@tanstack/react-query` - Fix fast refresh issue when exporting a component with a name that shadow another local component +This release goes in hand with the upcoming Vite 4.3 release focusing on performances: + +- Move resolve of runtime code into a "pre" plugin ([#79](https://github.com/vitejs/vite-plugin-react-swc/pull/79)) +- Wrap dynamic import to speedup analysis ([#80](https://github.com/vitejs/vite-plugin-react-swc/pull/80)) + ## 3.2.0 - Support HMR for MDX (fixes #52) diff --git a/package.json b/package.json index 80db44d..403a41e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vitejs/plugin-react-swc-monorepo", - "version": "3.2.0", + "version": "3.3.0", "type": "module", "private": true, "scripts": {