Skip to content

Commit 9aab710

Browse files
chore(main): release react 1.4.0 (#18)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1f86e4d commit 9aab710

4 files changed

Lines changed: 26 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.0"
2+
".": "1.4.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/pokujs/react/compare/react-v1.3.0...react-v1.4.0) (2026-04-05)
4+
5+
6+
### Features
7+
8+
* extract shared DOM/testing core to @pokujs/dom + benchmark suite ([#14](https://github.com/pokujs/react/issues/14)) ([cc60962](https://github.com/pokujs/react/commit/cc6096274a4b736d24031e5523668cf8320f956e))
9+
* optimize react testing runtime and add prettier ([#6](https://github.com/pokujs/react/issues/6)) ([424194b](https://github.com/pokujs/react/commit/424194b2c5bdc5f8c3d3c7a41bc91b50d51dd38c))
10+
* refactor plugin internals and stabilize isolation:none ([#8](https://github.com/pokujs/react/issues/8)) ([cd2d93d](https://github.com/pokujs/react/commit/cd2d93d41f913c0a581663a8f9e261c2c6574f27))
11+
12+
13+
### Bug Fixes
14+
15+
* add missing @pokujs/dom dependency and update to ^1.0.1 ([5b82a9a](https://github.com/pokujs/react/commit/5b82a9ab26cc187e6edd0a0d76d74acd01d6ba2a))
16+
* add repository metadata required for npm provenance ([#4](https://github.com/pokujs/react/issues/4)) ([f20b16a](https://github.com/pokujs/react/commit/f20b16a9ab72bb957743c7739a926d0bfb851f68))
17+
* clarify Deno compatibility guidance in README ([#2](https://github.com/pokujs/react/issues/2)) ([ee28792](https://github.com/pokujs/react/commit/ee28792965b9cc9dacc8bee2fc96a5f84088f2d1))
18+
* update package repository URL ([#12](https://github.com/pokujs/react/issues/12)) ([3da8523](https://github.com/pokujs/react/commit/3da85234d70a7ec846a48ea7b066bf82e50763bb))
19+
20+
21+
### Performance Improvements
22+
23+
* replace manual fireEvent loop with shared wrapFireEventMethods ([#16](https://github.com/pokujs/react/issues/16)) ([1f86e4d](https://github.com/pokujs/react/commit/1f86e4db4d0e20dab72149131ddbb248d628c57d))
24+
325
## [1.3.0](https://github.com/pokujs/react/compare/v1.2.1...v1.3.0) (2026-04-05)
426

527

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pokujs/react",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"private": false,
55
"description": "React testing helpers and Poku plugin for DOM-backed component tests.",
66
"type": "module",

0 commit comments

Comments
 (0)