Skip to content

Releases: chipcullen/contrast-triangle

Completely on Typescript

05 Nov 02:50
94d580d
Compare
Choose a tag to compare
Convert App to typescript (#9)

* WIP on converting the app file to typescript

* finishing the conversion to typescript

Adding underlines query parameter support

17 Oct 04:59
54df8d9
Compare
Choose a tag to compare

This addition allows for underlines=true or underlines=false as query parameters.

Version 1.1 - Removal of react-query-params

16 Oct 21:05
Compare
Choose a tag to compare

The major change in this release was removing the use of react-query-params, which is now no longer maintained. I converted the main App component to be a functional component, with hooks, instead.