@backstage/core-plugin-api 1.12.9-next.1 → 1.12.9

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 +8 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @backstage/core-plugin-api
2
2
 
3
+ ## 1.12.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 9fcfbc9: Fixed a performance issue where all components using analytics, including every link, would rerender unnecessarily whenever a surrounding analytics context rendered again without its attributes having changed, for example when a URL query parameter changed on an entity page.
8
+ - Updated dependencies
9
+ - @backstage/frontend-plugin-api@0.18.0
10
+
3
11
  ## 1.12.9-next.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-plugin-api",
3
- "version": "1.12.9-next.1",
3
+ "version": "1.12.9",
4
4
  "description": "Core API used by Backstage plugins",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -57,18 +57,18 @@
57
57
  "test": "backstage-cli package test"
58
58
  },
59
59
  "dependencies": {
60
- "@backstage/config": "1.3.8",
61
- "@backstage/errors": "1.3.1",
62
- "@backstage/frontend-plugin-api": "0.18.0-next.0",
63
- "@backstage/types": "1.2.2",
64
- "@backstage/version-bridge": "1.0.12",
60
+ "@backstage/config": "^1.3.8",
61
+ "@backstage/errors": "^1.3.1",
62
+ "@backstage/frontend-plugin-api": "^0.18.0",
63
+ "@backstage/types": "^1.2.2",
64
+ "@backstage/version-bridge": "^1.0.12",
65
65
  "history": "^5.0.0",
66
66
  "zod": "^3.25.76 || ^4.0.0"
67
67
  },
68
68
  "devDependencies": {
69
- "@backstage/cli": "0.36.5-next.1",
70
- "@backstage/core-app-api": "1.20.4-next.1",
71
- "@backstage/test-utils": "1.7.21-next.1",
69
+ "@backstage/cli": "^0.36.5",
70
+ "@backstage/core-app-api": "^1.20.4",
71
+ "@backstage/test-utils": "^1.7.21",
72
72
  "@testing-library/dom": "^10.0.0",
73
73
  "@testing-library/jest-dom": "^6.0.0",
74
74
  "@testing-library/react": "^16.0.0",