Releases: Shopify/remote-dom
Releases · Shopify/remote-dom
@remote-ui/[email protected]
Patch Changes
- Updated dependencies [
5e74921
]:- @remote-ui/[email protected]
@remote-ui/[email protected]
Patch Changes
-
#531
5e74921
Thanks @robin-drexler! - return subscriber result e.g. to catch errorsfunction createRemoteSubscribableWrapper(subscription) { return createRemoteSubscribable({ current: subscription.current, subscribe: (subscriber) => { return subscription.subscribe(async (value) => { try { await subscriber(value); } catch { // Catch errors and do something with them } }); }, }); }
@remote-dom/[email protected]
Patch Changes
- #528
df294ab
Thanks @brianshen1990! - return early if falling back to setTimeout for MessageChannel
@remote-dom/[email protected]
Patch Changes
- Updated dependencies [
8cbf2c2
]:- @remote-dom/[email protected]
@remote-dom/[email protected]
Patch Changes
- Updated dependencies [
8cbf2c2
]:- @remote-dom/[email protected]
- @remote-dom/[email protected]
@remote-dom/[email protected]
Minor Changes
- #526
8cbf2c2
Thanks @robin-drexler! - add flush method to BatchingRemoteConnection
@remote-dom/[email protected]
Major Changes
-
#511
1a42bf6
Thanks @robin-drexler! - Add aadaptToLegacyRemoteChannel
helper that adapts a Remote DOMRemoteConnection
object into aremote-ui
RemoteChannel
.It allows to use a Remote DOM receiver class on the host, even if the remote environment is using
remote-ui
.
Patch Changes
- Updated dependencies [
8cbf2c2
]:- @remote-dom/[email protected]
@remote-ui/[email protected]
Patch Changes
- Updated dependencies [
0ade5f7
]:- @remote-ui/[email protected]
@remote-ui/[email protected]
Patch Changes
- Updated dependencies [
0ade5f7
]:- @remote-ui/[email protected]
@remote-ui/[email protected]
Patch Changes
- Updated dependencies [
0ade5f7
]:- @remote-ui/[email protected]