You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/release/RELEASE-NOTES
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
## NEW
4
4
5
-
- **Support for item states**: You can now fetch an item's state using the SDK.`ItemOverview` exposes one of two states: `Active` or `Archived`.
5
+
- **Support for item states**: You can now fetch an item's state using the SDK.`ItemOverview` exposes one of two states: `Active` or `Archived`.
6
6
- `Active`: An item located inside a vault. (Default)
7
7
- `Archived`: An item that has been moved to the Archive. 1Password doesn't include archived items in search results or suggest them when you fill in apps and browsers. You can keep archived items as long as you'd like.
8
-
- **Filtering the return of item listing by state**: You can now filter the listed items by item state.
8
+
- **Filtering listed items by state**: You can now filter the results of the item list function by item state.
9
9
10
10
## FIXED
11
11
@@ -20,7 +20,7 @@ This release contains breaking changes for two functions in the JS SDK.
* The return type of the item listing function has changed from `SdkIterable<ItemOverview>` to `ItemOverview[]`. No changes are needed here.
45
45
46
-
This does not affect any code that's already deployed, and will not take effect in your codebase until updating to v0.3.0+ of the 1Password JS SDK.
46
+
This does not affect any code that's already deployed, and will not take effect in your codebase until you choose to update to version 0.3.0 or later of the 1Password JS SDK.
0 commit comments