@artsy/cohesion 4.370.0--canary.716.15151.0 → 4.370.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.370.0 (Thu Jun 25 2026)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- chore: add tracking for lists and bulk list actions (OS) [#716](https://github.com/artsy/cohesion/pull/716) ([@mzikherman](https://github.com/mzikherman))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Matt Zikherman ([@mzikherman](https://github.com/mzikherman))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.369.0 (Thu Jun 25 2026)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
|
@@ -52,7 +52,7 @@ export interface ClickedCancelBulkEdit {
|
|
|
52
52
|
/**
|
|
53
53
|
* A partner opens a list, either from the Lists surface (a `ListCard`) or from
|
|
54
54
|
* the recent-lists shortcut on the Inventory surface. `source` distinguishes the
|
|
55
|
-
* two entry points so they can be compared.
|
|
55
|
+
* two entry points (`listsPage` | `inventory`) so they can be compared.
|
|
56
56
|
*
|
|
57
57
|
* @example
|
|
58
58
|
* ```
|
|
@@ -134,7 +134,8 @@ export interface AddedArtworksToList {
|
|
|
134
134
|
}
|
|
135
135
|
/**
|
|
136
136
|
* A partner commits an inline edit of a list's name, dates, or fair on the
|
|
137
|
-
* List detail view.
|
|
137
|
+
* List detail view. `field` is one of `name`, `startDate`, `endDate`, or `fair`.
|
|
138
|
+
* Fires only on a committed change.
|
|
138
139
|
*
|
|
139
140
|
* @example
|
|
140
141
|
* ```
|