Skip to content

Releases: unstubbable/mfng

@mfng/webpack-rsc@4.2.1

17 May 13:00
251b528
Compare
Choose a tag to compare

Patch Changes

  • 247f98c: Prevent race conditions during webpack compilation

@mfng/webpack-rsc@4.2.0

16 May 17:22
97c58bd
Compare
Choose a tag to compare

Minor Changes

  • fb39d01: Support default exports and non-function client components

@mfng/webpack-rsc@4.1.0

14 May 16:02
e8cb1dc
Compare
Choose a tag to compare

Minor Changes

  • faf0e5d: Add support for parsing import assertions & attributes to rsc &
    client loaders
  • 2576ed1: Add support for parsing import assertions & attributes

Patch Changes

  • dce077f: Update RSC loader configs in README

@mfng/core@4.1.4

11 May 13:36
0395340
Compare
Choose a tag to compare

Patch Changes

  • 9d192c8: Use a simple replacement for React.cache

@mfng/core@4.1.3

06 Apr 20:17
d3910df
Compare
Choose a tag to compare

Patch Changes

  • cbd5bea: Fix react peer dependency

@mfng/webpack-rsc@4.0.1

17 Mar 21:26
1fe9772
Compare
Choose a tag to compare

What's Changed

@mfng/core@4.1.2

16 Mar 19:33
308a2dd
Compare
Choose a tag to compare

What's Changed

  • Fix TypeError [ERR_INVALID_STATE]: Invalid state: Unable to enqueue by @unstubbable in #64

@mfng/core@4.1.1

15 Mar 16:50
ad3e8ca
Compare
Choose a tag to compare

What's Changed

@mfng/core@4.1.0

15 Mar 14:26
41748c1
Compare
Choose a tag to compare

What's Changed

  • Expose HTTP status codes for failed server actions by @unstubbable in #59

@mfng/webpack-rsc@4.0.0

15 Mar 07:44
d7d165c
Compare
Choose a tag to compare

What's Changed

  • Handle export specifiers for client components by @unstubbable in #40
  • Add support for inline 'use server' directives by @unstubbable in #42
  • Make client reference ID unique within a module by @unstubbable in #43
  • Handle private server functions with inline 'use server' directives by @unstubbable in #44
  • Avoid duplicate work being done in RSC server plugin by @unstubbable in #45
  • Ensure module is provided by webpack for module.id usages by @unstubbable in #47
  • Ensure server references in server action params can be resolved by @unstubbable in #48
  • Consider that client reference modules might be included in main chunk by @unstubbable in #53

BREAKING CHANGES

  • The serverReferencesMap is now a required option of createWebpackRscServerLoader. In addition, it also needs to be passed to createWebpackRscSsrLoader (required for server actions that are imported from client components).