From 01547fbeba4004b8d5476588c77a7b8d004a1918 Mon Sep 17 00:00:00 2001 From: MohamedHamou Date: Wed, 20 Nov 2019 11:04:25 +0100 Subject: [PATCH] prod automatic release-12.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 4 ++-- tsconfig.json | 3 +-- 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f978da7d..f3d5aa63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,32 @@ # Change Log +## [v12.0.0](https://github.com/gisaia/ARLAS-web-components/tree/v12.0.0) (2019-11-20) + +[Full Changelog](https://github.com/gisaia/ARLAS-web-components/compare/v11.4.1...v12.0.0) + +**Breaking changes:** + +- redrawTile should be an Input instead of Output in MapComponent [\#330](https://github.com/gisaia/ARLAS-web-components/issues/330) [[MAP](https://github.com/gisaia/ARLAS-web-components/labels/MAP)] +- Update to angular 8.1 [\#284](https://github.com/gisaia/ARLAS-web-components/issues/284) [[ALL](https://github.com/gisaia/ARLAS-web-components/labels/ALL)] + +**New stuff:** + +- Add Metric component [\#334](https://github.com/gisaia/ARLAS-web-components/issues/334) +- MapSettingsComponent : New component for configuring layers [\#332](https://github.com/gisaia/ARLAS-web-components/issues/332) +- Add translate pipe to powerbars [\#328](https://github.com/gisaia/ARLAS-web-components/pull/328) [[POWERBARS](https://github.com/gisaia/ARLAS-web-components/labels/POWERBARS)] ([mbarbet](https://github.com/mbarbet)) + +**Fixed bugs:** + +- Chartype should not be a mandatory input [\#329](https://github.com/gisaia/ARLAS-web-components/issues/329) [[HISTOGRAM](https://github.com/gisaia/ARLAS-web-components/labels/HISTOGRAM)] + ## [v11.4.1](https://github.com/gisaia/ARLAS-web-components/tree/v11.4.1) (2019-10-23) [Full Changelog](https://github.com/gisaia/ARLAS-web-components/compare/v11.4.0...v11.4.1) +**New stuff:** + +- Add tooltip when drawing a polygon that shows how to end drawing [\#327](https://github.com/gisaia/ARLAS-web-components/pull/327) [[MAP](https://github.com/gisaia/ARLAS-web-components/labels/MAP)] ([MohamedHamouGisaia](https://github.com/MohamedHamouGisaia)) + **Fixed bugs:** - Fix bugs in draw mode [\#325](https://github.com/gisaia/ARLAS-web-components/pull/325) [[MAP](https://github.com/gisaia/ARLAS-web-components/labels/MAP)] ([MohamedHamouGisaia](https://github.com/MohamedHamouGisaia)) diff --git a/package.json b/package.json index ce6f7021..cc9817ce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "./node_modules/ng-packagr/package.schema.json", - "name": "@gisaia-team/arlas-web-components", - "version": "11.5.0-dev0", + "name": "arlas-web-components", + "version": "12.0.0", "license": "Apache-2.0", "scripts": { "ng": "ng", diff --git a/tsconfig.json b/tsconfig.json index 51ba9780..a63e7442 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,2 +1 @@ -{"compileOnSave":false,"compilerOptions":{ - "importHelpers": true,"outDir":"./dist/out-tsc","baseUrl":"src","sourceMap":true,"declaration":false,"allowJs":true,"moduleResolution":"node","emitDecoratorMetadata":true,"experimentalDecorators":true,"allowSyntheticDefaultImports":true,"types":["mapbox-gl","geojson"],"target":"es5","resolveJsonModule":true,"esModuleInterop":true,"typeRoots":["node_modules/@types"],"lib":["es2016","dom"],"module":"es2015"},"exclude":["node_modules","app"]} +{"compileOnSave":false,"compilerOptions":{"importHelpers":true,"outDir":"./dist/out-tsc","baseUrl":"src","sourceMap":true,"declaration":false,"allowJs":true,"moduleResolution":"node","emitDecoratorMetadata":true,"experimentalDecorators":true,"allowSyntheticDefaultImports":true,"types":["mapbox-gl","geojson"],"target":"es5","resolveJsonModule":true,"esModuleInterop":true,"typeRoots":["node_modules/@types"],"lib":["es2016","dom"],"module":"es2015"},"exclude":["node_modules","app"]}