3.2 KiB
3.2 KiB
@backstage/version-bridge
1.0.12
Patch Changes
a7e0d50: Updatedreact-router-dompeer dependency to^6.30.2and explicitly disabled v7 future flags to suppress deprecation warnings.
1.0.12-next.0
Patch Changes
a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
1.0.11
Patch Changes
58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
1.0.11-next.0
Patch Changes
58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
1.0.10
Patch Changes
e969dc7: Move@types/reactto a peer dependency.
1.0.10-next.0
Patch Changes
e969dc7: Move@types/reactto a peer dependency.
1.0.9
Patch Changes
836127c: Updated dependency@testing-library/reactto^16.0.0.
1.0.9-next.0
Patch Changes
836127c: Updated dependency@testing-library/reactto^16.0.0.
1.0.8
Patch Changes
abfbcfc: Updated dependency@testing-library/reactto^15.0.0.
1.0.7
Patch Changes
6c2b872153: Add official support for React 18.
1.0.7-next.0
Patch Changes
6c2b872153: Add official support for React 18.
1.0.6
Patch Changes
9a1fce352e: Updated dependency@testing-library/jest-domto^6.0.0.
1.0.5
Patch Changes
406b786a2a: Mark package as being free of side effects, allowing more optimized Webpack builds.
1.0.5-next.0
Patch Changes
406b786a2a: Mark package as being free of side effects, allowing more optimized Webpack builds.
1.0.4
Patch Changes
e0c6e8b9c3: Update peer dependencies
1.0.4-next.0
Patch Changes
e0c6e8b9c3: Update peer dependencies
1.0.3
Patch Changes
d3fea4ae0a: Internal fixes to avoid implicit usage of globals
1.0.3-next.0
Patch Changes
d3fea4ae0a: Internal fixes to avoid implicit usage of globals
1.0.2
Patch Changes
e70984325d: Updated the value created bycreateVersionedValueMapto give it an extra hidden property that makes it easier to inspect during debugging.
1.0.1
Patch Changes
7c7919777e: build(deps-dev): bump@testing-library/react-hooksfrom 7.0.2 to 8.0.0
1.0.0
Major Changes
b58c70c223: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Patch Changes
a422d7ce5e: chore(deps): bump@testing-library/reactfrom 11.2.6 to 12.1.3
0.1.2
Patch Changes
c77c5c7eb6: Addedbackstage.roletopackage.json
0.1.1
Patch Changes
cd450844f6: Moved React dependencies topeerDependenciesand allow both React v16 and v17 to be used.