Files
backstage/plugins/pagerduty/CHANGELOG.md
T
github-actions[bot] 326cbd7408 Version Packages
2021-08-05 00:24:56 +00:00

6.9 KiB

@backstage/plugin-pagerduty

0.3.10

Patch Changes

  • 260c053b9: Fix All Material UI Warnings
  • Updated dependencies
    • @backstage/core-components@0.3.0
    • @backstage/core-plugin-api@0.1.5
    • @backstage/plugin-catalog-react@0.4.1

0.3.9

Patch Changes

  • 9d40fcb1e: - Bumping material-ui/core version to at least 4.12.2 as they made some breaking changes in later versions which broke Pagination of the Table.
    • Switching out material-table to @material-table/core for support for the later versions of material-ui/core
    • This causes a minor API change to @backstage/core-components as the interface for Table re-exports the prop from the underlying Table components.
    • onChangeRowsPerPage has been renamed to onRowsPerPageChange
    • onChangePage has been renamed to onPageChange
    • Migration guide is here: https://material-table-core.com/docs/breaking-changes
  • Updated dependencies
    • @backstage/core-components@0.2.0
    • @backstage/plugin-catalog-react@0.4.0
    • @backstage/core-plugin-api@0.1.4
    • @backstage/theme@0.2.9

0.3.8

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@0.3.0

0.3.7

Patch Changes

  • d1bd7bb82: Update README
  • Updated dependencies
    • @backstage/core-components@0.1.5
    • @backstage/catalog-model@0.9.0
    • @backstage/plugin-catalog-react@0.2.6

0.3.6

Patch Changes

  • 48c9fcd33: Migrated to use the new @backstage/core-* packages rather than @backstage/core.
  • Updated dependencies
    • @backstage/core-plugin-api@0.1.3
    • @backstage/catalog-model@0.8.4
    • @backstage/plugin-catalog-react@0.2.4

0.3.5

Patch Changes

  • Updated dependencies [add62a455]
  • Updated dependencies [cc592248b]
  • Updated dependencies [17c497b81]
  • Updated dependencies [704875e26]
    • @backstage/catalog-model@0.8.0
    • @backstage/core@0.7.11
    • @backstage/plugin-catalog-react@0.2.0

0.3.4

Patch Changes

  • 062bbf90f: chore: bump @testing-library/user-event from 12.8.3 to 13.1.8
  • 675a569a9: chore: bump react-use dependency in all packages
  • Updated dependencies [062bbf90f]
  • Updated dependencies [10c008a3a]
  • Updated dependencies [889d89b6e]
  • Updated dependencies [16be1d093]
  • Updated dependencies [3f988cb63]
  • Updated dependencies [675a569a9]
    • @backstage/core@0.7.9
    • @backstage/plugin-catalog-react@0.1.6
    • @backstage/catalog-model@0.7.9

0.3.3

Patch Changes

  • c614ede9a: Updated README to have up-to-date install instructions.
  • Updated dependencies [9afcac5af]
  • Updated dependencies [e0c9ed759]
  • Updated dependencies [6eaecbd81]
    • @backstage/core@0.7.7

0.3.2

Patch Changes

  • 4c049a1a1: - Adds onClick and other props to IconLinkVertical;

    • Allows TriggerButton component to render when pager duty key is missing;

    • Refactors TriggerButton and PagerDutyCard not to have shared state;

    • Removes the action prop of the IconLinkVertical component while adding onClick.

      Instead of having an action including a button with onClick, now the whole component can be clickable making it easier to implement and having a better UX.

      Before:

      const myLink: IconLinkVerticalProps = {
        label: 'Click me',
        action: <Button onClick={myAction} />,
        icon: <MyIcon onClick={myAction} />,
      };
      

      After:

      const myLink: IconLinkVerticalProps = {
        label: 'Click me',
        onClick: myAction,
        icon: <MyIcon />,
      };
      
  • Updated dependencies [12d8f27a6]

  • Updated dependencies [40c0fdbaa]

  • Updated dependencies [2a271d89e]

  • Updated dependencies [bece09057]

  • Updated dependencies [169f48deb]

  • Updated dependencies [8a1566719]

  • Updated dependencies [9d455f69a]

  • Updated dependencies [4c049a1a1]

  • Updated dependencies [02816ecd7]

    • @backstage/catalog-model@0.7.3
    • @backstage/core@0.7.0
    • @backstage/plugin-catalog-react@0.1.1

0.3.1

Patch Changes

0.3.0

Minor Changes

  • 549a859ac: Improved the UI of the pagerduty plugin, and added a standalone TriggerButton

Patch Changes

0.2.8

Patch Changes

  • 29a138636: Use the Luxon Date Library to follow the recommendations of ADR010.
  • b288a291e: Migrated to new composability API, exporting the plugin instance as pagerDutyPlugin, entity card as EntityPagerDutyCard, and entity conditional as isPagerDutyAvailable.
  • Updated dependencies [19d354c78]
  • Updated dependencies [b51ee6ece]
    • @backstage/plugin-catalog-react@0.0.3
    • @backstage/core@0.6.1

0.2.7

Patch Changes

0.2.6

Patch Changes

  • Updated dependencies [def2307f3]
  • Updated dependencies [efd6ef753]
  • Updated dependencies [a187b8ad0]
  • Updated dependencies [a93f42213]
    • @backstage/catalog-model@0.7.0
    • @backstage/core@0.5.0

0.2.5

Patch Changes

  • b7a124883: Optimize empty state image size.

0.2.4

Patch Changes

  • 342270e4d: Create AboutCard in core and use it in pagerduty and catalog plugin
  • Updated dependencies [1dc445e89]
  • Updated dependencies [342270e4d]
    • @backstage/core@0.4.2

0.2.3

Patch Changes

0.2.2

Patch Changes

  • 6011b7d3e: Added pagerduty plugin to example app
  • Updated dependencies [2527628e1]
  • Updated dependencies [1c69d4716]
  • Updated dependencies [83b6e0c1f]
  • Updated dependencies [1665ae8bb]
  • Updated dependencies [04f26f88d]
  • Updated dependencies [ff243ce96]
    • @backstage/core@0.4.0
    • @backstage/catalog-model@0.5.0
    • @backstage/theme@0.2.2