Skip to content

Commit

Permalink
1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeLafreniere18 committed Mar 15, 2023
1 parent a0d727b commit 389c4d2
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 26 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## [1.14.2](https://github.com/infra-geo-ouverte/igo2-lib/compare/1.14.1...1.14.2) (2023-03-15)


### Bug Fixes

* **context:** crash on context export with vector data ([#1188](https://github.com/infra-geo-ouverte/igo2-lib/issues/1188)) ([7e8054b](https://github.com/infra-geo-ouverte/igo2-lib/commit/7e8054b04a3aa6abfccbeb0210b827e0544e5967))
* **demo:** unable to add layers from the catalog ([#1186](https://github.com/infra-geo-ouverte/igo2-lib/issues/1186)) ([bdde58c](https://github.com/infra-geo-ouverte/igo2-lib/commit/bdde58c8c9eb2a5e15c1bdba1484e878cea5b2ee))
* **geo:** solve absence of legend when printing an image ([#1191](https://github.com/infra-geo-ouverte/igo2-lib/issues/1191)) ([0a4f3f3](https://github.com/infra-geo-ouverte/igo2-lib/commit/0a4f3f3b0dc58c766efe8ce77e1c05a0070442ef))
* **minmap:** fix minimap view change ([#1178](https://github.com/infra-geo-ouverte/igo2-lib/issues/1178)) ([5da63de](https://github.com/infra-geo-ouverte/igo2-lib/commit/5da63de0b1f33af51c541b146c7db973b4e17478))
* **search-source:** fix language reload on search source ([#1189](https://github.com/infra-geo-ouverte/igo2-lib/issues/1189)) ([46924d2](https://github.com/infra-geo-ouverte/igo2-lib/commit/46924d222760e9440034d3aa3f72a7fd0c832c0d))


### Features

* **geo:** add new option to reverse long lat coord ([#1159](https://github.com/infra-geo-ouverte/igo2-lib/issues/1159)) ([a3ef8b8](https://github.com/infra-geo-ouverte/igo2-lib/commit/a3ef8b826905cce3a4930d99766d7271433e82aa))
* **geo:** save search results in layer ([#1179](https://github.com/infra-geo-ouverte/igo2-lib/issues/1179)) ([a0d727b](https://github.com/infra-geo-ouverte/igo2-lib/commit/a0d727b49b269941f214a61a3dfc3957ca4d5313))
* **geo:** update queryUrl with min max resolution ([#1167](https://github.com/infra-geo-ouverte/igo2-lib/issues/1167)) ([5b2cf96](https://github.com/infra-geo-ouverte/igo2-lib/commit/5b2cf964c465bc933c4f63b39d6896115c1c44c8))
* **regexService:** config define regex list/object ([#1125](https://github.com/infra-geo-ouverte/igo2-lib/issues/1125)) ([1199e18](https://github.com/infra-geo-ouverte/igo2-lib/commit/1199e1873020a677c6e52a3f6209b48f2a530e21))
* **search/catalog:** add visible/non-visible badge icon on layers ([#1184](https://github.com/infra-geo-ouverte/igo2-lib/issues/1184)) ([b4f130d](https://github.com/infra-geo-ouverte/igo2-lib/commit/b4f130d8b956acdc8a8a7d0f0ec8393c4e1418d9))



## [1.14.1](https://github.com/infra-geo-ouverte/igo2-lib/compare/1.14.0...1.14.1) (2023-01-25)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo/demo",
"version": "1.14.1",
"version": "1.14.2",
"description": "IGO Library",
"author": "IGO Community",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/auth",
"version": "1.14.1",
"version": "1.14.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -25,8 +25,8 @@
"@angular/core": "^14.1.2",
"@angular/forms": "^14.1.2",
"@angular/material": "^14.1.2",
"@igo2/core": "^1.14.1",
"@igo2/utils": "^1.14.1",
"@igo2/core": "^1.14.2",
"@igo2/utils": "^1.14.2",
"rxjs": "^7.5.6",
"@azure/msal-angular": "^2.4.1",
"@azure/msal-browser": "^2.28.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/common",
"version": "1.14.1",
"version": "1.14.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -17,8 +17,8 @@
"@angular/common": "^14.1.2",
"@angular/core": "^14.1.2",
"@angular/material": "^14.1.2",
"@igo2/core": "^1.14.1",
"@igo2/utils": "^1.14.1",
"@igo2/core": "^1.14.2",
"@igo2/utils": "^1.14.2",
"scroll-into-view-if-needed": "^2.2.20",
"typy": "^3.3.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/context",
"version": "1.14.1",
"version": "1.14.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -19,11 +19,11 @@
"@angular/core": "^14.1.2",
"@angular/forms": "^14.1.2",
"@angular/material": "^14.1.2",
"@igo2/auth": "^1.14.1",
"@igo2/common": "^1.14.1",
"@igo2/core": "^1.14.1",
"@igo2/utils": "^1.14.1",
"@igo2/geo": "^1.14.1",
"@igo2/auth": "^1.14.2",
"@igo2/common": "^1.14.2",
"@igo2/core": "^1.14.2",
"@igo2/utils": "^1.14.2",
"@igo2/geo": "^1.14.2",
"ol": "^7.1.0",
"rxjs": "^7.5.6"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/core",
"version": "1.14.1",
"version": "1.14.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -21,7 +21,7 @@
"@angular/cdk": "^14.1.2",
"@angular/common": "^14.1.2",
"@angular/core": "^14.1.2",
"@igo2/utils": "^1.14.1",
"@igo2/utils": "^1.14.2",
"rxjs": "^7.5.6",
"ngx-indexed-db": "^11.0.2",
"ngx-toastr": "^15.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/src/lib/config/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export interface Version {
}

export const version: Version = {
lib: '1.14.1',
releaseDate: 1674653515709
lib: '1.14.2',
releaseDate: 1678893574991
};
8 changes: 4 additions & 4 deletions packages/geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/geo",
"version": "1.14.1",
"version": "1.14.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand Down Expand Up @@ -29,9 +29,9 @@
"@angular/core": "^14.1.2",
"@angular/forms": "^14.1.2",
"@angular/material": "^14.1.2",
"@igo2/common": "^1.14.1",
"@igo2/core": "^1.14.1",
"@igo2/utils": "^1.14.1",
"@igo2/common": "^1.14.2",
"@igo2/core": "^1.14.2",
"@igo2/utils": "^1.14.2",
"ol": "^7.1.0",
"proj4": "^2.8.0",
"rxjs": "^7.5.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/integration",
"version": "1.14.1",
"version": "1.14.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -16,8 +16,8 @@
"peerDependencies": {
"@angular/common": "^14.1.2",
"@angular/core": "^14.1.2",
"@igo2/geo": "1.14.1",
"@igo2/context": "1.14.1",
"@igo2/geo": "1.14.2",
"@igo2/context": "1.14.2",
"rxjs": "^7.5.6"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/utils",
"version": "1.14.1",
"version": "1.14.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand Down

0 comments on commit 389c4d2

Please sign in to comment.