From b813ba1bc1a9a9c9969af76df158dd0e43be582d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Feb 2025 09:24:44 +0000 Subject: [PATCH] Release prod version 27.0.0 --- CHANGELOG.md | 25 ++++++++++++++++++++++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 25 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c020e90d..6a56fcd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,31 @@ # Change Log -## [v27.0.0-rc.1](https://github.com/gisaia/ARLAS-wui-builder/tree/v27.0.0-rc.1) (2025-01-23) +## [v27.0.0](https://github.com/gisaia/ARLAS-wui-builder/tree/v27.0.0) (2025-02-11) + +[Full Changelog](https://github.com/gisaia/ARLAS-wui-builder/compare/v27.0.0-rc.2...v27.0.0) + +**New stuff:** + +- Allow applying an geohash/geotile aggregation on a geoshape field [\#949](https://github.com/gisaia/ARLAS-wui-builder/issues/949) +- The sliders in the Visibility tab of a layer are not aligned [\#789](https://github.com/gisaia/ARLAS-wui-builder/issues/789) +- Easier heat map creation [\#725](https://github.com/gisaia/ARLAS-wui-builder/issues/725) + +**Fixed bugs:** -[Full Changelog](https://github.com/gisaia/ARLAS-wui-builder/compare/v27.0.0-rc.2...v27.0.0-rc.1) +- Cut explenation of result usage within the datatable 'calculation' section of a field [\#993](https://github.com/gisaia/ARLAS-wui-builder/issues/993) +- Colour picker is not entirely visible when choosing colours in the powerbar configuration [\#869](https://github.com/gisaia/ARLAS-wui-builder/issues/869) + +**Miscellaneous:** + +- Move palettes actions [\#1028](https://github.com/gisaia/ARLAS-wui-builder/issues/1028) ## [v27.0.0-rc.2](https://github.com/gisaia/ARLAS-wui-builder/tree/v27.0.0-rc.2) (2025-01-23) -[Full Changelog](https://github.com/gisaia/ARLAS-wui-builder/compare/v26.1.2...v27.0.0-rc.2) +[Full Changelog](https://github.com/gisaia/ARLAS-wui-builder/compare/v27.0.0-rc.1...v27.0.0-rc.2) + +## [v27.0.0-rc.1](https://github.com/gisaia/ARLAS-wui-builder/tree/v27.0.0-rc.1) (2025-01-23) + +[Full Changelog](https://github.com/gisaia/ARLAS-wui-builder/compare/v26.1.2...v27.0.0-rc.1) **New stuff:** diff --git a/package-lock.json b/package-lock.json index 73bb6fdc..fe4fcfd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arlas-wui-builder", - "version": "27.1.0-dev", + "version": "27.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "arlas-wui-builder", - "version": "27.1.0-dev", + "version": "27.0.0", "hasInstallScript": true, "dependencies": { "@angular/animations": "^18.2.13", diff --git a/package.json b/package.json index b455e945..391045e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arlas-wui-builder", - "version": "27.1.0-dev", + "version": "27.0.0", "scripts": { "ng": "ng", "postinstall": "patch-package --patch-dir ./node_modules/arlas-web-core/patches && patch-package --patch-dir node_modules/arlas-d3/patches",