Skip to content

Commit

Permalink
16.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Oct 11, 2023
1 parent aadd568 commit fb90e16
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 27 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [16.0.0-rc.2](https://github.com/infra-geo-ouverte/igo2-lib/compare/16.0.0-rc.1...16.0.0-rc.2) (2023-10-11)


### Bug Fixes

* **Core:** resolve infinite loop between MessageService and the ErrorInterceptor ([#1419](https://github.com/infra-geo-ouverte/igo2-lib/issues/1419)) ([bc0da58](https://github.com/infra-geo-ouverte/igo2-lib/commit/bc0da58f1b90a4d785fd0b5c0c4c950eb29f63ee))
* **EditionWorkspace:** pass the service context to the function parameter ([#1415](https://github.com/infra-geo-ouverte/igo2-lib/issues/1415)) ([111f851](https://github.com/infra-geo-ouverte/igo2-lib/commit/111f8514052cb0ebaab2bb392b9dfbe690feb6ac))
* **geo, common:** Integrate ngx color ([#1422](https://github.com/infra-geo-ouverte/igo2-lib/issues/1422)) ([e920a41](https://github.com/infra-geo-ouverte/igo2-lib/commit/e920a413f72916af1f59a9c4faf889450faf436d))
* **MDC:** resolve all remaining TODO from MDC migration ([#1416](https://github.com/infra-geo-ouverte/igo2-lib/issues/1416)) ([dc0815e](https://github.com/infra-geo-ouverte/igo2-lib/commit/dc0815ebaa9d95f0d303e575981c395e22d3af07))
* **MessageService:** handle number for field validation message ([#1432](https://github.com/infra-geo-ouverte/igo2-lib/issues/1432)) ([e6eaa28](https://github.com/infra-geo-ouverte/igo2-lib/commit/e6eaa2829863bbcefeb9b42e0204b0033e5d6293))


### Features

* add types for app environment and config ([3b75824](https://github.com/infra-geo-ouverte/igo2-lib/commit/3b75824a1c7273776c68621826a6658121859e03)), closes [#1430](https://github.com/infra-geo-ouverte/igo2-lib/issues/1430)
* **core:** add default value param to the getConfig method ([#1434](https://github.com/infra-geo-ouverte/igo2-lib/issues/1434)) ([8a24b6f](https://github.com/infra-geo-ouverte/igo2-lib/commit/8a24b6f89da6eb76af2bc625029d3b359f3f2eaf))
* **core:** add method to retrieve global configs ([#1417](https://github.com/infra-geo-ouverte/igo2-lib/issues/1417)) ([05454b9](https://github.com/infra-geo-ouverte/igo2-lib/commit/05454b9105ec0d1dbe7ffd55701a8c2138984d8a))


### Performance Improvements

* **wfs:** cancel outgoing wfs xhr on pan/zoom ([#1421](https://github.com/infra-geo-ouverte/igo2-lib/issues/1421)) ([b796cec](https://github.com/infra-geo-ouverte/igo2-lib/commit/b796cec28417bc4d30a7ad5787b6c07f09f2bc3b))



# [16.0.0-rc.1](https://github.com/infra-geo-ouverte/igo2-lib/compare/16.0.0-rc.0...16.0.0-rc.1) (2023-09-22)


Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -3,7 +3,7 @@
"workspaces": [
"./packages/*"
],
"version": "16.0.0-rc.1",
"version": "16.0.0-rc.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": "16.0.0-rc.1",
"version": "16.0.0-rc.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -26,8 +26,8 @@
"@angular/forms": "^16.2.5",
"@angular/material": "^16.2.4",
"@angular/router": "^16.2.5",
"@igo2/core": "^16.0.0-rc.1",
"@igo2/utils": "^16.0.0-rc.1",
"@igo2/core": "^16.0.0-rc.2",
"@igo2/utils": "^16.0.0-rc.2",
"rxjs": "^7.5.6",
"@azure/msal-angular": "^3.0.4"
},
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": "16.0.0-rc.1",
"version": "16.0.0-rc.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -27,8 +27,8 @@
"@angular/material": "^16.2.4",
"@angular/platform-browser": "^16.2.5",
"@floating-ui/utils": "^0.1.4",
"@igo2/core": "^16.0.0-rc.1",
"@igo2/utils": "^16.0.0-rc.1",
"@igo2/core": "^16.0.0-rc.2",
"@igo2/utils": "^16.0.0-rc.2",
"angular-shepherd": "16.0.0",
"scroll-into-view-if-needed": "^3.0.0",
"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": "16.0.0-rc.1",
"version": "16.0.0-rc.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -20,11 +20,11 @@
"@angular/forms": "^16.2.5",
"@angular/material": "^16.2.4",
"@angular/platform-browser": "^16.2.5",
"@igo2/auth": "^16.0.0-rc.1",
"@igo2/common": "^16.0.0-rc.1",
"@igo2/core": "^16.0.0-rc.1",
"@igo2/utils": "^16.0.0-rc.1",
"@igo2/geo": "^16.0.0-rc.1",
"@igo2/auth": "^16.0.0-rc.2",
"@igo2/common": "^16.0.0-rc.2",
"@igo2/core": "^16.0.0-rc.2",
"@igo2/utils": "^16.0.0-rc.2",
"@igo2/geo": "^16.0.0-rc.2",
"ol": "^7.5.2",
"rxjs": "^7.8.0"
},
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": "16.0.0-rc.1",
"version": "16.0.0-rc.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand Down Expand Up @@ -43,7 +43,7 @@
"@angular/core": "^16.2.5",
"@angular/platform-browser": "^16.2.5",
"@angular/router": "^16.2.5",
"@igo2/utils": "^16.0.0-rc.1",
"@igo2/utils": "^16.0.0-rc.2",
"rxjs": "^7.8.0",
"ngx-indexed-db": "^11.0.2",
"ngx-toastr": "^17.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 @@ -6,6 +6,6 @@ export interface Version {
}

export const version: Version = {
lib: '16.0.0-rc.1',
releaseDate: 1695395320530
lib: '16.0.0-rc.2',
releaseDate: 1697030263684
};
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": "16.0.0-rc.1",
"version": "16.0.0-rc.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand Down Expand Up @@ -38,9 +38,9 @@
"@angular/forms": "^16.2.5",
"@angular/material": "^16.2.4",
"@angular/platform-browser": "^16.2.5",
"@igo2/common": "^16.0.0-rc.1",
"@igo2/core": "^16.0.0-rc.1",
"@igo2/utils": "^16.0.0-rc.1",
"@igo2/common": "^16.0.0-rc.2",
"@igo2/core": "^16.0.0-rc.2",
"@igo2/utils": "^16.0.0-rc.2",
"@mat-datetimepicker/core": "~12.0.0",
"flexsearch": "0.7.21",
"ol": "^7.5.2",
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": "16.0.0-rc.1",
"version": "16.0.0-rc.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand All @@ -16,8 +16,8 @@
"peerDependencies": {
"@angular/common": "^16.2.5",
"@angular/core": "^16.2.5",
"@igo2/geo": "16.0.0-rc.1",
"@igo2/context": "16.0.0-rc.1",
"@igo2/geo": "16.0.0-rc.2",
"@igo2/context": "16.0.0-rc.2",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.29",
"rxjs": "^7.8.0"
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": "16.0.0-rc.1",
"version": "16.0.0-rc.2",
"description": "IGO Library",
"author": "IGO Community",
"keywords": ["igo"],
Expand Down

0 comments on commit fb90e16

Please sign in to comment.