@artsy/cohesion 4.393.0 → 4.394.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
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v4.394.0 (Fri Aug 28 2026)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- feat: add suggestedFilters context module [#742](https://github.com/artsy/cohesion/pull/742) ([@egdbear](https://github.com/egdbear))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Dejan ([@egdbear](https://github.com/egdbear))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.393.0 (Wed Aug 19 2026)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
|
@@ -258,6 +258,7 @@ export declare enum ContextModule {
|
|
|
258
258
|
similarToWorksYouSavedRail = "similarToWorksYouSavedRail",
|
|
259
259
|
similarToWorksYouViewedRail = "similarToWorksYouViewedRail",
|
|
260
260
|
standoutLots = "standoutLots",
|
|
261
|
+
suggestedFilters = "suggestedFilters",
|
|
261
262
|
tabBar = "tabBar",
|
|
262
263
|
tagHeader = "tagHeader",
|
|
263
264
|
toDoList = "toDoList",
|
|
@@ -272,6 +272,7 @@ exports.ContextModule = ContextModule;
|
|
|
272
272
|
ContextModule["similarToWorksYouSavedRail"] = "similarToWorksYouSavedRail";
|
|
273
273
|
ContextModule["similarToWorksYouViewedRail"] = "similarToWorksYouViewedRail";
|
|
274
274
|
ContextModule["standoutLots"] = "standoutLots";
|
|
275
|
+
ContextModule["suggestedFilters"] = "suggestedFilters";
|
|
275
276
|
ContextModule["tabBar"] = "tabBar";
|
|
276
277
|
ContextModule["tagHeader"] = "tagHeader";
|
|
277
278
|
ContextModule["toDoList"] = "toDoList";
|