Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Releases: procore-oss/backstage-plugin-announcements

@procore-oss/[email protected]

26 Jan 17:12
bb8d8c7

Choose a tag to compare

Patch Changes

  • 35670f3: Upgrade Backstage to 1.22.1

@procore-oss/[email protected]

26 Jan 17:12
bb8d8c7

Choose a tag to compare

Patch Changes

@procore-oss/[email protected]

20 Dec 18:55
deebe57

Choose a tag to compare

Patch Changes

  • b4827fa: export announcementsApiRef

@procore-oss/[email protected]

05 Dec 16:28
1c465ec

Choose a tag to compare

Patch Changes

  • ee9984f: Allows a user to specify the title length for the list of Announcement cards. This is useful if you would like to truncate all titles to keep cards consistent
  • 38eab72: Announcement cards will now display truncated titles with an ellipsis. Hovering over the title will display a tooltip with the full title.

@procore-oss/[email protected]

21 Nov 22:42
7732842

Choose a tag to compare

Minor Changes

  • 95c94c0: Update announcement card layout. That fixes color font that was incorrect with light theme

@procore-oss/[email protected]

08 Nov 17:11
88b197c

Choose a tag to compare

Patch Changes

  • 857c323: set correct build database migrations folder path

@procore-oss/[email protected]

07 Nov 15:21
f64bf71

Choose a tag to compare

Patch Changes

  • 4968543: The backend now contains a local seeded database with announcements and categories. The README file was updated to include instructions on how to set things up. Minor documentation edits were made across the project to align with the format updates in the backend's readme.

@procore-oss/[email protected]

07 Nov 15:21
f64bf71

Choose a tag to compare

Minor Changes

  • 4968543: The backend now contains a local seeded database with announcements and categories. The README file was updated to include instructions on how to set things up. Minor documentation edits were made across the project to align with the format updates in the backend's readme.

@procore-oss/[email protected]

31 Oct 01:40
0937057

Choose a tag to compare

Minor Changes

  • 668636c: This change modifies the announcements plugin to use the backstage fetch api, making it compatible with any backstage implementation using any fetch api customization.

Patch Changes

  • 24df174: chore: bump dev dependencies where possible

@procore-oss/[email protected]

31 Oct 01:40
0937057

Choose a tag to compare

Minor Changes

  • 43e6b6a: Exposes the announcements plugin's permissions in a metadata endpoint

Patch Changes

  • bce49e0: Improves test coverage significantly for the backend plugin
  • 24df174: chore: bump dev dependencies where possible
  • c81ae81: Fix AnnouncementCollatorApi iterable error