Skip to content

Commit d3371dc

Browse files
committed
release: v0.5.0
1 parent 96be2ec commit d3371dc

File tree

6 files changed

+17
-14
lines changed

6 files changed

+17
-14
lines changed

.changeset/small-moose-compare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strong-panthers-walk.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# effector-swc-plugin
22

3+
## 0.5.0
4+
5+
### Notable Changes
6+
7+
- The build process for the plugin now includes an additional optimization pass, reducing the size of unpacked plugin from **2.3 MB** to **just ~900 KB** with no impact on performance.
8+
- To improve NextJS compatibility, a list of supported versions was expanded. The `swc1.4.0` label has been reinstated, and two new labels were added `swc1.6.0` and `swc1.7.0`.
9+
- We added an [Additional documentation](https://github.com/kireevmp/effector-swc-plugin/blob/master/NEXTJS.md) to support NextJS users, sharing details regarding setup and supported labels/versions.
10+
11+
### Minor Changes
12+
13+
- 0cbf8b8: Add `[email protected]` plugin build & return `@0.89.x` build
14+
- 8f2f9e5: Add optimization pass to build script (`wasm-opt`)
15+
316
## 0.4.1
417

518
### Patch Changes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "effector-swc-plugin"
3-
version = "0.4.1"
3+
version = "0.5.0"
44

55
authors = ["Kireev Mikhail"]
66
description = "SWC Plugin for Effector"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "effector-swc-plugin",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "SWC Plugin for Effector",
55
"keywords": [
66
"swc-plugin",
@@ -29,7 +29,7 @@
2929
"@changesets/cli": "^2.27.7"
3030
},
3131
"peerDependencies": {
32-
"@swc/core": ">=1.3.106"
32+
"@swc/core": ">=1.7.0"
3333
},
3434
"preferUnplugged": true,
3535
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"

0 commit comments

Comments
 (0)