Releases: workleap/wl-squide
@squide/[email protected]
Patch Changes
- Updated dependencies [
8ee26fd
]:- @squide/[email protected]
@squide/[email protected]
Minor Changes
-
#204
d3f7b9c
Thanks @patricklafrance! - TheregisterNavigationItem
function now accepts asectionId
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/[email protected]
@squide/[email protected]
Patch Changes
- Updated dependencies [
8ee26fd
]:- @squide/[email protected]
- @squide/[email protected]
- @squide/[email protected]
- @squide/[email protected]
@squide/[email protected]
Minor Changes
-
#204
d3f7b9c
Thanks @patricklafrance! - TheregisterNavigationItem
function now accepts asectionId
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/[email protected]
- @squide/[email protected]
- @squide/[email protected]
- @squide/[email protected]
@squide/[email protected]
Minor Changes
-
#204
d3f7b9c
Thanks @patricklafrance! - TheregisterNavigationItem
function now accepts asectionId
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/[email protected]
@squide/[email protected]
Patch Changes
- Updated dependencies [
8ee26fd
]:- @squide/[email protected]
@squide/[email protected]
Minor Changes
-
#204
d3f7b9c
Thanks @patricklafrance! - TheregisterNavigationItem
function now accepts asectionId
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/[email protected]
@squide/[email protected]
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.
- Renamed the
@squide/[email protected]
Minor Changes
-
#204
d3f7b9c
Thanks @patricklafrance! - TheregisterNavigationItem
function now accepts asectionId
option to nest the item under a specific navigation section:runtime.registerNavigationItem( { $id: "link", $label: "Link", to: "/link", }, { sectionId: "some-section", } );
@squide/[email protected]
Minor Changes
- #202
52d57fc
Thanks @patricklafrance! - Webpack config now automatically whether the entry file should be index.ts or index.tsx.