Skip to content

v0.4.5

Compare
Choose a tag to compare
@ja573 ja573 released this 12 Aug 11:31
· 2108 commits to master since this release

[0.4.5] - 2021-08-12

Added

  • #259 - Units selection dropdown to Work and NewWork pages, which updates the Width/Height display on change
  • #259 - Local storage key to retain user's choice of units across all Work/NewWork pages
  • #259 - Backend function to convert to/from database units (mm): uses 1inch = 25.4mm as conversion factor, rounds mm values to nearest mm, rounds cm values to 1 decimal place, rounds inch values to 2 decimal places and then to nearest sixteenth of an inch
  • #259 - Constraints on Width/Height fields depending on unit selection: user may only enter whole numbers when in mm, numbers with up to 1 decimal place when in cm, numbers with up to 2 decimal places when in inches

Changed

  • #259 - GraphQL and APP queries to specify units when submitting new Width/Height values, and handle conversion if required