Skip to content

@remote-ui/react@5.0.0

Compare
Choose a tag to compare
@shopify-github-actions-access shopify-github-actions-access released this 09 Dec 03:02
· 225 commits to main since this release
b0a5b44

Major Changes

  • #191 77ba3da Thanks @lemonmade! - Added support for React 18 by having the consumer own the versions of react and react-reconciler. If you are currently using React 17 only, and are rendering in the “remote” context, you will need to add a dependency on react-reconciler^0.27.0. If you are using React 18, you will need to manually install the version of react-reconciler that matches up to that version (currently, ^0.29.0).

  • #191 77ba3da Thanks @lemonmade! - Removed re-export of @remote-ui/rpc. If you need retain or release, import them directly from @remote-ui/rpc instead.