Skip to content

Commit 092e814

Browse files
authored
feat #55 enable upload widget instance methods (#78)
# Description <!-- Include a summary of the change made and also list the dependencies that are required if any --> Updates the CldUploadWidtet component to enable all of the cloudinary instance methods. Also updates de CldUploadWidget documentation ## Issue Ticket Number Fixes #55 Fixes #67 Fixes #69 Fixes #75 Fixes #76 <!-- Specify above which issue this fixes by referencing the issue number (`#<ISSUE_NUMBER>`) or issue URL. --> <!-- Example: Fixes https://github.com/cloudinary-community/svelte-cloudinary/issues/<ISSUE_NUMBER> --> ## Type of change <!-- Please select all options that are applicable. --> - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] Fix or improve the documentation - [ ] This change requires a documentation update # Checklist <!-- These must all be followed and checked. --> - [ ] I have followed the contributing guidelines of this project as mentioned in [CONTRIBUTING.md](/CONTRIBUTING.md) - [ ] I have created an [issue](https://github.com/cloudinary-community/svelte-cloudinary/issues) ticket for this PR - [ ] I have checked to ensure there aren't other open [Pull Requests](https://github.com/cloudinary-community/svelte-cloudinary/pulls) for the same update/change? - [ ] I have performed a self-review of my own code - [ ] I have run tests locally to ensure they all pass - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes needed to the documentation
1 parent 88a209f commit 092e814

File tree

11 files changed

+928
-181
lines changed

11 files changed

+928
-181
lines changed

docs/src/app.postcss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@
5353
[data-theme='night'] {
5454
--searchbox-bg: rgba(249,250,251,.1);
5555
}
56+
57+

docs/src/docs/components/cldogimage/usage.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ order: 1
66
<script>
77
import Callout from '$lib/components/Callout.svelte'
88
importCldOgImage, CldImage } from 'svelte-cloudinary'
9+
import Video from '$lib/components/Video.svelte'
910
</script>
1011

1112
<CldOgImage
@@ -123,6 +124,12 @@ The CldOgImage component uses the same API as [CldImage](/CldImage/configuration
123124
</Callout>
124125

125126

127+
## Watch & Learn
128+
<Video
129+
title="Dynamic Social Cards in Svelte with Svelte Cloudinary - Dev Hints"
130+
url="https://www.youtube.com/watch?v=KsOtGDCocFs"
131+
/>
132+
126133
## Learn More about CldOgImage
127134
* [Configuration](/CldOgImage/configuration)
128135
* [Examples](/CldOgImage/examples)

0 commit comments

Comments
 (0)