-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Closed
Labels
Task (new)The issue is an internally driven task (e.g. from another A8c team).The issue is an internally driven task (e.g. from another A8c team).plugin: woocommerceIssues related to the WooCommerce Core plugin.Issues related to the WooCommerce Core plugin.
Description
The React Admin client has two outdated history-related dependencies with breaking changes.
| Package | Installed | Latest |
|---|---|---|
| history | 4.10.1 | 5.3.0 |
| @types/history (dev) | 4.7.11 | 5.0.0 |
Breaking Changes
history
- Removed support for browsers that do not support the HTML5 history API (no pushState)
- Removed relative pathname support in hash history and memory history
- Removed getUserConfirmation, keyLength, and hashType APIs
@types/history
- This package is deprecated.
history provides its own type definitions, so you don't need @types/history installed!
Metadata
Metadata
Assignees
Labels
Task (new)The issue is an internally driven task (e.g. from another A8c team).The issue is an internally driven task (e.g. from another A8c team).plugin: woocommerceIssues related to the WooCommerce Core plugin.Issues related to the WooCommerce Core plugin.