Skip to content

Commit

Permalink
View manager follow ups (#3830)
Browse files Browse the repository at this point in the history
cr: Greg

Co-authored-by: Anselm McClain <[email protected]>
  • Loading branch information
lbwexler and amcclain authored Nov 18, 2024
1 parent eb3e977 commit 2975272
Show file tree
Hide file tree
Showing 11 changed files with 290 additions and 217 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## v71.0.0-SNAPSHOT - unreleased


### ⚙️ Technical
* Misc. Improvements to ViewManager


## v70.0.0 - 2024-11-15

### 💥 Breaking Changes (upgrade difficulty: 🟢 LOW - changes to advanced persistence APIs)
Expand Down
4 changes: 3 additions & 1 deletion core/persist/viewmanager/Types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ export interface View<T extends PlainObject = PlainObject> {
isShared: boolean;
lastUpdated: number;
lastUpdatedBy: string;
/** User-supplied descriptive name. */
/** User-supplied descriptive name, including folder designating prefix. */
name: string;
/** User-supplied descriptive name, without folder designating prefix. */
shortName: string;
/** Original creator of the view, and the only user with access to it if not shared. */
owner: string;
token: string;
Expand Down
Loading

0 comments on commit 2975272

Please sign in to comment.