This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@squide/core@5.1.0
Minor Changes
#19598e4839 Thanks @patricklafrance! - Replaced the ManagedRoutes placeholder by the PublicRoutes and ProtectedRoutes placeholder.
Before:
import {
ManagedRoutes,
type ModuleRegisterFunction,
type FireflyRuntime,
} from "@squide/firefly";
import { RootLayout } from "./RootLayout.tsx";
export const registerHost: ModuleRegisterFunction<FireflyRuntime> = (
runtime
) => {
runtime.registerRoute(
{
element: <RootLayout />,
children: [ManagedRoutes],
},
{
hoist: true,
}
);
};
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@squide/core@5.1.0
Minor Changes
#195
98e4839
Thanks @patricklafrance! - Replaced theManagedRoutes
placeholder by thePublicRoutes
andProtectedRoutes
placeholder.Before:
Now:
Or:
This release also includes a new
runtime.registerPublicRoute()
function.@squide/firefly@9.1.0
Minor Changes
#195
98e4839
Thanks @patricklafrance! - Replaced theManagedRoutes
placeholder by thePublicRoutes
andProtectedRoutes
placeholder.Before:
Now:
Or:
This release also includes a new
runtime.registerPublicRoute()
function.Patch Changes
98e4839
]:@squide/react-router@6.1.0
Minor Changes
#195
98e4839
Thanks @patricklafrance! - Replaced theManagedRoutes
placeholder by thePublicRoutes
andProtectedRoutes
placeholder.Before:
Now:
Or:
This release also includes a new
runtime.registerPublicRoute()
function.Patch Changes
98e4839
]:@squide/fakes@2.0.2
Patch Changes
98e4839
]:@squide/i18next@2.0.2
Patch Changes
98e4839
]:@squide/module-federation@6.0.2
Patch Changes
98e4839
]:@squide/msw@3.0.2
Patch Changes
98e4839
]: