Skip to content

Commit 49cb36d

Browse files
committed
release: v0.8.0
1 parent 9671b7e commit 49cb36d

File tree

10 files changed

+27
-33
lines changed

10 files changed

+27
-33
lines changed

.changeset/all-pillows-dress.md

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

.changeset/great-sheep-care.md

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

.changeset/lazy-cycles-eat.md

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

.changeset/small-toys-occur.md

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

.changeset/three-moles-tell.md

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

.changeset/young-ways-tell.md

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

CHANGELOG.md

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

3+
## 0.8.0
4+
5+
### Notable Changes
6+
7+
The support for `@swc/[email protected]`, along with Next.js v14, was dropped. If you can't upgrade your runtime, you may continue to use the `v0.7.1` plugin version via `@swc1.4.0` label.
8+
9+
#### Deprecations
10+
11+
For Hot Module Replacement `hmr` option, the value `"none"` has been renamed to `false`, matching the behavior of `effector/babel-plugin`.
12+
13+
- If you were using `hmr: "none"` explicitly, update your configuration to pass `hmr: false` instead.
14+
15+
### Minor Changes
16+
17+
- 5eee6c8: Extend `hmr` configuration to match `effector/babel-plugin`
18+
- d5994bb: Include `effector-action` as a default factory
19+
- 2045a50: Drop support for `@swc/[email protected]`
20+
21+
### Patch Changes
22+
23+
- e6d0bb0: Refactor SID method call name drop
24+
- af3821c: Update HMR to use `regional` node for disposal
25+
- 066b616: Bump `swc_core` to latest `v30.1.2` for `@swc/[email protected]`
26+
327
## 0.7.1
428

529
### 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.7.1"
3+
version = "0.8.0"
44

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effector/swc-plugin",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "SWC Plugin for Effector",
55
"keywords": [
66
"swc-plugin",

0 commit comments

Comments
 (0)