Skip to content

@squide/msw@3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 03:21
· 38 commits to main since this release
bdc2564

Minor Changes

  • #204 d3f7b9c Thanks @patricklafrance! - The registerNavigationItem function now accepts a sectionId option to nest the item under a specific navigation section:

    runtime.registerNavigationItem(
      {
        $id: "link",
        $label: "Link",
        to: "/link",
      },
      {
        sectionId: "some-section",
      }
    );

Patch Changes

  • Updated dependencies [d3f7b9c]:
    • @squide/core@5.2.0