Skip to content

Commit

Permalink
prod automatic release-12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamouGisaia committed Nov 20, 2019
1 parent bf8a491 commit 01547fb
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -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"]}

0 comments on commit 01547fb

Please sign in to comment.