Releases: unstubbable/mfng
Releases · unstubbable/mfng
@mfng/[email protected]
Patch Changes
- 247f98c: Prevent race conditions during webpack compilation
@mfng/[email protected]
Minor Changes
- fb39d01: Support default exports and non-function client components
@mfng/[email protected]
@mfng/[email protected]
Patch Changes
- 9d192c8: Use a simple replacement for
React.cache
@mfng/[email protected]
Patch Changes
- cbd5bea: Fix react peer dependency
@mfng/[email protected]
What's Changed
- Include common chunks in client manifest by @unstubbable in #65
@mfng/[email protected]
What's Changed
- Fix
TypeError [ERR_INVALID_STATE]: Invalid state: Unable to enqueue
by @unstubbable in #64
@mfng/[email protected]
What's Changed
- Fix
CallServerError
import by @unstubbable in #60 - Restructure core files for easier layer matching by @unstubbable in #61
@mfng/[email protected]
What's Changed
- Expose HTTP status codes for failed server actions by @unstubbable in #59
@mfng/[email protected]
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 formodule.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 ofcreateWebpackRscServerLoader
. In addition, it also needs to be passed tocreateWebpackRscSsrLoader
(required for server actions that are imported from client components).