Skip to content

Releases: rstackjs/rspack-plugin-preact-refresh

v1.1.5

20 Jan 08:07

Choose a tag to compare

What's Changed

  • fix: fallback to constructor.name when constructorName is not available by @LingyuCoder in #42
  • chore(deps): update actions/setup-node action to v6 by @renovate[bot] in #38
  • chore(deps): update all non-major dependencies by @renovate[bot] in #37
  • chore(deps): update actions/checkout action to v6 by @renovate[bot] in #40
  • chore(deps): update all non-major dependencies by @renovate[bot] in #39
  • chore(deps): update dependency preact to v10.27.3 [security] by @renovate[bot] in #41

Full Changelog: v1.1.4...v1.1.5

v1.1.4

22 Oct 03:05

Choose a tag to compare

What's Changed

  • fix: add safety check in prefresh.js to prevent runtime errors by @chenjiahan in #34
  • fix: should exclude url dependency by @chenjiahan in #35
  • chore(deps): update actions/checkout action to v5 by @renovate[bot] in #33
  • chore(deps): update all non-major dependencies by @renovate[bot] in #32

Full Changelog: v1.1.3...v1.1.4

v1.1.3

22 Oct 03:02

Choose a tag to compare

What's Changed

  • chore(deps): update all non-major dependencies by @renovate[bot] in #17
  • chore(deps): update dependency @swc/plugin-prefresh to v6 by @renovate[bot] in #21
  • test: upgrade test tools by @LingyuCoder in #29
  • chore(deps): update dependency cross-env to v10 by @renovate[bot] in #28
  • chore(deps): update pnpm to v10 by @renovate[bot] in #25
  • chore(workflow): enable trusted publishing by @chenjiahan in #30

Full Changelog: v1.1.2...v1.1.3

v1.1.2

02 Dec 06:02
0808c82

Choose a tag to compare

What's Changed

  • fix: exception caused by duplicate registration of functions with the same name by @cbbfcd in #19
  • refactor(build): switch to Rslib by @chenjiahan in #15
  • chore(deps): update dependency @swc/plugin-prefresh to v5 by @renovate in #18

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

03 Nov 02:22
e14b825

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

25 Oct 09:36
bc78e9d

Choose a tag to compare

What's Changed

  • feat: add new preactPath option by @chenjiahan in #7
  • fix: reduce alias and allow to use esm bundles of preact by @chenjiahan in #6
  • fix: correct the type of include and exclude options by @chenjiahan in #8
  • chore(deps): update dependency @rspack/core to v1.0.0-rc.1 [security] by @renovate in #3
  • chore(deps): update all non-major dependencies by @renovate in #5

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

24 Sep 08:59
d4c5c5c

Choose a tag to compare

What's Changed

  • feat: Add include and exclude option by @xymopen in #2

New Contributors

Full Changelog: v1.0.0...v1.0.1