raviger 5.0.0-0 → 5.0.0-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
  ### Added
9
9
  - Added support for `useRoutes` to take an array to specify route matching priority
10
10
  ### Changed
11
+ - **BREAKING**: changed parameters on `useQueryParams` setter options from `replace, replaceHistory` to `overwrite, replace` to keep consistency with `replace` on other navigation functions.
11
12
  - Added support for underscore `_` in path part matchers
12
13
 
13
14
  ## [4.1.2] - 2022-11-02
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raviger",
3
- "version": "5.0.0-0",
3
+ "version": "5.0.0-1",
4
4
  "description": "React routing with hooks",
5
5
  "keywords": [
6
6
  "react",
@@ -83,8 +83,8 @@
83
83
  "@size-limit/webpack": "9.x",
84
84
  "@testing-library/jest-dom": "^5.16.4",
85
85
  "@testing-library/react": "15.x",
86
- "@types/react": "^18.3.18",
87
- "@types/react-dom": "^18.3.5",
86
+ "@types/react": "18",
87
+ "@types/react-dom": "18",
88
88
  "eslint": "^9.22.0",
89
89
  "eslint-plugin-import": "^2.24.0",
90
90
  "eslint-plugin-jest": "^28.11.0",
@@ -98,8 +98,8 @@
98
98
  "np": "^10.2.0",
99
99
  "npm-run-all": "^4.1.5",
100
100
  "prettier": "^3.5.3",
101
- "react": "^18.0.0",
102
- "react-dom": "^18.0.0",
101
+ "react": "18",
102
+ "react-dom": "18",
103
103
  "rimraf": "^6.0.1",
104
104
  "rollup": "^4.35.0",
105
105
  "size-limit": "9.x",