Files
backstage/plugins/sonarqube-react/CHANGELOG.md
T
github-actions[bot] 9521f1274d Version Packages (next)
2023-01-10 14:18:51 +00:00

1.4 KiB

@backstage/plugin-sonarqube-react

0.1.1-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.3.0-next.1
    • @backstage/catalog-model@1.1.5-next.1

0.1.1-next.1

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.5-next.1
    • @backstage/core-plugin-api@1.2.1-next.0

0.1.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.5-next.0
    • @backstage/core-plugin-api@1.2.0

0.1.0

Minor Changes

  • 6b59903bfa: Parts of plugin-sonarqube have been moved into a new plugin-sonarqube-react package. Additionally some types that were previously internal to plugin-sonarqube have been made public and will allow access for third-parties. As the sonarqube plugin has not yet reached 1.0 breaking changes are expected in the future. As such exports of plugin-sonarqube-react require importing via the /alpha entrypoint:

    import { sonarQubeApiRef } from '@backstage/plugin-sonarqube-react/alpha';
    
    const sonarQubeApi = useApi(sonarQubeApiRef);
    

    Moved from plugin-sonarqube to plugin-sonarqube-react:

    • isSonarQubeAvailable
    • SONARQUBE_PROJECT_KEY_ANNOTATION

    Exports that been introduced to plugin-sonarqube-react are documented in the API report.

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.2.0
    • @backstage/catalog-model@1.1.4