-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
151 changed files
with
1,595 additions
and
945 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## 2.1.0-next.0 (2023-08-11) | ||
|
||
Includes all changes from v2.0.6, plus: | ||
|
||
#### Features | ||
|
||
* **admin-ui** Admin UI rtl with Arabic translation improvements (#2322) ([44ea12b](https://github.com/vendure-ecommerce/vendure/commit/44ea12b)), closes [#2322](https://github.com/vendure-ecommerce/vendure/issues/2322) | ||
* **core** Add `Facet.valueList` resolver for paginated values ([09c7175](https://github.com/vendure-ecommerce/vendure/commit/09c7175)), closes [#1257](https://github.com/vendure-ecommerce/vendure/issues/1257) | ||
* **core** Add maximum coupon usage (#2331) ([bdd2720](https://github.com/vendure-ecommerce/vendure/commit/bdd2720)), closes [#2331](https://github.com/vendure-ecommerce/vendure/issues/2331) [#2330](https://github.com/vendure-ecommerce/vendure/issues/2330) | ||
* **email-plugin** Expose template vars to template loader (#2243) ([78ea016](https://github.com/vendure-ecommerce/vendure/commit/78ea016)), closes [#2243](https://github.com/vendure-ecommerce/vendure/issues/2243) [#2242](https://github.com/vendure-ecommerce/vendure/issues/2242) | ||
|
||
#### Fixes | ||
|
||
* **admin-ui** Improve RTL styles ([056d205](https://github.com/vendure-ecommerce/vendure/commit/056d205)) | ||
* **admin-ui** Limit FacetValues in Facet list component ([b445955](https://github.com/vendure-ecommerce/vendure/commit/b445955)), closes [#1257](https://github.com/vendure-ecommerce/vendure/issues/1257) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,81 @@ | ||
{ | ||
"generatedOn": "2023-07-15T10:37:14.708Z", | ||
"lastCommit": "77aaf8f4bac72468bdeb28aae858035d2a579ef7", | ||
"generatedOn": "2023-08-11T07:58:32.415Z", | ||
"lastCommit": "6d726a81a5a9f13af8d6607678da8c72d5cf5e00", | ||
"translationStatus": { | ||
"ar": { | ||
"tokenCount": 740, | ||
"tokenCount": 743, | ||
"translatedCount": 740, | ||
"percentage": 100 | ||
}, | ||
"cs": { | ||
"tokenCount": 740, | ||
"tokenCount": 743, | ||
"translatedCount": 545, | ||
"percentage": 74 | ||
"percentage": 73 | ||
}, | ||
"de": { | ||
"tokenCount": 740, | ||
"tokenCount": 743, | ||
"translatedCount": 739, | ||
"percentage": 100 | ||
"percentage": 99 | ||
}, | ||
"en": { | ||
"tokenCount": 740, | ||
"tokenCount": 743, | ||
"translatedCount": 740, | ||
"percentage": 100 | ||
}, | ||
"es": { | ||
"tokenCount": 740, | ||
"tokenCount": 743, | ||
"translatedCount": 739, | ||
"percentage": 100 | ||
"percentage": 99 | ||
}, | ||
"fr": { | ||
"tokenCount": 740, | ||
"tokenCount": 743, | ||
"translatedCount": 735, | ||
"percentage": 99 | ||
}, | ||
"he": { | ||
"tokenCount": 743, | ||
"translatedCount": 740, | ||
"percentage": 100 | ||
}, | ||
"it": { | ||
"tokenCount": 740, | ||
"tokenCount": 743, | ||
"translatedCount": 570, | ||
"percentage": 77 | ||
}, | ||
"pl": { | ||
"tokenCount": 740, | ||
"tokenCount": 743, | ||
"translatedCount": 380, | ||
"percentage": 51 | ||
}, | ||
"pt_BR": { | ||
"tokenCount": 740, | ||
"tokenCount": 743, | ||
"translatedCount": 739, | ||
"percentage": 100 | ||
"percentage": 99 | ||
}, | ||
"pt_PT": { | ||
"tokenCount": 740, | ||
"tokenCount": 743, | ||
"translatedCount": 579, | ||
"percentage": 78 | ||
}, | ||
"ru": { | ||
"tokenCount": 740, | ||
"translatedCount": 569, | ||
"percentage": 77 | ||
"tokenCount": 743, | ||
"translatedCount": 740, | ||
"percentage": 100 | ||
}, | ||
"uk": { | ||
"tokenCount": 740, | ||
"tokenCount": 743, | ||
"translatedCount": 569, | ||
"percentage": 77 | ||
}, | ||
"zh_Hans": { | ||
"tokenCount": 740, | ||
"tokenCount": 743, | ||
"translatedCount": 515, | ||
"percentage": 70 | ||
"percentage": 69 | ||
}, | ||
"zh_Hant": { | ||
"tokenCount": 740, | ||
"tokenCount": 743, | ||
"translatedCount": 360, | ||
"percentage": 49 | ||
"percentage": 48 | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...src/lib/catalog/src/components/collection-data-table/collection-data-table.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.