Skip to content

Releases: thoughtworks/build-your-own-radar

v1.1.5

25 Apr 09:33
Compare
Choose a tag to compare

General Updates

  • Merge Dependabot PRs
  • Minor fixes

v1.1.4

18 Oct 13:45
Compare
Choose a tag to compare

General Updates

  • Update Cypress version (#350)
  • Merge Dependabot PRs (#353, #352)
  • Update dependencies (#338)
  • Set Chrome as default headless browser for e2e tests on Cypress
  • Readme & CI/CD Updates

v1.1.3

06 Sep 11:48
Compare
Choose a tag to compare

General Updates

  • Update to query params to allow both documentId and sheetId (#318)
  • Code refactoring (#332)
  • README & Repo updates (#323, #324, #327, #329, #334)
  • Merged Dependabot PRs (#335, #340)

v1.1.2

19 Jun 13:18
Compare
Choose a tag to compare

Bug Fixes

  • Fixed the error message shown in case of incorrect column headers in input Google Sheet

v1.1.1

01 Jun 13:11
Compare
Choose a tag to compare

General Updates

  • package-lock.json updated to node v18
  • README & CI/CD updates

v1.1.0

22 May 12:44
Compare
Choose a tag to compare

Bug fixes

  • Fixed alignment issues with printing to PDF in landscape mode

General updates

  • Removed old UI test cases
  • Merged Dependabot PR for package bump (#312)

Docker updates

  • Docker images will now be tagged with GitHub release versions (current docker image).
    • The docker image from our last release (v1.0.0) has also been tagged as v1.0.0.

Usability changes

  • Renamed npm scripts for running tests (Refer package.json)

v1.0.0

20 Apr 08:23
Compare
Choose a tag to compare

This release brings in a complete visual refresh, with mobile responsiveness and better accessibility, to align the BYOR app with our Thoughtworks brand guidelines (as seen in our Thoughtworks Radar).
Instructions for using the refreshed BYOR app on our website are available here. For setting up as a local instance, please find the steps here.

Thanks for all your contributions for this release!

UI/UX Updates

  • Radar graph design update to match Thoughtworks Radar design
  • General UI elements' (banners, buttons etc.) design update to align with Thoughtworks brand guidelines
  • Improved responsiveness across the app for tablet/mobile devices
  • PDF design update to match the new designs
  • New blip group representation for large number of blips in a ring
  • Improved navigation across sections of the app

Accessibility Improvements

  • Improved keyboard navigation across the app
  • Improved voice over experience
  • Updated the blip size to meet accessibility standards
  • Focus on URL or search input fields by pressing ‘/‘

General Updates

  • Allow for custom ring and quadrant names (for Docker image deployments only)
  • Improved error handling and reporting
  • Bug fixes

Usage Changes

  • While using our deployed version (at https://radar.thoughtworks.com), input data now needs to conform to the standard 4 ring and quadrant names (reference)
  • Query param that is used for indicating the input URL is changed from sheetId to documentId