From a56f7864679a5e575501868de3059e933fa29630 Mon Sep 17 00:00:00 2001 From: Joao Maio <10330349+JMaio@users.noreply.github.com> Date: Thu, 11 Feb 2021 18:18:13 +0000 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6508b..38e4ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,46 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.1.0](https://github.com/JMaio/mandelbrot-maps/compare/v1.0.3...v1.1.0) (2021-02-11) + + +### Features + +* **gesture:** extract common gesture logic (like panning) ([a7d4549](https://github.com/JMaio/mandelbrot-maps/commit/a7d4549e69d1e8578877160af9c4b9a5531bb7a0)) +* **info:** add extensible help dialog (md --> help page) ([196f09b](https://github.com/JMaio/mandelbrot-maps/commit/196f09bff29b29c5f9b9194dd871567daa7df543)) +* **info:** add screen size property to device info ([330ccdf](https://github.com/JMaio/mandelbrot-maps/commit/330ccdf17b68a4775346609c1ecb0b0789138faf)) +* **info:** add settings descriptions to help dialog ([81d3c26](https://github.com/JMaio/mandelbrot-maps/commit/81d3c269b23aa92297681bbd205c8bcf4eaaaba6)) +* **info:** create simple help dialog ([7f07625](https://github.com/JMaio/mandelbrot-maps/commit/7f07625a95c7f80b0b5312af2e964d745d83347f)) +* **info:** start adding settings helptext ([3759399](https://github.com/JMaio/mandelbrot-maps/commit/3759399341da560eb6e160076ad4a048f6f42f19)) +* **info:** use markdown instead of hardcoded JSX ([8ed1d52](https://github.com/JMaio/mandelbrot-maps/commit/8ed1d521de9672c5ed0f65597a73118feb372960)) +* **ui:** add view basic changer functionality ([b3e4d79](https://github.com/JMaio/mandelbrot-maps/commit/b3e4d79f2dfb487265b2bd2b94ed205bc07e97ec)) +* **webgl:** set shader float precision conditionally ([1b15116](https://github.com/JMaio/mandelbrot-maps/commit/1b151168c2387c82b21d15d8a4628551cb844ea8)) + + +### Bug Fixes + +* **deploy:** explicitly call yarn "pre" and "post" ([effcd1a](https://github.com/JMaio/mandelbrot-maps/commit/effcd1acdfae3a442b94539f1d7dff80fce412b0)) +* **dev:** add https start script ([698433a](https://github.com/JMaio/mandelbrot-maps/commit/698433ae5d9900a4e5505f9c16fabd031973ca5d)) +* **dpr:** update DPR logic, pass value down via props ([54e9bee](https://github.com/JMaio/mandelbrot-maps/commit/54e9beef4316326ae7f7aa58922eba8942c62887)) +* **import:** add view changer import ([83a65e5](https://github.com/JMaio/mandelbrot-maps/commit/83a65e5c728c078aafbfcca77d91d754d9009190)) +* **info:** actually import the Markdown tag ([c78c0b4](https://github.com/JMaio/mandelbrot-maps/commit/c78c0b4dffde78c3bf9f1787c47871c325a551dc)) +* **info:** add return type to markdown component ([18056cd](https://github.com/JMaio/mandelbrot-maps/commit/18056cd5669329680ff865b9c131fbc4fabd7860)) +* **info:** improve settings display help, make interactive ([55e5fb1](https://github.com/JMaio/mandelbrot-maps/commit/55e5fb1fff5166f3379806d2e992a9e74029480b)) +* **info:** rework help components to cache md files ([9635a58](https://github.com/JMaio/mandelbrot-maps/commit/9635a58431168bc197caabc411c3dd682ca6caf9)) +* **info:** update snackbar logic ([2c137cd](https://github.com/JMaio/mandelbrot-maps/commit/2c137cd5830618fe36b1f827e00afdf962232714)) +* **lint:** update eslint / prettier ([a25eb95](https://github.com/JMaio/mandelbrot-maps/commit/a25eb958d2db59077d3e42562102ef5e033ae776)) +* **lint:** update prettier settings ([2d7a9b4](https://github.com/JMaio/mandelbrot-maps/commit/2d7a9b49c7859569d5d3029a37f8001e3579c388)) +* **lint:** update vscode formatOnSave settings ([3944581](https://github.com/JMaio/mandelbrot-maps/commit/3944581d3aaa8a101b291f034edb61b43384419d)) +* **misc:** make "copy device properties" button more explicit with "copy info" ([961dbfb](https://github.com/JMaio/mandelbrot-maps/commit/961dbfb521e3b482b991858f450469e05ff5bc18)) +* **openapi:** update openapi tags, keywords ([c5390cb](https://github.com/JMaio/mandelbrot-maps/commit/c5390cb067737167713c8446ad068e887c322694)) +* **pwa:** explicitly add workbox for PWA support ([a2e0247](https://github.com/JMaio/mandelbrot-maps/commit/a2e02470ecf4a0e9c47dc0f184b54c25ab56e424)), closes [/github.com/facebook/create-react-app/issues/9776#issuecomment-728945921](https://github.com/JMaio//github.com/facebook/create-react-app/issues/9776/issues/issuecomment-728945921) +* **pwa:** make logo maskable, update to minimal ui ([a1b1669](https://github.com/JMaio/mandelbrot-maps/commit/a1b16693d58af6f6455e742882ccdc8557aa5bc7)) +* **pwa:** remove old favicons, new opengraph image under 300kb ([b4ec5be](https://github.com/JMaio/mandelbrot-maps/commit/b4ec5be52589c197bedc1b19c74bea60b712e5ac)) +* **pwa:** rename manifest according to w3 ([b446ef0](https://github.com/JMaio/mandelbrot-maps/commit/b446ef03e040affd4da8e3858429aee8bd0b472a)) +* **pwa:** revert app display style to "standalone" (will use share api) ([79da008](https://github.com/JMaio/mandelbrot-maps/commit/79da00898570792fe1651c294bc201010c58153a)) +* **pwa:** update logo to have purpose "any" ([416a8a4](https://github.com/JMaio/mandelbrot-maps/commit/416a8a4b0e58356dff3c8d061a7b188ab1f9549e)) +* **versioning:** use git describe for version info ([99f71a2](https://github.com/JMaio/mandelbrot-maps/commit/99f71a2f99511ae90700247c0ff04085e872aa6c)) + ### [1.0.3](https://github.com/JMaio/mandelbrot-maps/compare/v1.0.2...v1.0.3) (2020-12-25) diff --git a/package.json b/package.json index f5a02c9..69c03a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mandelbrot-maps", - "version": "1.0.3", + "version": "1.1.0", "private": true, "homepage": "https://jmaio.github.io/mandelbrot-maps/", "dependencies": {