Skip to content

Commit

Permalink
Add width, height, shape style to image schema (#2836)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsey-codaio authored Dec 1, 2023
1 parent 22987cf commit 6b0eeee
Show file tree
Hide file tree
Showing 18 changed files with 267 additions and 134 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This changelog keeps track of all changes to the Packs SDK. We follow convention
### Added

- Added `updateOptions.extraOAuthScopes` to sync tables to support incremental OAuth with 2-way sync.
- Added `width`, `height`, and `shapeStyle` to `ImageSchema`

## [1.7.1] - 2023-11-15

Expand Down
27 changes: 21 additions & 6 deletions dist/bundle.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/index.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 16 additions & 14 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 21 additions & 6 deletions dist/schema.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion dist/schema.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6b0eeee

Please sign in to comment.