Skip to content

Releases: preactjs/prefresh

Improve component detection

24 May 19:40
618cacd
Compare
Choose a tag to compare

0.7.1

Patch Changes

ESM + CJS

24 May 19:41
618cacd
Compare
Choose a tag to compare

0.6.1

Patch Changes

ESM support

24 May 19:42
618cacd
Compare
Choose a tag to compare

0.1.2

Patch Changes

Improve component check and add ESM + CJS exports

24 May 19:43
618cacd
Compare
Choose a tag to compare

0.1.1

Patch Changes

Fix component detection (displayNames)

24 May 19:39
618cacd
Compare
Choose a tag to compare

0.5.1

Patch Changes

Initial release

24 May 19:38
618cacd
Compare
Choose a tag to compare

0.1.0

Minor Changes

Patch Changes

  • Updated dependencies [fe5ad75]:
    • @prefresh/webpack@0.7.1

Hooks support

20 May 17:40
db56620
Compare
Choose a tag to compare

0.6.0

Minor Changes

Initial

20 May 17:40
db56620
Compare
Choose a tag to compare

0.1.0

Minor Changes

  • 3a68831 #36 Thanks @JoviDeCroock! - Initial release, note that custom-hooks aren't supported yet and will trigger full-page reloads.

invalidation

17 May 18:08
09fe0f0
Compare
Choose a tag to compare
  • #34! - Make use of the "module.hot.invalidate" API when it's available, this will replace a full window reload when errors are thrown.

Fallbacks

17 May 18:07
09fe0f0
Compare
Choose a tag to compare

Add a fallback when the module replacement fails, this will do a full page reload.