Skip to content

Releases: StackExchange/backstage-stackoverflow

v1.6.3

19 Jan 17:15

Choose a tag to compare

Changes

Rebranding

  • Renamed "Stack Overflow for Teams" to "Stack Overflow Internal"

Bug Fixes

  • Fixed several UI bugs

Updates

  • Updated to the latest version of Backstage for examples and local development

Infrastructure

@stackoverflow/backstage-stack-overflow-teams-collator@1.6.3

19 Jan 16:42

Choose a tag to compare

@stackoverflow/backstage-stack-overflow-teams-collator

1.5.1

Patch Changes

  • 8bc8e6e: Rebranding patch, changed terms from "Stack Overflow for Teams" to "Stack Overflow Internal" or "Stack Internal"

1.5.0

Minor Changes

  • ebbd62a: Fixed issue with collator NPM package, fixed UI issue with frontend plugin, updated backend and app local dev environments to the latest backstage version

1.4.0

Minor Changes

  • a30ff98: Changeset tracking added + NPM repository is now under Stackoverflow org

@stackoverflow/backstage-plugin-stack-overflow-teams@1.6.3

19 Jan 16:42

Choose a tag to compare

@stackoverflow/backstage-plugin-stack-overflow-teams

1.6.2

Patch Changes

  • d338a50: Removed unnecessary React imports

1.6.1

Patch Changes

  • 8bc8e6e: Rebranding patch, changed terms from "Stack Overflow for Teams" to "Stack Overflow Internal" or "Stack Internal"

1.6.0

Minor Changes

  • ebbd62a: Fixed issue with collator NPM package, fixed UI issue with frontend plugin, updated backend and app local dev environments to the latest backstage version

1.5.0

Minor Changes

  • a30ff98: Changeset tracking added + NPM repository is now under Stackoverflow org

@stackoverflow/backstage-plugin-stack-overflow-teams@1.6.2

19 Jan 16:15
95849ec

Choose a tag to compare

Patch Changes

  • d338a50: Removed unnecessary React imports

@stackoverflow/backstage-plugin-stack-overflow-teams-backend@1.6.3

19 Jan 16:42

Choose a tag to compare

@stackoverflow/backstage-plugin-stack-overflow-teams-backend

1.5.1

Patch Changes

  • 8bc8e6e: Rebranding patch, changed terms from "Stack Overflow for Teams" to "Stack Overflow Internal" or "Stack Internal"

1.5.0

Minor Changes

  • a30ff98: Changeset tracking added + NPM repository is now under Stackoverflow org

@stackoverflow/backstage-stack-overflow-teams-collator@1.5.1

12 Jan 01:51
484c6b2

Choose a tag to compare

Patch Changes

  • 8bc8e6e: Rebranding patch, changed terms from "Stack Overflow for Teams" to "Stack Overflow Internal" or "Stack Internal"

@stackoverflow/backstage-plugin-stack-overflow-teams@1.6.1

12 Jan 01:51
484c6b2

Choose a tag to compare

Patch Changes

  • 8bc8e6e: Rebranding patch, changed terms from "Stack Overflow for Teams" to "Stack Overflow Internal" or "Stack Internal"

@stackoverflow/backstage-plugin-stack-overflow-teams-backend@1.5.1

12 Jan 01:51
484c6b2

Choose a tag to compare

Patch Changes

  • 8bc8e6e: Rebranding patch, changed terms from "Stack Overflow for Teams" to "Stack Overflow Internal" or "Stack Internal"

stackoverflow org NPM packages

15 Oct 16:40

Choose a tag to compare

v1.4.0 - couple cool changes ;)

24 Jul 10:50
8f251c2

Choose a tag to compare

Release v1.4.0 – Improved Question Form and Hub Functionality

New Questions Form

This release introduces a much more complete and user-friendly question creation form:

  • Replaced the plain text input with a rich text editor

  • Added contextual tips throughout the form to help users ask better questions

  • Tag input improvements:

    • Autocompletes existing tags
    • Clearly indicates when a new tag will be created
  • Popular tags are now shown in the right-hand panel to help users choose relevant labels

Screenshot 2025-07-24 at 11 46 22 Screenshot 2025-07-24 at 11 47 11

Hub Improvements (StackOverflowPosts and Tags components)

Major enhancements have been made to the Hub experience:

  • The search bar now leverages the Search API to fetch and display results dynamically
  • Filters now trigger API requests dynamically, keeping results accurate and up-to-date
  • A new hybrid pagination system enables proper navigation through all questions using both client-side and server-side data fetching
Screenshot 2025-07-24 at 11 48 52

Additional Improvements

  • The Hub header now shows the connected Stack Overflow instance and the plugin version
  • Improved UI for user display
  • Added tooltips to several areas of the Hub for clarity
  • Introduced skeleton loading states for better UI consistency
  • All API calls now include the user agent SOBackstage-Plugin for future usage monitoring

Full Changelog: v1.3.2...v1.4.0