@backstage/core-plugin-api 0.1.11 → 0.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # @backstage/core-plugin-api
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 950b36393c: Deprecated `register` option of `createPlugin` and the `outputs` methods of the plugin instance.
8
+
9
+ Introduces the `featureFlags` property to define your feature flags instead.
10
+
11
+ ## 0.2.0
12
+
13
+ ### Minor Changes
14
+
15
+ - 7e18ed7f29: Removed the unused `UserFlags` type.
16
+ - 7df99cdb77: Remove exports of unused types(`RouteOptions` and `RoutePath`).
17
+
18
+ ### Patch Changes
19
+
20
+ - 37ebea2d68: Add deprecation warnings around `title` `icon` and `path` as they are no longer controlled when creating `routeRefs`
21
+ - 2dd2a7b2cc: Deprecated the `theme` property on `AppTheme`, replacing it with `Provider`. See https://backstage.io/docs/api/deprecations#app-theme for more details.
22
+ - b6a4bacdc4: Deprecated the `Error` and `ErrorContext` types, replacing them with identical `ErrorApiError` and `ErrorApiErrorContext` types.
23
+
24
+ ## 0.1.13
25
+
26
+ ### Patch Changes
27
+
28
+ - 4a336fd292: Deprecate use of extensions without name. Adds a warning to the developer console to prompt integrators to provide names for extensions.
29
+ - 8b4284cd5c: Improve API documentation for @backstage/core-plugin-api
30
+ - e059aea7b9: Deprecate unused ApiRef types
31
+ - Updated dependencies
32
+ - @backstage/theme@0.2.13
33
+
34
+ ## 0.1.12
35
+
36
+ ### Patch Changes
37
+
38
+ - 41c49884d2: Start using the new `@backstage/types` package. Initially, this means using the `Observable` and `Json*` types from there. The types also remain in their old places but deprecated, and will be removed in a future release.
39
+ - 925a967f36: Replace usage of test-utils-core with test-utils
40
+ - Updated dependencies
41
+ - @backstage/config@0.1.11
42
+ - @backstage/theme@0.2.12
43
+
3
44
  ## 0.1.11
4
45
 
5
46
  ### Patch Changes