From d633b202a855689655032bdb290e036f2733b33d Mon Sep 17 00:00:00 2001 From: Tim Welch Date: Wed, 1 Feb 2023 19:31:16 -0800 Subject: [PATCH] v1.1.0 changelog update --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b961559..d7bedebef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +## v1.1.0 (2023-02-01) + +#### :rocket: New Feature / Improvement + +* Add metric group objective helpers - getMetricGroup, getMetricObjectives, getMetricGroupObjectiveIds +* HorizontalStackedBar: increase default title width and allow override +* sortMetrics - add support for sorting by displayOrder property +* SketchAttributesCard and getUserAttribute: add boolean attribute support +* getUserAttribute: add support for collections +* add workspace:shell command matching volume mount of cli use + +#### :bug: Bug Fix + +* Hard error if optional raster metadata file not created as part of transform +* Export VerticalSpacer component + +#### :house: Internal + +* Use new [gp-workspace](https://github.com/seasketch/docker-gp-workspace) built on Ubuntu +* Migrate GDAL commands during import and publish to use docker exec. +* Add husky pre-commit hook to run full local tests which include e2e as part of commit +* Remove scripts/e2e tests from CI (gdal calls) since now run in docker container. Limit to locally run tests only for now. +* Add markdown linter +* Remove extensions no longer used + +#### :memo: Documentation + +* Update gp landing readme +* Update default README.md and link to tutorials + ## :tada: v1.0.0 (2022-09-30) :tada: #### :boom: Breaking Changes