Skip to content

Latest commit

 

History

History
171 lines (112 loc) · 4.22 KB

CHANGELOG.md

File metadata and controls

171 lines (112 loc) · 4.22 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


1.3.4 - 22/10/2023

Changed

  • Renamed instances of JRSmiffy to jrsmth

1.3.3 - 11/08/2023

Changed

  • [DEL-47] Styling for hovering over triangles, so that colour changing and clicking to show circumcircles only applies to interactive mode

1.3.2 - 11/08/2023

Changed

  • Renamed references of circum-circle to circumcircle
  • Shorted interactive tooltip instruction #4 (now single-line)
  • Prevent text-selection (highlight) of interactive slider value
  • Styling of hover triangles and circumcircles

1.3.1 - 10/08/2023

Changed

  • [DEL-46] Replaced bash script for building .js file with version consts with .ts that imports package.json
  • Updated README as the message for Windows devs no longer applies

1.3.0 - 07/08/2023

Added

  • [DEL-31] Added toggle mechanism for displaying a triangle's circumcircle when clicking inside its body
  • Note for Windows developers for building this project

1.2.3 - 04/08/2023

Changed

  • [DEL-43-44] Refactored tooltip styling

1.2.2 - 20/07/2023

Added

  • [DEL-43] Added get-version.sh script to retrieve info from package.json's

Changed

  • [DEL-43] Updated styling and template for version display

1.2.1 - 03/07/2023

Changed

  • [DEL-44] Styling for tooltip text now includes line-spacing
  • [DEL-44] ? character used as tooltip icon now replaced with fa-question from FontAwesome

1.2.0 - 26/06/2023

Added

  • dblclick event listener to delete points, replacing single-click
  • A help tooltip at the top-right of the interactive view

Fixed

  • [DEL-20 / #2] Moved points were being released lower than intended

Changed

  • Moved dark and light CSS classes from within button.flat for increased re-usability

1.1.2 - 27/05/2023

Added

  • Initial commit of CHANGELOG.md (DEL-41)
  • Excluded *.md files in .gitignore for gh-pages branch

1.1.1 - 26/05/2023

Fixed

  • Prevent slider decrement if point clicked but not deleted (DEL-20)

1.1.0 - 26/05/2023

Added

  • Update main workflow to bump to next incremental -SNAPSHOT (DEL-40)
  • Added /app exclusion for gh-pages branch to .gitignore

Changed

  • Refactored the README.md

1.0.4 - 22/05/2023

Changed

  • Refactored the README.md

1.0.3 - 22/05/2023

Changed

  • Refactored the README.md

1.0.2 - 22/05/2023

Removed

  • Deleted comments for main.yaml

Changed

  • Refactored the README.md

1.0.1 - 22/05/2023

Added

  • Addition of version bump and tag steps to main.yaml workflow

Removed

  • Removal of index.js and index.css from non-gh-pages branch

Version History

  • 1.3.x - Circumcircle toggle and minor fix/refactor
  • 1.2.x - Second wave of bug fixes and interactive tooltip
  • 1.1.x - First wave of bug fixes and workflow refactor
  • 1.0.x - Initial release and workflow set-up
  • 0.x.x - Initial development