Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(history): access memory history entries #3524

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

matthiasschwarz
Copy link
Contributor

Added a new entries function for the memory history to be able to access all entries.
An entry has an index property to get the current index of the entry in the entries or -1 when it was removed. With getState the history state of the entry can be received.
Also added a new entries test case.

The api is inspired by the Navigation API.

Copy link

nx-cloud bot commented Feb 22, 2025

View your CI Pipeline Execution ↗ for commit df25507.

Command Status Duration Result
nx affected --targets=test:eslint,test:unit,tes... ✅ Succeeded 5m 33s View ↗
nx run-many --target=build --exclude=examples/*... ✅ Succeeded 1m 33s View ↗

☁️ Nx Cloud last updated this comment at 2025-02-22 17:54:35 UTC

Copy link

pkg-pr-new bot commented Feb 22, 2025

Open in Stackblitz

More templates

@tanstack/arktype-adapter

npm i https://pkg.pr.new/@tanstack/arktype-adapter@3524

@tanstack/create-router

npm i https://pkg.pr.new/@tanstack/create-router@3524

@tanstack/directive-functions-plugin

npm i https://pkg.pr.new/@tanstack/directive-functions-plugin@3524

@tanstack/eslint-plugin-router

npm i https://pkg.pr.new/@tanstack/eslint-plugin-router@3524

@tanstack/create-start

npm i https://pkg.pr.new/@tanstack/create-start@3524

@tanstack/history

npm i https://pkg.pr.new/@tanstack/history@3524

@tanstack/react-cross-context

npm i https://pkg.pr.new/@tanstack/react-cross-context@3524

@tanstack/react-router

npm i https://pkg.pr.new/@tanstack/react-router@3524

@tanstack/react-router-with-query

npm i https://pkg.pr.new/@tanstack/react-router-with-query@3524

@tanstack/router-cli

npm i https://pkg.pr.new/@tanstack/router-cli@3524

@tanstack/router-core

npm i https://pkg.pr.new/@tanstack/router-core@3524

@tanstack/router-devtools

npm i https://pkg.pr.new/@tanstack/router-devtools@3524

@tanstack/router-generator

npm i https://pkg.pr.new/@tanstack/router-generator@3524

@tanstack/router-plugin

npm i https://pkg.pr.new/@tanstack/router-plugin@3524

@tanstack/router-utils

npm i https://pkg.pr.new/@tanstack/router-utils@3524

@tanstack/router-vite-plugin

npm i https://pkg.pr.new/@tanstack/router-vite-plugin@3524

@tanstack/server-functions-plugin

npm i https://pkg.pr.new/@tanstack/server-functions-plugin@3524

@tanstack/solid-cross-context

npm i https://pkg.pr.new/@tanstack/solid-cross-context@3524

@tanstack/solid-router

npm i https://pkg.pr.new/@tanstack/solid-router@3524

@tanstack/start

npm i https://pkg.pr.new/@tanstack/start@3524

@tanstack/start-api-routes

npm i https://pkg.pr.new/@tanstack/start-api-routes@3524

@tanstack/start-client

npm i https://pkg.pr.new/@tanstack/start-client@3524

@tanstack/start-config

npm i https://pkg.pr.new/@tanstack/start-config@3524

@tanstack/start-plugin

npm i https://pkg.pr.new/@tanstack/start-plugin@3524

@tanstack/start-router-manifest

npm i https://pkg.pr.new/@tanstack/start-router-manifest@3524

@tanstack/start-server

npm i https://pkg.pr.new/@tanstack/start-server@3524

@tanstack/start-server-functions-client

npm i https://pkg.pr.new/@tanstack/start-server-functions-client@3524

@tanstack/start-server-functions-fetcher

npm i https://pkg.pr.new/@tanstack/start-server-functions-fetcher@3524

@tanstack/start-server-functions-handler

npm i https://pkg.pr.new/@tanstack/start-server-functions-handler@3524

@tanstack/start-server-functions-server

npm i https://pkg.pr.new/@tanstack/start-server-functions-server@3524

@tanstack/start-server-functions-ssr

npm i https://pkg.pr.new/@tanstack/start-server-functions-ssr@3524

@tanstack/valibot-adapter

npm i https://pkg.pr.new/@tanstack/valibot-adapter@3524

@tanstack/virtual-file-routes

npm i https://pkg.pr.new/@tanstack/virtual-file-routes@3524

@tanstack/zod-adapter

npm i https://pkg.pr.new/@tanstack/zod-adapter@3524

commit: df25507

@schiller-manuel
Copy link
Contributor

interesting! we should add this to browser history as well by recording the history in session storage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants