@remix-run/router
Advanced tools
Comparing version 1.3.0-pre.3 to 1.3.0
# `@remix-run/router` | ||
## 1.3.0-pre.3 | ||
## 1.3.0 | ||
### Patch Changes | ||
- Fix 404 bug with same-origin absolute redirects ([#9913](https://github.com/remix-run/react-router/pull/9913)) | ||
- Support `OPTIONS` requests in `staticHandler.queryRoute` ([#9914](https://github.com/remix-run/react-router/pull/9914)) | ||
## 1.3.0-pre.2 | ||
### Minor Changes | ||
- Added support for navigation blocking APIs ([#9709](https://github.com/remix-run/react-router/pull/9709)) | ||
- Expose deferred information from `createStaticHandler` ([#9760](https://github.com/remix-run/react-router/pull/9760)) | ||
## 1.3.0-pre.1 | ||
### Patch Changes | ||
- Fix scroll reset if a submission redirects ([#9886](https://github.com/remix-run/react-router/pull/9886)) | ||
## 1.3.0-pre.0 | ||
### Minor Changes | ||
- Expose deferred information from createStaticHandler ([#9760](https://github.com/remix-run/react-router/pull/9760)) | ||
### Patch Changes | ||
- Improved absolute redirect url detection in actions/loaders ([#9829](https://github.com/remix-run/react-router/pull/9829)) | ||
- Fix URL creation with memory histories ([#9814](https://github.com/remix-run/react-router/pull/9814)) | ||
- Fix `generatePath` when optional params are present ([#9764](https://github.com/remix-run/react-router/pull/9764)) | ||
- Fix scroll reset if a submission redirects ([#9886](https://github.com/remix-run/react-router/pull/9886)) | ||
- Fix 404 bug with same-origin absolute redirects ([#9913](https://github.com/remix-run/react-router/pull/9913)) | ||
- Support `OPTIONS` requests in `staticHandler.queryRoute` ([#9914](https://github.com/remix-run/react-router/pull/9914)) | ||
@@ -34,0 +19,0 @@ ## 1.2.1 |
/** | ||
* @remix-run/router v1.3.0-pre.3 | ||
* @remix-run/router v1.3.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
{ | ||
"name": "@remix-run/router", | ||
"version": "1.3.0-pre.3", | ||
"version": "1.3.0", | ||
"description": "Nested/Data-driven/Framework-agnostic Routing", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
1838619