Files
github-actions[bot] 68db890456 Version Packages (next)
2026-05-26 15:26:38 +00:00

92 KiB

@backstage/plugin-techdocs-addons-test-utils

2.0.6-next.0

Patch Changes

2.0.5

Patch Changes

2.0.5-next.0

Patch Changes

2.0.4

Patch Changes

2.0.4-next.1

Patch Changes

2.0.4-next.0

Patch Changes

2.0.3

Patch Changes

2.0.3-next.2

Patch Changes

2.0.3-next.1

Patch Changes

2.0.3-next.0

Patch Changes

2.0.2

Patch Changes

2.0.2-next.2

Patch Changes

2.0.2-next.1

Patch Changes

2.0.2-next.0

Patch Changes

2.0.1

Patch Changes

2.0.1-next.1

Patch Changes

2.0.1-next.0

Patch Changes

2.0.0

Major Changes

  • 8d6709e: BREAKING: TechDocsAddonTester.renderWithEffects() no longer returns a screen; this means that you can no longer grab assertions such as getByText from its return value.

    Newer versions of @testing-library recommends using the screen export for assertions - and removing this from the addon tester contract allows us to more freely iterate on which underlying version of the testing library is being used.

    One notable effect of this, however, is that the @testing-library screen does NOT support assertions on the shadow DOM, which techdocs relies on. You will therefore want to add a dependency on the shadow-dom-testing-library package in your tests, and using its screen and its dedicated *Shadow* methods. As an example, if you keep doing getByText you will not get matches inside the shadow DOM - switch to getByShadowText instead.

    import { screen } from 'shadow-dom-testing-library';
    
    // ... render the addon ...
    await TechDocsAddonTester.buildAddonsInTechDocs([<AnAddon />])
      .withDom(<body>TEST_CONTENT</body>)
      .renderWithEffects();
    
    expect(screen.getByShadowText('TEST_CONTENT')).toBeInTheDocument();
    

Patch Changes

2.0.0-next.1

Major Changes

  • 8d6709e: BREAKING: TechDocsAddonTester.renderWithEffects() no longer returns a screen; this means that you can no longer grab assertions such as getByText from its return value.

    Newer versions of @testing-library recommends using the screen export for assertions - and removing this from the addon tester contract allows us to more freely iterate on which underlying version of the testing library is being used.

    One notable effect of this, however, is that the @testing-library screen does NOT support assertions on the shadow DOM, which techdocs relies on. You will therefore want to add a dependency on the shadow-dom-testing-library package in your tests, and using its screen and its dedicated *Shadow* methods. As an example, if you keep doing getByText you will not get matches inside the shadow DOM - switch to getByShadowText instead.

    import { screen } from 'shadow-dom-testing-library';
    
    // ... render the addon ...
    await TechDocsAddonTester.buildAddonsInTechDocs([<AnAddon />])
      .withDom(<body>TEST_CONTENT</body>)
      .renderWithEffects();
    
    expect(screen.getByShadowText('TEST_CONTENT')).toBeInTheDocument();
    

Patch Changes

1.1.3-next.0

Patch Changes

1.1.2

Patch Changes

1.1.2-next.1

Patch Changes

1.1.2-next.0

Patch Changes

1.1.1

Patch Changes

1.1.1-next.1

Patch Changes

1.1.1-next.0

Patch Changes

1.1.0

Minor Changes

  • 72543e9: Adding catalogApiRef to test-utils to support catalog API usage by TechDocs reader page.

Patch Changes

1.0.53-next.2

Patch Changes

1.0.53-next.1

Patch Changes

1.0.53-next.0

Patch Changes

1.0.52

Patch Changes

1.0.52-next.1

Patch Changes

1.0.52-next.0

Patch Changes

1.0.51

Patch Changes

1.0.51-next.2

Patch Changes

1.0.51-next.1

Patch Changes

1.0.51-next.0

Patch Changes

1.0.49

Patch Changes

1.0.49-next.2

Patch Changes

1.0.49-next.1

Patch Changes

1.0.49-next.0

Patch Changes

1.0.48

Patch Changes

1.0.48-next.3

Patch Changes

1.0.48-next.2

Patch Changes

1.0.48-next.1

Patch Changes

1.0.48-next.0

Patch Changes

1.0.47

Patch Changes

1.0.47-next.2

Patch Changes

1.0.47-next.1

Patch Changes

1.0.47-next.0

Patch Changes

1.0.46

Patch Changes

1.0.46-next.2

Patch Changes

1.0.46-next.1

Patch Changes

1.0.46-next.0

Patch Changes

1.0.45

Patch Changes

1.0.45-next.3

Patch Changes

1.0.45-next.2

Patch Changes

1.0.45-next.1

Patch Changes

1.0.45-next.0

Patch Changes

1.0.44

Patch Changes

1.0.44-next.1

Patch Changes

1.0.44-next.0

Patch Changes

1.0.43

Patch Changes

1.0.43-next.2

Patch Changes

1.0.43-next.1

Patch Changes

1.0.43-next.0

Patch Changes

1.0.41

Patch Changes

1.0.41-next.3

Patch Changes

1.0.41-next.2

Patch Changes

1.0.41-next.1

Patch Changes

1.0.41-next.0

Patch Changes

1.0.40

Patch Changes

1.0.40-next.2

Patch Changes

1.0.40-next.1

Patch Changes

1.0.39-next.0

Patch Changes

1.0.38

Patch Changes

1.0.38-next.2

Patch Changes

1.0.38-next.1

Patch Changes

1.0.38-next.0

Patch Changes

1.0.37

Patch Changes

1.0.37-next.3

Patch Changes

1.0.37-next.2

Patch Changes

1.0.37-next.1

Patch Changes

1.0.36-next.0

Patch Changes

1.0.35

Patch Changes

1.0.35-next.2

Patch Changes

1.0.35-next.1

Patch Changes

1.0.34-next.0

Patch Changes

1.0.33

Patch Changes

1.0.33-next.2

Patch Changes

1.0.33-next.1

Patch Changes

1.0.33-next.0

Patch Changes

1.0.32

Patch Changes

1.0.32-next.2

Patch Changes

1.0.32-next.1

Patch Changes

1.0.32-next.0

Patch Changes

1.0.31

Patch Changes

1.0.31-next.1

Patch Changes

1.0.31-next.0

Patch Changes

1.0.30

Patch Changes

1.0.29

Patch Changes

1.0.28

Patch Changes

1.0.28-next.2

Patch Changes

1.0.28-next.1

Patch Changes

1.0.28-next.0

Patch Changes

1.0.27

Patch Changes

1.0.27-next.3

Patch Changes

1.0.27-next.2

Patch Changes

1.0.27-next.1

Patch Changes

1.0.27-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.9.4-next.0
    • @backstage/plugin-catalog@1.17.0-next.0
    • @backstage/plugin-techdocs@1.9.4-next.0
    • @backstage/test-utils@1.5.0-next.0
    • @backstage/plugin-search-react@1.7.6-next.0
    • @backstage/core-app-api@1.11.3
    • @backstage/core-plugin-api@1.8.2
    • @backstage/integration-react@1.1.23
    • @backstage/plugin-techdocs-react@1.1.15

1.0.26

Patch Changes

  • 4016f21: Remove some unused dependencies
  • Updated dependencies
    • @backstage/core-plugin-api@1.8.2
    • @backstage/plugin-techdocs-react@1.1.15
    • @backstage/plugin-catalog-react@1.9.3
    • @backstage/plugin-techdocs@1.9.3
    • @backstage/plugin-catalog@1.16.1
    • @backstage/plugin-search-react@1.7.5
    • @backstage/integration-react@1.1.23
    • @backstage/core-app-api@1.11.3
    • @backstage/test-utils@1.4.7

1.0.26-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog@1.16.1-next.2
    • @backstage/plugin-techdocs@1.9.3-next.2
    • @backstage/plugin-catalog-react@1.9.3-next.2
    • @backstage/plugin-search-react@1.7.5-next.2
    • @backstage/integration-react@1.1.23-next.0

1.0.26-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.2-next.0
    • @backstage/core-app-api@1.11.3-next.0
    • @backstage/integration-react@1.1.23-next.0
    • @backstage/test-utils@1.4.7-next.1
    • @backstage/plugin-catalog@1.16.1-next.1
    • @backstage/plugin-catalog-react@1.9.3-next.1
    • @backstage/plugin-search-react@1.7.5-next.1
    • @backstage/plugin-techdocs@1.9.3-next.1
    • @backstage/plugin-techdocs-react@1.1.15-next.1

1.0.26-next.0

Patch Changes

  • 4016f21: Remove some unused dependencies
  • Updated dependencies
    • @backstage/plugin-techdocs-react@1.1.15-next.0
    • @backstage/plugin-catalog-react@1.9.3-next.0
    • @backstage/plugin-techdocs@1.9.3-next.0
    • @backstage/plugin-catalog@1.16.1-next.0
    • @backstage/integration-react@1.1.22
    • @backstage/plugin-search-react@1.7.5-next.0
    • @backstage/core-app-api@1.11.2
    • @backstage/core-plugin-api@1.8.1
    • @backstage/test-utils@1.4.7-next.0

1.0.25

Patch Changes

1.0.25-next.4

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.9-next.3
    • @backstage/core-app-api@1.11.2-next.1
    • @backstage/core-plugin-api@1.8.1-next.1
    • @backstage/integration-react@1.1.22-next.1
    • @backstage/test-utils@1.4.6-next.2
    • @backstage/theme@0.5.0-next.1
    • @backstage/plugin-catalog@1.16.0-next.4
    • @backstage/plugin-catalog-react@1.9.2-next.3
    • @backstage/plugin-search-react@1.7.4-next.3
    • @backstage/plugin-techdocs@1.9.2-next.4
    • @backstage/plugin-techdocs-react@1.1.14-next.3

1.0.25-next.3

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.5.0-next.1
    • @backstage/plugin-techdocs@1.9.2-next.3
    • @backstage/plugin-catalog@1.16.0-next.3
    • @backstage/plugin-catalog-react@1.9.2-next.2
    • @backstage/plugin-search-react@1.7.4-next.2
    • @backstage/core-app-api@1.11.2-next.1
    • @backstage/core-components@0.13.9-next.2
    • @backstage/core-plugin-api@1.8.1-next.1
    • @backstage/integration-react@1.1.22-next.1
    • @backstage/test-utils@1.4.6-next.2
    • @backstage/plugin-techdocs-react@1.1.14-next.2

1.0.25-next.2

Patch Changes

  • 5d796829bb: Remove unnecessary catalog dependency
  • Updated dependencies
    • @backstage/core-components@0.13.9-next.1
    • @backstage/core-plugin-api@1.8.1-next.1
    • @backstage/plugin-catalog-react@1.9.2-next.1
    • @backstage/plugin-catalog@1.16.0-next.2
    • @backstage/core-app-api@1.11.2-next.1
    • @backstage/test-utils@1.4.6-next.1
    • @backstage/plugin-search-react@1.7.4-next.1
    • @backstage/plugin-techdocs@1.9.2-next.2
    • @backstage/integration-react@1.1.22-next.1
    • @backstage/plugin-techdocs-react@1.1.14-next.1
    • @backstage/theme@0.5.0-next.0

1.0.25-next.1

Patch Changes

1.0.25-next.0

Patch Changes

  • 3f354e68f4: Move @testing-library/react to be a peerDependency
  • Updated dependencies

1.0.23

Patch Changes

1.0.23-next.2

Patch Changes

1.0.23-next.1

Patch Changes

1.0.23-next.0

Patch Changes

1.0.22

Patch Changes

1.0.22-next.2

Patch Changes

1.0.22-next.1

Patch Changes

1.0.22-next.0

Patch Changes

1.0.21

Patch Changes

1.0.21-next.3

Patch Changes

  • 406b786a2a: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies

1.0.21-next.2

Patch Changes

1.0.21-next.1

Patch Changes

1.0.20-next.0

Patch Changes

1.0.17

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.9.1
    • @backstage/integration-react@1.1.16
    • @backstage/core-components@0.13.4
    • @backstage/plugin-catalog@1.12.1
    • @backstage/core-plugin-api@1.5.3
    • @backstage/test-utils@1.4.2
    • @backstage/plugin-search-react@1.6.4
    • @backstage/plugin-techdocs@1.6.6
    • @backstage/theme@0.4.1
    • @backstage/plugin-techdocs-react@1.1.9

1.0.17-next.2

Patch Changes

  • Updated dependencies

1.0.17-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration-react@1.1.16-next.1
    • @backstage/plugin-catalog@1.12.1-next.1
    • @backstage/plugin-techdocs@1.6.6-next.1
    • @backstage/core-app-api@1.9.1-next.0
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/test-utils@1.4.2-next.0
    • @backstage/theme@0.4.1
    • @backstage/plugin-search-react@1.6.4-next.0
    • @backstage/plugin-techdocs-react@1.1.9-next.0

1.0.17-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.9.1-next.0
    • @backstage/core-components@0.13.4-next.0
    • @backstage/plugin-catalog@1.12.1-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/test-utils@1.4.2-next.0
    • @backstage/plugin-search-react@1.6.4-next.0
    • @backstage/plugin-techdocs@1.6.6-next.0
    • @backstage/integration-react@1.1.16-next.0
    • @backstage/theme@0.4.1
    • @backstage/plugin-techdocs-react@1.1.9-next.0

1.0.16

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog@1.12.0
    • @backstage/core-components@0.13.3
    • @backstage/core-app-api@1.9.0
    • @backstage/test-utils@1.4.1
    • @backstage/core-plugin-api@1.5.3
    • @backstage/integration-react@1.1.15
    • @backstage/plugin-search-react@1.6.3
    • @backstage/plugin-techdocs@1.6.5
    • @backstage/plugin-techdocs-react@1.1.8

1.0.16-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog@1.12.0-next.2
    • @backstage/theme@0.4.1-next.1
    • @backstage/test-utils@1.4.1-next.2
    • @backstage/core-plugin-api@1.5.3-next.1
    • @backstage/core-components@0.13.3-next.2
    • @backstage/core-app-api@1.8.2-next.1
    • @backstage/integration-react@1.1.15-next.2
    • @backstage/plugin-search-react@1.6.3-next.2
    • @backstage/plugin-techdocs@1.6.5-next.2
    • @backstage/plugin-techdocs-react@1.1.8-next.2

1.0.16-next.1

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.4.1-next.0
    • @backstage/core-components@0.13.3-next.1
    • @backstage/plugin-catalog@1.11.3-next.1
    • @backstage/core-plugin-api@1.5.3-next.0
    • @backstage/integration-react@1.1.15-next.1
    • @backstage/test-utils@1.4.1-next.1
    • @backstage/plugin-search-react@1.6.3-next.1
    • @backstage/plugin-techdocs@1.6.5-next.1
    • @backstage/plugin-techdocs-react@1.1.8-next.1
    • @backstage/core-app-api@1.8.2-next.0

1.0.16-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.3-next.0
    • @backstage/core-app-api@1.8.1
    • @backstage/core-plugin-api@1.5.2
    • @backstage/integration-react@1.1.15-next.0
    • @backstage/test-utils@1.4.1-next.0
    • @backstage/theme@0.4.0
    • @backstage/plugin-catalog@1.11.3-next.0
    • @backstage/plugin-search-react@1.6.3-next.0
    • @backstage/plugin-techdocs@1.6.5-next.0
    • @backstage/plugin-techdocs-react@1.1.8-next.0

1.0.15

Patch Changes

  • 1fd38bc414: Avoiding re-running tests on cleanup.
  • Updated dependencies
    • @backstage/core-app-api@1.8.1
    • @backstage/core-plugin-api@1.5.2
    • @backstage/plugin-catalog@1.11.2
    • @backstage/plugin-search-react@1.6.2
    • @backstage/core-components@0.13.2
    • @backstage/theme@0.4.0
    • @backstage/plugin-techdocs@1.6.4
    • @backstage/test-utils@1.4.0
    • @backstage/plugin-techdocs-react@1.1.7
    • @backstage/integration-react@1.1.14

1.0.15-next.3

Patch Changes

  • Updated dependencies
    • @backstage/plugin-search-react@1.6.2-next.3
    • @backstage/core-components@0.13.2-next.3
    • @backstage/plugin-techdocs@1.6.4-next.3
    • @backstage/plugin-catalog@1.11.2-next.3
    • @backstage/core-app-api@1.8.1-next.0
    • @backstage/core-plugin-api@1.5.2-next.0
    • @backstage/integration-react@1.1.14-next.3
    • @backstage/test-utils@1.4.0-next.2
    • @backstage/theme@0.4.0-next.1
    • @backstage/plugin-techdocs-react@1.1.7-next.3

1.0.14-next.2

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.4.0-next.1
    • @backstage/core-components@0.13.2-next.2
    • @backstage/plugin-catalog@1.11.1-next.2
    • @backstage/integration-react@1.1.14-next.2
    • @backstage/test-utils@1.4.0-next.2
    • @backstage/plugin-search-react@1.6.1-next.2
    • @backstage/plugin-techdocs@1.6.3-next.2
    • @backstage/plugin-techdocs-react@1.1.7-next.2
    • @backstage/core-app-api@1.8.1-next.0
    • @backstage/core-plugin-api@1.5.2-next.0

1.0.14-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog@1.11.1-next.1
    • @backstage/plugin-search-react@1.6.1-next.1
    • @backstage/plugin-techdocs@1.6.3-next.1
    • @backstage/core-components@0.13.2-next.1
    • @backstage/core-app-api@1.8.1-next.0
    • @backstage/core-plugin-api@1.5.2-next.0
    • @backstage/integration-react@1.1.14-next.1
    • @backstage/plugin-techdocs-react@1.1.7-next.1
    • @backstage/test-utils@1.4.0-next.1
    • @backstage/theme@0.4.0-next.0

1.0.14-next.0

Patch Changes

  • 1fd38bc414: Avoiding re-running tests on cleanup.
  • Updated dependencies
    • @backstage/plugin-techdocs@1.6.3-next.0
    • @backstage/test-utils@1.4.0-next.0
    • @backstage/theme@0.4.0-next.0
    • @backstage/plugin-techdocs-react@1.1.7-next.0
    • @backstage/plugin-catalog@1.11.1-next.0
    • @backstage/core-app-api@1.8.0
    • @backstage/core-components@0.13.2-next.0
    • @backstage/core-plugin-api@1.5.1
    • @backstage/integration-react@1.1.14-next.0
    • @backstage/plugin-search-react@1.6.1-next.0

1.0.13

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.3.0
    • @backstage/plugin-techdocs@1.6.2
    • @backstage/plugin-catalog@1.11.0
    • @backstage/core-app-api@1.8.0
    • @backstage/plugin-search-react@1.6.0
    • @backstage/core-components@0.13.1
    • @backstage/integration-react@1.1.13
    • @backstage/test-utils@1.3.1
    • @backstage/plugin-techdocs-react@1.1.6
    • @backstage/core-plugin-api@1.5.1

1.0.13-next.2

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.3.0-next.0
    • @backstage/core-components@0.13.1-next.1
    • @backstage/plugin-search-react@1.6.0-next.2
    • @backstage/integration-react@1.1.13-next.2
    • @backstage/test-utils@1.3.1-next.2
    • @backstage/plugin-catalog@1.11.0-next.2
    • @backstage/plugin-techdocs@1.6.2-next.2
    • @backstage/plugin-techdocs-react@1.1.6-next.1
    • @backstage/core-app-api@1.8.0-next.1
    • @backstage/core-plugin-api@1.5.1

1.0.13-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.8.0-next.1
    • @backstage/core-components@0.13.1-next.0
    • @backstage/core-plugin-api@1.5.1
    • @backstage/test-utils@1.3.1-next.1
    • @backstage/plugin-catalog@1.11.0-next.1
    • @backstage/plugin-search-react@1.6.0-next.1
    • @backstage/plugin-techdocs@1.6.2-next.1
    • @backstage/integration-react@1.1.13-next.1
    • @backstage/plugin-techdocs-react@1.1.6-next.0

1.0.13-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-techdocs@1.6.2-next.0
    • @backstage/plugin-catalog@1.11.0-next.0
    • @backstage/plugin-search-react@1.6.0-next.0
    • @backstage/core-app-api@1.7.1-next.0
    • @backstage/integration-react@1.1.13-next.0
    • @backstage/core-components@0.13.0
    • @backstage/core-plugin-api@1.5.1
    • @backstage/test-utils@1.3.1-next.0
    • @backstage/theme@0.2.19
    • @backstage/plugin-techdocs-react@1.1.5

1.0.12

Patch Changes

  • 8e00acb28d: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • e0c6e8b9c3: Update peer dependencies
  • Updated dependencies
    • @backstage/core-components@0.13.0
    • @backstage/plugin-techdocs@1.6.1
    • @backstage/plugin-catalog@1.10.0
    • @backstage/core-app-api@1.7.0
    • @backstage/test-utils@1.3.0
    • @backstage/plugin-search-react@1.5.2
    • @backstage/plugin-techdocs-react@1.1.5
    • @backstage/integration-react@1.1.12
    • @backstage/theme@0.2.19
    • @backstage/core-plugin-api@1.5.1

1.0.12-next.3

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.7.0-next.3
    • @backstage/plugin-techdocs@1.6.1-next.3
    • @backstage/core-components@0.13.0-next.3
    • @backstage/core-plugin-api@1.5.1-next.1
    • @backstage/integration-react@1.1.12-next.3
    • @backstage/test-utils@1.3.0-next.3
    • @backstage/theme@0.2.19-next.0
    • @backstage/plugin-catalog@1.10.0-next.3
    • @backstage/plugin-search-react@1.5.2-next.3
    • @backstage/plugin-techdocs-react@1.1.5-next.3

1.0.12-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.6-next.2
    • @backstage/core-plugin-api@1.5.1-next.1
    • @backstage/plugin-techdocs@1.6.1-next.2
    • @backstage/core-app-api@1.7.0-next.2
    • @backstage/integration-react@1.1.12-next.2
    • @backstage/test-utils@1.3.0-next.2
    • @backstage/theme@0.2.19-next.0
    • @backstage/plugin-catalog@1.10.0-next.2
    • @backstage/plugin-search-react@1.5.2-next.2
    • @backstage/plugin-techdocs-react@1.1.5-next.2

1.0.12-next.1

Patch Changes

  • e0c6e8b9c3: Update peer dependencies
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.1
    • @backstage/plugin-techdocs@1.6.1-next.1
    • @backstage/core-app-api@1.7.0-next.1
    • @backstage/integration-react@1.1.12-next.1
    • @backstage/core-plugin-api@1.5.1-next.0
    • @backstage/plugin-techdocs-react@1.1.5-next.1
    • @backstage/plugin-search-react@1.5.2-next.1
    • @backstage/test-utils@1.3.0-next.1
    • @backstage/plugin-catalog@1.10.0-next.1
    • @backstage/theme@0.2.19-next.0

1.0.12-next.0

Patch Changes

  • 8e00acb28d: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/plugin-catalog@1.10.0-next.0
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-app-api@1.7.0-next.0
    • @backstage/test-utils@1.3.0-next.0
    • @backstage/plugin-search-react@1.5.2-next.0
    • @backstage/plugin-techdocs@1.6.1-next.0
    • @backstage/plugin-techdocs-react@1.1.5-next.0
    • @backstage/integration-react@1.1.12-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/theme@0.2.18

1.0.11

Patch Changes

  • 2b00d8a225: Fix bug/problem with test helper
  • 52b0022dab: Updated dependency msw to ^1.0.0.
  • Updated dependencies
    • @backstage/plugin-catalog@1.9.0
    • @backstage/core-components@0.12.5
    • @backstage/plugin-techdocs-react@1.1.4
    • @backstage/plugin-search-react@1.5.1
    • @backstage/plugin-techdocs@1.6.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/test-utils@1.2.6
    • @backstage/core-app-api@1.6.0
    • @backstage/integration-react@1.1.11
    • @backstage/theme@0.2.18

1.0.11-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.5-next.2
    • @backstage/plugin-techdocs-react@1.1.4-next.2
    • @backstage/plugin-search-react@1.5.1-next.2
    • @backstage/plugin-techdocs@1.6.0-next.2
    • @backstage/core-app-api@1.6.0-next.2
    • @backstage/plugin-catalog@1.9.0-next.2
    • @backstage/core-plugin-api@1.5.0-next.2
    • @backstage/integration-react@1.1.11-next.2
    • @backstage/test-utils@1.2.6-next.2

1.0.11-next.1

Patch Changes

  • 52b0022dab: Updated dependency msw to ^1.0.0.
  • Updated dependencies
    • @backstage/plugin-catalog@1.9.0-next.1
    • @backstage/plugin-techdocs@1.6.0-next.1
    • @backstage/core-components@0.12.5-next.1
    • @backstage/plugin-techdocs-react@1.1.4-next.1
    • @backstage/core-app-api@1.5.1-next.1
    • @backstage/core-plugin-api@1.4.1-next.1
    • @backstage/integration-react@1.1.11-next.1
    • @backstage/test-utils@1.2.6-next.1
    • @backstage/theme@0.2.18-next.0
    • @backstage/plugin-search-react@1.5.1-next.1

1.0.11-next.0

Patch Changes

  • 2b00d8a225: Fix bug/problem with test helper
  • Updated dependencies
    • @backstage/plugin-techdocs@1.6.0-next.0
    • @backstage/core-plugin-api@1.4.1-next.0
    • @backstage/plugin-techdocs-react@1.1.4-next.0
    • @backstage/test-utils@1.2.6-next.0
    • @backstage/plugin-catalog@1.9.0-next.0
    • @backstage/core-app-api@1.5.1-next.0
    • @backstage/core-components@0.12.5-next.0
    • @backstage/integration-react@1.1.11-next.0
    • @backstage/theme@0.2.17
    • @backstage/plugin-search-react@1.5.1-next.0

1.0.10

Patch Changes

  • d950d3e217: Depend on @material-ui/core version ^4.12.2 like all other in-repo packages
  • Updated dependencies
    • @backstage/plugin-catalog@1.8.0
    • @backstage/plugin-techdocs@1.5.0
    • @backstage/core-components@0.12.4
    • @backstage/theme@0.2.17
    • @backstage/core-app-api@1.5.0
    • @backstage/core-plugin-api@1.4.0
    • @backstage/plugin-search-react@1.5.0
    • @backstage/integration-react@1.1.10
    • @backstage/test-utils@1.2.5
    • @backstage/plugin-techdocs-react@1.1.3

1.0.10-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-techdocs@1.5.0-next.2
    • @backstage/plugin-catalog@1.8.0-next.2
    • @backstage/plugin-search-react@1.5.0-next.1
    • @backstage/core-components@0.12.4-next.1
    • @backstage/core-app-api@1.4.1-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/integration-react@1.1.10-next.1
    • @backstage/test-utils@1.2.5-next.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-techdocs-react@1.1.3-next.2

1.0.10-next.1

Patch Changes

  • d950d3e217: Depend on @material-ui/core version ^4.12.2 like all other in-repo packages
  • Updated dependencies
    • @backstage/plugin-techdocs@1.5.0-next.1
    • @backstage/plugin-catalog@1.8.0-next.1
    • @backstage/core-app-api@1.4.1-next.0
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-search-react@1.5.0-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/integration-react@1.1.10-next.0
    • @backstage/test-utils@1.2.5-next.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-techdocs-react@1.1.3-next.1

1.0.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-techdocs@1.4.4-next.0
    • @backstage/plugin-catalog@1.7.3-next.0
    • @backstage/plugin-techdocs-react@1.1.3-next.0
    • @backstage/integration-react@1.1.9

1.0.9

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.3
    • @backstage/plugin-techdocs@1.4.3
    • @backstage/plugin-catalog@1.7.2
    • @backstage/plugin-search-react@1.4.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/core-app-api@1.4.0
    • @backstage/plugin-techdocs-react@1.1.2
    • @backstage/integration-react@1.1.9
    • @backstage/test-utils@1.2.4
    • @backstage/theme@0.2.16

1.0.9-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-search-react@1.4.0-next.2
    • @backstage/core-plugin-api@1.3.0-next.1
    • @backstage/core-app-api@1.4.0-next.1
    • @backstage/plugin-techdocs-react@1.1.2-next.2
    • @backstage/core-components@0.12.3-next.2
    • @backstage/integration-react@1.1.9-next.2
    • @backstage/test-utils@1.2.4-next.1
    • @backstage/theme@0.2.16
    • @backstage/plugin-catalog@1.7.2-next.2
    • @backstage/plugin-techdocs@1.4.3-next.2

1.0.9-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-techdocs@1.4.3-next.1
    • @backstage/core-app-api@1.3.1-next.0
    • @backstage/core-components@0.12.3-next.1
    • @backstage/core-plugin-api@1.2.1-next.0
    • @backstage/integration-react@1.1.9-next.1
    • @backstage/test-utils@1.2.4-next.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-catalog@1.7.2-next.1
    • @backstage/plugin-search-react@1.3.2-next.1
    • @backstage/plugin-techdocs-react@1.1.2-next.1

1.0.9-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.3-next.0
    • @backstage/plugin-techdocs-react@1.1.2-next.0
    • @backstage/plugin-techdocs@1.4.3-next.0
    • @backstage/core-app-api@1.3.0
    • @backstage/core-plugin-api@1.2.0
    • @backstage/integration-react@1.1.9-next.0
    • @backstage/test-utils@1.2.3
    • @backstage/theme@0.2.16
    • @backstage/plugin-catalog@1.7.2-next.0
    • @backstage/plugin-search-react@1.3.2-next.0

1.0.8

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.2
    • @backstage/integration-react@1.1.8
    • @backstage/plugin-catalog@1.7.1
    • @backstage/plugin-search-react@1.3.1
    • @backstage/plugin-techdocs@1.4.2
    • @backstage/plugin-techdocs-react@1.1.1

1.0.7

Patch Changes

  • 3280711113: Updated dependency msw to ^0.49.0.
  • Updated dependencies
    • @backstage/plugin-techdocs-react@1.1.0
    • @backstage/plugin-catalog@1.7.0
    • @backstage/core-plugin-api@1.2.0
    • @backstage/plugin-search-react@1.3.0
    • @backstage/core-components@0.12.1
    • @backstage/core-app-api@1.3.0
    • @backstage/plugin-techdocs@1.4.1
    • @backstage/test-utils@1.2.3
    • @backstage/integration-react@1.1.7
    • @backstage/theme@0.2.16

1.0.7-next.4

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.3.0-next.4
    • @backstage/core-components@0.12.1-next.4
    • @backstage/test-utils@1.2.3-next.4
    • @backstage/plugin-catalog@1.7.0-next.4
    • @backstage/plugin-search-react@1.3.0-next.4
    • @backstage/plugin-techdocs@1.4.1-next.4
    • @backstage/core-plugin-api@1.2.0-next.2
    • @backstage/integration-react@1.1.7-next.4
    • @backstage/theme@0.2.16
    • @backstage/plugin-techdocs-react@1.0.7-next.4

1.0.7-next.3

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.2.1-next.3
    • @backstage/core-components@0.12.1-next.3
    • @backstage/core-plugin-api@1.2.0-next.2
    • @backstage/integration-react@1.1.7-next.3
    • @backstage/test-utils@1.2.3-next.3
    • @backstage/theme@0.2.16
    • @backstage/plugin-catalog@1.7.0-next.3
    • @backstage/plugin-search-react@1.3.0-next.3
    • @backstage/plugin-techdocs@1.4.1-next.3
    • @backstage/plugin-techdocs-react@1.0.7-next.3

1.0.7-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog@1.7.0-next.2
    • @backstage/core-plugin-api@1.2.0-next.2
    • @backstage/plugin-search-react@1.3.0-next.2
    • @backstage/core-app-api@1.2.1-next.2
    • @backstage/core-components@0.12.1-next.2
    • @backstage/test-utils@1.2.3-next.2
    • @backstage/integration-react@1.1.7-next.2
    • @backstage/plugin-techdocs@1.4.1-next.2
    • @backstage/plugin-techdocs-react@1.0.7-next.2
    • @backstage/theme@0.2.16

1.0.7-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.2.1-next.1
    • @backstage/core-components@0.12.1-next.1
    • @backstage/plugin-catalog@1.6.2-next.1
    • @backstage/plugin-techdocs@1.4.1-next.1
    • @backstage/test-utils@1.2.3-next.1
    • @backstage/plugin-search-react@1.2.2-next.1
    • @backstage/core-plugin-api@1.1.1-next.1
    • @backstage/integration-react@1.1.7-next.1
    • @backstage/plugin-techdocs-react@1.0.7-next.1
    • @backstage/theme@0.2.16

1.0.7-next.0

Patch Changes

  • 3280711113: Updated dependency msw to ^0.49.0.
  • Updated dependencies
    • @backstage/plugin-techdocs-react@1.0.7-next.0
    • @backstage/core-components@0.12.1-next.0
    • @backstage/core-app-api@1.2.1-next.0
    • @backstage/core-plugin-api@1.1.1-next.0
    • @backstage/integration-react@1.1.7-next.0
    • @backstage/test-utils@1.2.3-next.0
    • @backstage/plugin-techdocs@1.4.1-next.0
    • @backstage/plugin-catalog@1.6.2-next.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-search-react@1.2.2-next.0

1.0.6

Patch Changes

  • Updated dependencies
    • @backstage/plugin-techdocs@1.4.0
    • @backstage/core-components@0.12.0
    • @backstage/core-app-api@1.2.0
    • @backstage/core-plugin-api@1.1.0
    • @backstage/plugin-techdocs-react@1.0.6
    • @backstage/plugin-catalog@1.6.1
    • @backstage/integration-react@1.1.6
    • @backstage/plugin-search-react@1.2.1
    • @backstage/test-utils@1.2.2
    • @backstage/theme@0.2.16

1.0.6-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-techdocs@1.4.0-next.2
    • @backstage/core-components@0.12.0-next.1
    • @backstage/core-app-api@1.2.0-next.0
    • @backstage/core-plugin-api@1.1.0-next.0
    • @backstage/integration-react@1.1.6-next.1
    • @backstage/test-utils@1.2.2-next.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-catalog@1.6.1-next.1
    • @backstage/plugin-search-react@1.2.1-next.1
    • @backstage/plugin-techdocs-react@1.0.6-next.1

1.0.6-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-techdocs@1.4.0-next.1

1.0.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.0-next.0
    • @backstage/core-app-api@1.2.0-next.0
    • @backstage/plugin-techdocs@1.4.0-next.0
    • @backstage/core-plugin-api@1.1.0-next.0
    • @backstage/plugin-catalog@1.6.1-next.0
    • @backstage/integration-react@1.1.6-next.0
    • @backstage/plugin-search-react@1.2.1-next.0
    • @backstage/plugin-techdocs-react@1.0.6-next.0
    • @backstage/test-utils@1.2.2-next.0
    • @backstage/theme@0.2.16

1.0.5

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog@1.6.0
    • @backstage/core-components@0.11.2
    • @backstage/core-app-api@1.1.1
    • @backstage/test-utils@1.2.1
    • @backstage/plugin-search-react@1.2.0
    • @backstage/plugin-techdocs@1.3.3
    • @backstage/plugin-techdocs-react@1.0.5
    • @backstage/integration-react@1.1.5
    • @backstage/core-plugin-api@1.0.7
    • @backstage/theme@0.2.16

1.0.5-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog@1.6.0-next.2
    • @backstage/test-utils@1.2.1-next.2
    • @backstage/core-app-api@1.1.1-next.2
    • @backstage/core-components@0.11.2-next.2
    • @backstage/core-plugin-api@1.0.7-next.2
    • @backstage/integration-react@1.1.5-next.2
    • @backstage/theme@0.2.16
    • @backstage/plugin-search-react@1.2.0-next.2
    • @backstage/plugin-techdocs@1.3.3-next.2
    • @backstage/plugin-techdocs-react@1.0.5-next.2

1.0.5-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog@1.6.0-next.1
    • @backstage/core-app-api@1.1.1-next.1
    • @backstage/plugin-search-react@1.2.0-next.1
    • @backstage/plugin-techdocs@1.3.3-next.1
    • @backstage/core-components@0.11.2-next.1
    • @backstage/core-plugin-api@1.0.7-next.1
    • @backstage/test-utils@1.2.1-next.1
    • @backstage/integration-react@1.1.5-next.1
    • @backstage/theme@0.2.16
    • @backstage/plugin-techdocs-react@1.0.5-next.1

1.0.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.11.2-next.0
    • @backstage/test-utils@1.2.1-next.0
    • @backstage/plugin-catalog@1.5.2-next.0
    • @backstage/plugin-techdocs@1.3.3-next.0
    • @backstage/plugin-techdocs-react@1.0.5-next.0
    • @backstage/integration-react@1.1.5-next.0
    • @backstage/plugin-search-react@1.1.1-next.0
    • @backstage/core-app-api@1.1.1-next.0
    • @backstage/core-plugin-api@1.0.7-next.0
    • @backstage/theme@0.2.16

1.0.4

Patch Changes

  • 817f3196f6: Updated React Router dependencies to be peer dependencies.
  • 7d47def9c4: Removed dependency on @types/jest.
  • 667d917488: Updated dependency msw to ^0.47.0.
  • 87ec2ba4d6: Updated dependency msw to ^0.46.0.
  • bf5e9030eb: Updated dependency msw to ^0.45.0.
  • Updated dependencies
    • @backstage/core-app-api@1.1.0
    • @backstage/core-components@0.11.1
    • @backstage/core-plugin-api@1.0.6
    • @backstage/test-utils@1.2.0
    • @backstage/plugin-catalog@1.5.1
    • @backstage/plugin-search-react@1.1.0
    • @backstage/plugin-techdocs-react@1.0.4
    • @backstage/plugin-techdocs@1.3.2
    • @backstage/integration-react@1.1.4

1.0.4-next.3

Patch Changes

  • 7d47def9c4: Removed dependency on @types/jest.
  • Updated dependencies
    • @backstage/core-app-api@1.1.0-next.3
    • @backstage/core-components@0.11.1-next.3
    • @backstage/core-plugin-api@1.0.6-next.3
    • @backstage/integration-react@1.1.4-next.2
    • @backstage/test-utils@1.2.0-next.3
    • @backstage/plugin-catalog@1.5.1-next.3
    • @backstage/plugin-techdocs@1.3.2-next.3
    • @backstage/plugin-techdocs-react@1.0.4-next.2

1.0.4-next.2

Patch Changes

  • 667d917488: Updated dependency msw to ^0.47.0.
  • 87ec2ba4d6: Updated dependency msw to ^0.46.0.
  • Updated dependencies
    • @backstage/core-app-api@1.1.0-next.2
    • @backstage/plugin-techdocs@1.3.2-next.2
    • @backstage/core-components@0.11.1-next.2
    • @backstage/core-plugin-api@1.0.6-next.2
    • @backstage/integration-react@1.1.4-next.1
    • @backstage/test-utils@1.2.0-next.2
    • @backstage/plugin-search-react@1.1.0-next.2
    • @backstage/plugin-catalog@1.5.1-next.2

1.0.4-next.1

Patch Changes

  • 817f3196f6: Updated React Router dependencies to be peer dependencies.
  • Updated dependencies
    • @backstage/core-app-api@1.1.0-next.1
    • @backstage/core-components@0.11.1-next.1
    • @backstage/core-plugin-api@1.0.6-next.1
    • @backstage/test-utils@1.2.0-next.1
    • @backstage/plugin-catalog@1.5.1-next.1
    • @backstage/plugin-search-react@1.0.2-next.1
    • @backstage/plugin-techdocs-react@1.0.4-next.1
    • @backstage/plugin-techdocs@1.3.2-next.1

1.0.4-next.0

Patch Changes

  • bf5e9030eb: Updated dependency msw to ^0.45.0.
  • Updated dependencies
    • @backstage/plugin-techdocs@1.3.2-next.0
    • @backstage/core-app-api@1.0.6-next.0
    • @backstage/core-plugin-api@1.0.6-next.0
    • @backstage/core-components@0.11.1-next.0
    • @backstage/integration-react@1.1.4-next.0
    • @backstage/test-utils@1.1.4-next.0
    • @backstage/plugin-catalog@1.5.1-next.0
    • @backstage/plugin-search-react@1.0.2-next.0
    • @backstage/plugin-techdocs-react@1.0.4-next.0

1.0.3

Patch Changes

  • Updated dependencies
    • @backstage/plugin-techdocs@1.3.1
    • @backstage/core-components@0.11.0
    • @backstage/core-plugin-api@1.0.5
    • @backstage/plugin-catalog@1.5.0
    • @backstage/plugin-techdocs-react@1.0.3
    • @backstage/core-app-api@1.0.5
    • @backstage/integration-react@1.1.3
    • @backstage/test-utils@1.1.3
    • @backstage/plugin-search-react@1.0.1

1.0.3-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-techdocs@1.3.1-next.2
    • @backstage/core-components@0.11.0-next.2
    • @backstage/integration-react@1.1.3-next.1
    • @backstage/plugin-catalog@1.5.0-next.2
    • @backstage/plugin-search-react@1.0.1-next.1
    • @backstage/plugin-techdocs-react@1.0.3-next.2

1.0.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog@1.5.0-next.0
    • @backstage/plugin-techdocs@1.3.1-next.0
    • @backstage/integration-react@1.1.3-next.0
    • @backstage/core-app-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0
    • @backstage/test-utils@1.1.3-next.0
    • @backstage/plugin-search-react@1.0.1-next.0
    • @backstage/plugin-techdocs-react@1.0.3-next.0

1.0.2

Patch Changes

  • a70869e775: Updated dependency msw to ^0.43.0.
  • 8006d0f9bf: Updated dependency msw to ^0.44.0.
  • Updated dependencies
    • @backstage/core-components@0.10.0
    • @backstage/plugin-techdocs-react@1.0.2
    • @backstage/plugin-search-react@1.0.0
    • @backstage/plugin-catalog@1.4.0
    • @backstage/core-app-api@1.0.4
    • @backstage/core-plugin-api@1.0.4
    • @backstage/integration-react@1.1.2
    • @backstage/test-utils@1.1.2
    • @backstage/plugin-techdocs@1.3.0
    • @backstage/theme@0.2.16

1.0.2-next.3

Patch Changes

  • a70869e775: Updated dependency msw to ^0.43.0.
  • Updated dependencies
    • @backstage/core-app-api@1.0.4-next.1
    • @backstage/core-plugin-api@1.0.4-next.0
    • @backstage/core-components@0.10.0-next.3
    • @backstage/integration-react@1.1.2-next.3
    • @backstage/test-utils@1.1.2-next.2
    • @backstage/plugin-techdocs@1.2.1-next.3
    • @backstage/plugin-catalog@1.4.0-next.3
    • @backstage/plugin-search-react@0.2.2-next.3
    • @backstage/plugin-techdocs-react@1.0.2-next.2

1.0.2-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.10.0-next.2
    • @backstage/plugin-search-react@0.2.2-next.2
    • @backstage/theme@0.2.16-next.1
    • @backstage/plugin-techdocs@1.2.1-next.2
    • @backstage/plugin-catalog@1.4.0-next.2
    • @backstage/integration-react@1.1.2-next.2
    • @backstage/plugin-techdocs-react@1.0.2-next.1

1.0.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.1
    • @backstage/plugin-catalog@1.3.1-next.1
    • @backstage/theme@0.2.16-next.0
    • @backstage/plugin-techdocs@1.2.1-next.1
    • @backstage/integration-react@1.1.2-next.1
    • @backstage/test-utils@1.1.2-next.1
    • @backstage/plugin-search-react@0.2.2-next.1

1.0.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-techdocs-react@1.0.2-next.0
    • @backstage/plugin-catalog@1.3.1-next.0
    • @backstage/core-app-api@1.0.4-next.0
    • @backstage/plugin-techdocs@1.2.1-next.0
    • @backstage/integration-react@1.1.2-next.0
    • @backstage/plugin-search-react@0.2.2-next.0
    • @backstage/test-utils@1.1.2-next.0

1.0.1

Patch Changes

  • 8f7b1835df: Updated dependency msw to ^0.41.0.
  • d047d81295: Update default mock
  • Updated dependencies
    • @backstage/plugin-catalog@1.3.0
    • @backstage/plugin-techdocs@1.2.0
    • @backstage/plugin-search-react@0.2.1
    • @backstage/core-components@0.9.5
    • @backstage/core-app-api@1.0.3
    • @backstage/core-plugin-api@1.0.3
    • @backstage/integration-react@1.1.1
    • @backstage/test-utils@1.1.1
    • @backstage/plugin-techdocs-react@1.0.1

1.0.1-next.1

Patch Changes

  • 8f7b1835df: Updated dependency msw to ^0.41.0.
  • Updated dependencies
    • @backstage/core-components@0.9.5-next.1
    • @backstage/core-app-api@1.0.3-next.0
    • @backstage/core-plugin-api@1.0.3-next.0
    • @backstage/integration-react@1.1.1-next.1
    • @backstage/test-utils@1.1.1-next.0
    • @backstage/plugin-techdocs@1.1.2-next.1
    • @backstage/plugin-catalog@1.2.1-next.1
    • @backstage/plugin-search-react@0.2.1-next.0
    • @backstage/plugin-techdocs-react@1.0.1-next.1

1.0.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog@1.2.1-next.0
    • @backstage/core-components@0.9.5-next.0
    • @backstage/plugin-techdocs@1.1.2-next.0
    • @backstage/plugin-techdocs-react@1.0.1-next.0
    • @backstage/integration-react@1.1.1-next.0

1.0.0

Major Changes

  • 0ad901569f: The TechDocs Addon framework is now generally available.

Minor Changes

  • 52fddad92d: Introducing a package with utilities to help test TechDocs Addons.

Patch Changes

  • f84e0e2818: Fixed a bug preventing testing of TechDocs Addons whose dom contained <img /> tags.
  • 7c398c6473: The TechDocsAddonTester class may now be extended if custom test configuration is needed.
  • 614bd96e2a: Fixed a type bug preventing buildAddonsInTechDocs().withApis() from being called with multiple partial API implementations.
  • Updated dependencies
    • @backstage/core-components@0.9.4
    • @backstage/test-utils@1.1.0
    • @backstage/plugin-techdocs@1.1.1
    • @backstage/core-plugin-api@1.0.2
    • @backstage/plugin-catalog@1.2.0
    • @backstage/integration-react@1.1.0
    • @backstage/plugin-techdocs-react@1.0.0
    • @backstage/plugin-search-react@0.2.0
    • @backstage/core-app-api@1.0.2

0.1.0-next.1

Patch Changes

  • f84e0e2818: Fixed a bug preventing testing of TechDocs Addons whose dom contained <img /> tags.
  • 7c398c6473: The TechDocsAddonTester class may now be extended if custom test configuration is needed.
  • Updated dependencies
    • @backstage/core-components@0.9.4-next.1
    • @backstage/plugin-techdocs@1.1.1-next.2
    • @backstage/plugin-techdocs-react@0.1.1-next.2
    • @backstage/plugin-catalog@1.2.0-next.2
    • @backstage/plugin-search-react@0.2.0-next.2
    • @backstage/core-app-api@1.0.2-next.1
    • @backstage/core-plugin-api@1.0.2-next.1
    • @backstage/integration-react@1.1.0-next.2
    • @backstage/test-utils@1.1.0-next.2

0.1.0-next.0

Minor Changes

  • 52fddad92d: Introducing a package with utilities to help test TechDocs Addons.

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.4-next.0
    • @backstage/test-utils@1.1.0-next.1
    • @backstage/core-plugin-api@1.0.2-next.0
    • @backstage/plugin-catalog@1.2.0-next.1
    • @backstage/plugin-search-react@0.2.0-next.1
    • @backstage/plugin-techdocs-react@0.1.1-next.1
    • @backstage/plugin-techdocs@1.1.1-next.1
    • @backstage/integration-react@1.1.0-next.1
    • @backstage/core-app-api@1.0.2-next.0