github remix-run/history v5.0.0-beta.3

latest releases: v5.3.0, v5.3.0-pre.0, v5.2.0...
pre-release4 years ago

You can track v5 beta progress in #751

You can install the v5 beta using the next tag: npm add history@next

Improvements from v5.0.0-beta.2:

  • Added dev and prod builds for <script type=module> users

Now you can:

<script type="module">
import { createBrowserHistory } from 'https://unpkg.com/history@next/history.production.min.js';

let history = createBrowserHistory();

// And away you go!
</script>

A migration guide will be available soon. For now, you can either browse around the docs on the dev branch or the tests.

Enjoy!

Don't miss a new history release

NewReleases is sending notifications on new releases.