Pinecone Router

Logo

The exendable client-side router for Alpine.js

View the Project on GitHub pinecone-router/router

Upgrade Guide: Pinecone Router 6.x to 7.x

For a more detailed list of changes and also additions which aren’t covered here, see CHANGELOG

$router Changes

See docs: Navigation History

Handler Changes

See docs: x-handler

Template Changes

See docs: x-template

Event Renames

Settings

See docs: Settings

PineconeRouter.Settings is now a function.

To configure:

PineconeRouter.settings({
	basePath: '/app',
	targetID: 'app',
})

To read:

PineconeRouter.settings().basePath

Renames

Removed