Version Packages (next)
This commit is contained in:
@@ -1,5 +1,26 @@
|
||||
# @backstage/plugin-app
|
||||
|
||||
## 0.4.6-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a345820: The `app/routes` redirect config now supports path parameter substitution in the `to` target. Named params (`:userId`) and splat params (`*`) captured by the `from` path are replaced in the `to` string before navigating, making it possible to express redirects like:
|
||||
|
||||
```yaml
|
||||
app:
|
||||
extensions:
|
||||
- app/routes:
|
||||
config:
|
||||
redirects:
|
||||
- from: /users/:userId
|
||||
to: /profile/:userId
|
||||
- from: /old-docs
|
||||
to: /docs/*
|
||||
```
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/ui@0.15.0-next.3
|
||||
|
||||
## 0.4.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app",
|
||||
"version": "0.4.6-next.1",
|
||||
"version": "0.4.6-next.2",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "app",
|
||||
|
||||
Reference in New Issue
Block a user