Skip to content

Releases: gsoft-inc/wl-squide

@squide/[email protected]

05 Nov 01:02
d098bd9
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@squide/[email protected]

05 Nov 01:01
d098bd9
Compare
Choose a tag to compare

Minor Changes

@squide/[email protected]

27 Sep 16:59
4ec1967
Compare
Choose a tag to compare

Major Changes

@squide/[email protected]

23 Sep 03:21
bdc2564
Compare
Choose a tag to compare

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",
      }
    );

@squide/[email protected]

23 Sep 17:21
89aa3fe
Compare
Choose a tag to compare

Minor Changes

  • #206 8ee26fd Thanks @patricklafrance! - - Renamed a route definition $name option to $id.

    • Renamed the registerRoute $parentName option to $parentId.

    These changes should have been a major version but since Squide firefly v9 has been released a few days ago and no applications already migrated, it's include as part of v9 breaking changes.

Patch Changes

@squide/[email protected]

23 Sep 03:21
bdc2564
Compare
Choose a tag to compare

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

@squide/[email protected]

23 Sep 17:21
89aa3fe
Compare
Choose a tag to compare

Patch Changes

@squide/[email protected]

23 Sep 03:21
bdc2564
Compare
Choose a tag to compare

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

@squide/[email protected]

23 Sep 17:21
89aa3fe
Compare
Choose a tag to compare

Patch Changes

@squide/[email protected]

23 Sep 03:21
bdc2564
Compare
Choose a tag to compare

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