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
- Renamed instances of
JRSmiffy
tojrsmth
1.3.3 - 11/08/2023
- [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
- 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
- [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
- [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
- [DEL-43-44] Refactored tooltip styling
1.2.2 - 20/07/2023
- [DEL-43] Added get-version.sh script to retrieve info from package.json's
- [DEL-43] Updated styling and template for version display
1.2.1 - 03/07/2023
- [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
dblclick
event listener to delete points, replacing single-click- A help tooltip at the top-right of the interactive view
- [DEL-20 / #2] Moved points were being released lower than intended
- Moved
dark
andlight
CSS classes from withinbutton.flat
for increased re-usability
1.1.2 - 27/05/2023
- Initial commit of
CHANGELOG.md
(DEL-41) - Excluded
*.md
files in.gitignore
forgh-pages
branch
1.1.1 - 26/05/2023
- Prevent slider decrement if point clicked but not deleted (DEL-20)
1.1.0 - 26/05/2023
- Update
main
workflow to bump to next incremental-SNAPSHOT
(DEL-40) - Added
/app
exclusion forgh-pages
branch to.gitignore
- Refactored the
README.md
1.0.4 - 22/05/2023
- Refactored the
README.md
1.0.3 - 22/05/2023
- Refactored the
README.md
1.0.2 - 22/05/2023
- Deleted comments for
main.yaml
- Refactored the
README.md
1.0.1 - 22/05/2023
- Addition of version bump and tag steps to
main.yaml
workflow
- Removal of
index.js
andindex.css
from non-gh-pages
branch
1.3.x
- Circumcircle toggle and minor fix/refactor1.2.x
- Second wave of bug fixes and interactive tooltip1.1.x
- First wave of bug fixes and workflow refactor1.0.x
- Initial release and workflow set-up0.x.x
- Initial development