Skip to content

Commit

Permalink
[react-redux-history] - v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fum4 committed May 19, 2023
1 parent 3a88506 commit 4ebf4f6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dev": "turbo run dev",
"build": "turbo run build",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"release": "pnpm lint && pnpm format && pnpm build && changeset && changeset version && changeset publish",
"test": "vitest",
"coverage": "vitest run --coverage"
Expand Down
32 changes: 15 additions & 17 deletions packages/react-redux-history/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,16 +237,27 @@ const Component = () => {

There are also a few useful selectors for easy access:

- `selectHistoryAction`
- `selectIsSkippingRoutes`
- `selectForceRender`
- `selectLocationHistory`
- `selectCurrentLocation`
- `selectCurrentLocationState`
- `selectCurrentLocationIndex`
- `selectPreviousLocation`
- `selectNextLocation`
- `selectPreviousLocation`
- `selectBackLocation`
- `selectHistoryAction`
- `selectIsSkippingRoutes`
- `selectIsNewSession`
- `selectForceRender`

<br><br><br><br>

## 🏅 Sponsors

<br>

<a alt="used by Utilmond" href="https://utilmond.com"><img src="https://utilmond.com/static/images/utilmond_whitebg.svg" width="250px" /></a>

<img alt="Sponsor - JetBrains" width="250px" height="250px" src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png?_ga=2.63300143.1068496944.1680591996-1938842262.1680591996" />

<br><br><br>

Expand All @@ -258,19 +269,6 @@ There are also a few useful selectors for easy access:
[![redux][9]][10]
[![react-router][13]][14]

<br>
<br>
<br>
<br>

## 🏅 Sponsors

<br>

<a alt="used by Utilmond" href="https://utilmond.com"><img src="https://utilmond.com/static/images/utilmond_whitebg.svg" width="250px" /></a>

<img alt="Sponsor - JetBrains" width="250px" height="250px" src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png?_ga=2.63300143.1068496944.1680591996-1938842262.1680591996" />

[1]: https://img.shields.io/github/actions/workflow/status/fum4/npm/test.yml?branch=master&logo=github&color=029e2b
[2]: https://img.shields.io/bundlephobia/min/react-redux-history?logo=supabase&logoColor=yellow
[3]: https://img.shields.io/npm/v/react-redux-history?color=white&logo=npm
Expand Down
2 changes: 1 addition & 1 deletion packages/react-redux-history/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-redux-history",
"version": "2.0.5",
"version": "2.1.2",
"description": "Navigation history made easy",
"author": "fum4",
"license": "MIT",
Expand Down

0 comments on commit 4ebf4f6

Please sign in to comment.