Skip to content

Commit

Permalink
Merge branch 'transifex' of github.com:ORCID/orcid-angular into trans…
Browse files Browse the repository at this point in the history
…ifex
  • Loading branch information
Leonardo Mendoza Fernadez authored and Leonardo Mendoza Fernadez committed Jan 2, 2024
2 parents 4b41ecb + 934ab65 commit 8b13779
Show file tree
Hide file tree
Showing 214 changed files with 219 additions and 14,289 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## v2.52.4 - 2023-12-29

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.52.3...v2.52.4)

- [#2127](https://github.com/ORCID/orcid-angular/pull/2127): Fix logic to hide the "as"

## v2.52.3 - 2023-12-28

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.52.2...v2.52.3)

- [#2126](https://github.com/ORCID/orcid-angular/pull/2126): fix/batch-fixes-dec-28

## v2.52.2 - 2023-12-15

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.52.1...v2.52.2)

- [#2124](https://github.com/ORCID/orcid-angular/pull/2124): Fix/8909 prod link to remove duplicate record section not working

## v2.52.1 - 2023-12-15

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.52.0...v2.52.1)

## v2.52.0 - 2023-12-15

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.51.14...v2.52.0)

## v2.51.14 - 2023-12-14

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.51.13...v2.51.14)

## v2.51.13 - 2023-12-08

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.51.12...v2.51.13)
Expand Down
13 changes: 13 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,15 @@
}
]
},
"local-with-proxy-localize-ar": {
"localize": ["ar"],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.local-with-proxy.ts"
}
]
},
"local-with-proxy-localize-xx": {
"localize": ["xx"],
"fileReplacements": [
Expand Down Expand Up @@ -347,6 +356,10 @@
"browserTarget": "ng-orcid:build:local-with-proxy-localize-en",
"proxyConfig": "src/proxy.conf.qa.mjs"
},
"local-qa-ar": {
"browserTarget": "ng-orcid:build:local-with-proxy-localize-ar",
"proxyConfig": "src/proxy.conf.qa.mjs"
},
"local-qa-fr": {
"browserTarget": "ng-orcid:build:local-with-proxy-localize-fr",
"proxyConfig": "src/proxy.conf.qa.mjs"
Expand Down
110 changes: 0 additions & 110 deletions cypress.config.ts

This file was deleted.

42 changes: 0 additions & 42 deletions cypress/cypress.env.sample.js

This file was deleted.

26 changes: 0 additions & 26 deletions cypress/e2e/api/orcid_internal.cy.js

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8b13779

Please sign in to comment.