Skip to content

Releases: Shopify/remote-dom

@remote-ui/[email protected]

18 Feb 15:08
2346262
Compare
Choose a tag to compare

Patch Changes

@remote-ui/[email protected]

18 Feb 15:08
2346262
Compare
Choose a tag to compare

Patch Changes

  • #531 5e74921 Thanks @robin-drexler! - return subscriber result e.g. to catch errors

    function 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]

06 Feb 14:14
986e7c8
Compare
Choose a tag to compare

Patch Changes

@remote-dom/[email protected]

28 Jan 16:31
bb7e941
Compare
Choose a tag to compare

Patch Changes

@remote-dom/[email protected]

28 Jan 16:31
bb7e941
Compare
Choose a tag to compare

Patch Changes

@remote-dom/[email protected]

28 Jan 16:31
bb7e941
Compare
Choose a tag to compare

Minor Changes

@remote-dom/[email protected]

28 Jan 16:31
bb7e941
Compare
Choose a tag to compare

Major Changes

  • #511 1a42bf6 Thanks @robin-drexler! - Add a adaptToLegacyRemoteChannel helper that adapts a Remote DOM RemoteConnection object into a remote-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

@remote-ui/[email protected]

22 Jan 15:03
ed331af
Compare
Choose a tag to compare

Patch Changes

@remote-ui/[email protected]

22 Jan 15:03
ed331af
Compare
Choose a tag to compare

Patch Changes

@remote-ui/[email protected]

22 Jan 15:03
ed331af
Compare
Choose a tag to compare

Patch Changes