@commercetools-frontend-extensions/change-history 6.2.5 → 6.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/{change-history-en-ed0dcffc.cjs.js → change-history-en-3f3ee209.cjs.js} +2 -1
- package/dist/{change-history-en-ed0dcffc.cjs.js.map → change-history-en-3f3ee209.cjs.js.map} +1 -1
- package/dist/{change-history-en-53a109c6.es.js → change-history-en-7503e9ea.es.js} +2 -1
- package/dist/{change-history-en-53a109c6.es.js.map → change-history-en-7503e9ea.es.js.map} +1 -1
- package/dist/change-history-index.cjs.js +10585 -8683
- package/dist/change-history-index.cjs.js.map +1 -1
- package/dist/change-history-index.es.js +8071 -6183
- package/dist/change-history-index.es.js.map +1 -1
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @commercetools-frontend-extensions/change-history
|
|
2
2
|
|
|
3
|
+
## 6.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1524](https://github.com/commercetools/audit-log/pull/1524) [`32e71c5`](https://github.com/commercetools/audit-log/commit/32e71c501c862f8d39b2dcf5b3f599da3d3ce361) Thanks [@ByronDWall](https://github.com/ByronDWall)! - feat(stores filter): adds stores filter and stores-based permissions fencing to change history
|
|
8
|
+
|
|
9
|
+
* [#1512](https://github.com/commercetools/audit-log/pull/1512) [`726ed25`](https://github.com/commercetools/audit-log/commit/726ed25f016e1ed73f901716b1c36b244423aecd) Thanks [@qmateub](https://github.com/qmateub)! - chore(deps): update all application-kit packages (major)
|
|
10
|
+
|
|
11
|
+
- [#1534](https://github.com/commercetools/audit-log/pull/1534) [`a45de78`](https://github.com/commercetools/audit-log/commit/a45de78f95d73d8b92785e9ddc9370c1ee91d5fe) Thanks [@stephsprinkle](https://github.com/stephsprinkle)! - feat(change-history-zones): in-context zone support
|
|
12
|
+
|
|
13
|
+
* [#1500](https://github.com/commercetools/audit-log/pull/1500) [`de24a21`](https://github.com/commercetools/audit-log/commit/de24a21662fafccc230a12d1b1d9c54018e3be18) Thanks [@ByronDWall](https://github.com/ByronDWall)! - feat(stores column): adds stores column to change history data table in audit log and all in-context views"
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#1535](https://github.com/commercetools/audit-log/pull/1535) [`5932ff7`](https://github.com/commercetools/audit-log/commit/5932ff710b636cabc8fb2efe445e7c0414a4cff8) Thanks [@ByronDWall](https://github.com/ByronDWall)! - fix(stores column): add feature flag to stores column in in-context entities
|
|
18
|
+
|
|
19
|
+
* [#1507](https://github.com/commercetools/audit-log/pull/1507) [`5a5ad7f`](https://github.com/commercetools/audit-log/commit/5a5ad7f66671f14fb490f896dceb97cc0bd71116) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - feat(i18n): Translate '/packages-frontend/change-history-components/src/i18n/data/core.json' in 'en'
|
|
20
|
+
|
|
21
|
+
- [#1524](https://github.com/commercetools/audit-log/pull/1524) [`32e71c5`](https://github.com/commercetools/audit-log/commit/32e71c501c862f8d39b2dcf5b3f599da3d3ce361) Thanks [@ByronDWall](https://github.com/ByronDWall)! - feat(stores filter): add stores-select-input and related test data to use in implementing stores filter
|
|
22
|
+
|
|
23
|
+
* [#1495](https://github.com/commercetools/audit-log/pull/1495) [`cbc17ec`](https://github.com/commercetools/audit-log/commit/cbc17ece6f3f572acd527f4b397449b1d2e0ef99) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies
|
|
24
|
+
|
|
3
25
|
## 6.2.5
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -37,6 +37,7 @@ var en = {
|
|
|
37
37
|
"ChangeHistory.list.column.dateColumn": "Last modified",
|
|
38
38
|
"ChangeHistory.list.column.resourceColumn": "Current entity",
|
|
39
39
|
"ChangeHistory.list.column.resourceTypeColumn": "Entity type",
|
|
40
|
+
"ChangeHistory.list.column.storesColumn": "Stores",
|
|
40
41
|
"ChangeHistory.list.column.versionColumn": "Version update",
|
|
41
42
|
"ChangeHistory.list.column.versionLabel": "from {oldVersion} to {newVersion}",
|
|
42
43
|
"ChangeHistory.list.emptyChangeHistorySearchFilterNamePlaceholder": "No entry logs to search for",
|
|
@@ -742,4 +743,4 @@ var en = {
|
|
|
742
743
|
};
|
|
743
744
|
|
|
744
745
|
exports["default"] = en;
|
|
745
|
-
//# sourceMappingURL=change-history-en-
|
|
746
|
+
//# sourceMappingURL=change-history-en-3f3ee209.cjs.js.map
|
package/dist/{change-history-en-ed0dcffc.cjs.js.map → change-history-en-3f3ee209.cjs.js.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"change-history-en-
|
|
1
|
+
{"version":3,"file":"change-history-en-3f3ee209.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -35,6 +35,7 @@ var en = {
|
|
|
35
35
|
"ChangeHistory.list.column.dateColumn": "Last modified",
|
|
36
36
|
"ChangeHistory.list.column.resourceColumn": "Current entity",
|
|
37
37
|
"ChangeHistory.list.column.resourceTypeColumn": "Entity type",
|
|
38
|
+
"ChangeHistory.list.column.storesColumn": "Stores",
|
|
38
39
|
"ChangeHistory.list.column.versionColumn": "Version update",
|
|
39
40
|
"ChangeHistory.list.column.versionLabel": "from {oldVersion} to {newVersion}",
|
|
40
41
|
"ChangeHistory.list.emptyChangeHistorySearchFilterNamePlaceholder": "No entry logs to search for",
|
|
@@ -740,4 +741,4 @@ var en = {
|
|
|
740
741
|
};
|
|
741
742
|
|
|
742
743
|
export { en as default };
|
|
743
|
-
//# sourceMappingURL=change-history-en-
|
|
744
|
+
//# sourceMappingURL=change-history-en-7503e9ea.es.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"change-history-en-
|
|
1
|
+
{"version":3,"file":"change-history-en-7503e9ea.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|