Skip to content

Latest commit

 

History

History
105 lines (68 loc) · 8.75 KB

CHANGELOG.md

File metadata and controls

105 lines (68 loc) · 8.75 KB

Changelog

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

1.3.1 (2021-09-06)

Features

  • tans-theorem: ui overhaul (ab10890)
  • tans-theorem: unify animation progress bar (1612234)

Bug Fixes

  • tans-theorem: fix domains and update its ui (d88acd3)
  • tans-theorem: update markers on domain switch (ff83ac5)

1.3.0 (2021-03-23)

Features

  • tans-theorem-explorer: tans theorem explorer (256e29f)

Bug Fixes

  • tans-theorem: refactor points list (c875204)
  • tans-theorem: refactor points list to use index (b5b3d05)

1.2.0 (2021-03-02)

Features

  • controls: add rotation indicator and reset to minimaps (098d24f)
  • perturbation-theory: add deep zoom control to settings (c970135)
  • perturbation-theory: change precision dynamically (220afa0)
  • perturbation-theory: re-add crosshair, update colour scheme (be2ba58)
  • perturbation-theory: start port from deepfractal! (kinda broken) (2fa2b88)
  • perturbation-theory: wow, that actually worked... deep-fractal shader up and running (2250403)

Bug Fixes

  • controls: remove zoom clamping to fixed value (11c0d7c)
  • deploy: run "git describe" with "--tags" to include tag number (5a04712)

1.1.1 (2021-02-11)

1.1.0 (2021-02-11)

Features

  • gesture: extract common gesture logic (like panning) (a7d4549)
  • info: add extensible help dialog (md --> help page) (196f09b)
  • info: add screen size property to device info (330ccdf)
  • info: add settings descriptions to help dialog (81d3c26)
  • info: create simple help dialog (7f07625)
  • info: start adding settings helptext (3759399)
  • info: use markdown instead of hardcoded JSX (8ed1d52)
  • ui: add view basic changer functionality (b3e4d79)
  • webgl: set shader float precision conditionally (1b15116)

Bug Fixes

  • deploy: explicitly call yarn "pre" and "post" (effcd1a)
  • dev: add https start script (698433a)
  • dpr: update DPR logic, pass value down via props (54e9bee)
  • import: add view changer import (83a65e5)
  • info: actually import the Markdown tag (c78c0b4)
  • info: add return type to markdown component (18056cd)
  • info: improve settings display help, make interactive (55e5fb1)
  • info: rework help components to cache md files (9635a58)
  • info: update snackbar logic (2c137cd)
  • lint: update eslint / prettier (a25eb95)
  • lint: update prettier settings (2d7a9b4)
  • lint: update vscode formatOnSave settings (3944581)
  • misc: make "copy device properties" button more explicit with "copy info" (961dbfb)
  • openapi: update openapi tags, keywords (c5390cb)
  • pwa: explicitly add workbox for PWA support (a2e0247), closes /github.com/facebook/create-react-app/issues/9776#issuecomment-728945921
  • pwa: make logo maskable, update to minimal ui (a1b1669)
  • pwa: remove old favicons, new opengraph image under 300kb (b4ec5be)
  • pwa: rename manifest according to w3 (b446ef0)
  • pwa: revert app display style to "standalone" (will use share api) (79da008)
  • pwa: update logo to have purpose "any" (416a8a4)
  • versioning: use git describe for version info (99f71a2)

1.0.3 (2020-12-25)

Features

  • versioning: add standard-version and commitlint for versioning (d103909)
  • yarn: upgrade to yarn v2 (51f7cfe)

Bug Fixes