Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Latest commit

 

History

History
138 lines (116 loc) · 14 KB

CHANGELOG.md

File metadata and controls

138 lines (116 loc) · 14 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.1 (2020-01-07)

Features

  • add commit information and link (f14767c)

Bug Fixes

  • create version info even without git (9c11799)
  • downgrade typescript (asked by typescript-etree (0fc424d)
  • fix use of now.sh environment variables (cbd9cd5)

1.2.0 (2019-12-20)

Features

  • add a bar representing point voronoi area (c77e308)
  • add a picture (cuzco stones) to the examples (7d90195)
  • add a switch between color and grayscale background image (81fb9a8)
  • add a Tables panel (5b4053a)
  • add information about feedback and credits (4c58050)
  • add number to points + in points handles (e015233)
  • add point number in points list (324ea7d)
  • add versions information in side bar (a2e1d0b)
  • assign a different category on each point creation (52334e7)
  • close the gallery when on image selection (fc3c323)
  • compute, store and display area of every point (d676249)
  • improve gallery style (f1aeef3)
  • improve the upload button (a lot simpler and faster) (ace3ebc)
  • increase voronoi opacity to distinguish categories colors (2c59bd2)
  • limit height of the image list (da18131)
  • modify sidebar layout (e19055c)
  • move Image selector to a popup from menu image icon (8a5d473)
  • move the gallery to the side bar (instead of modal) (f31e8d6)
  • persist one composition per image (d44f93c)
  • reduce base64 image size, using JPEG 0.92, instead of PNG (b087ec3)
  • select points from list or svg handles (e3f03f0)
  • show image colors by default (26599e6)
  • show list of agents, with select checkboxes (c953bdb)
  • show Voronoi even if there is no background image (be7933a)
  • slight UI improvements (Add images button, card separation) (b9198b7)
  • upload images (add to Gallery) (09b0d13)

Bug Fixes

  • better name for the app (1832056)
  • clamp x & y points coordinates to [0,100] domain (d6c245c), closes #36
  • close the navigation bar by default (5eba3ff), closes #42
  • downgrade typescript to 3.6.4 (cb14419)
  • fix component name (f51707b)
  • fix components names (c9186d4)
  • fix gallery title (294f059)
  • fix Typescript error (932f4a9)
  • hide the 'fullscreen' button on small screens (ea28601)
  • improve footer style (bee10d0)
  • improve reactivity on gray images (71caefa)
  • increase the size of images a bit (ddf1703)
  • remove field (b3ce0e8)
  • remove point handle highlight once it has been selected (434070a)
  • remove useless case (8a3357d)
  • rename component Main to MainPanel (1d82fa1)
  • revert be7933ad partially (598bb15)
  • rotate/mirror uploaded images according to EXIF (4aadb8b), closes #45
  • store should be namespaced (f736bfa)
  • white text on selected handles (53963a8)

1.1.0 (2019-11-14)

Features

Bug Fixes

  • comment temporal code (a8d6f8f)
  • ensure the canvas is displayed as a block (c1f659d)
  • fix class name (c7e801e)
  • fix hover on points (d3d0241)
  • fix syntax (f5f3d36)
  • fix the selection of a pomposition by pictureId (8160ee4)
  • remove unnecessary code (fceee4e)
  • remove unnecessary code (e1f2821)
  • show the mage placeholder as soon as possible (b8ce60d)
  • typo (621b296)