- fix: return last plugin response
- fix: fix placeholder plugin token
- test: add tests for HtmlImageLayer destroy
- fix: cleanup html layer on component unmount
- fix: Unmount HtmlImageLayer instance on component unmount
- feature: add reference docs for the new Vue SDK
- Add analytics features to plugins
- feature: add cldPoster property with support for auto
- feature: add cldPoster property with support for auto
- feature: add cldPoster property with support for auto
- fix: pass analytics options down to the plugins, and use it in placeholder & responsive
- Add playground app
- Improve video props type
- Add the advanced video component
- fix: guard html image layer analytics options
- fix: change playground package name
- fix: use cloudinary favicon in playground
- fix: use responsive plugin in react playground
- fix: fix react playground by using vite
- chore: package @cloudinary/vue3 was renamed to @cloudinary/vue
- fix: fix analytic token in SSR
- fix: fix broken src attribute in SSR
- Add an optional analytics option to be passed to serverSideSrc
- use the same analytics token in react ssr and csr
- Release first version of @cloudinary/vue3 SDK
- Fix react jest configuration (#173)
- Update React SDK readme (#175)
- Update README example (#168)
- Fix angular package version (#150)
- Test vue3 responsive (#160)
- Test vue3 placeholder (#159)
- Test vue3 lazyload (#158)
- Test vue3 analytics (#157)
- Test vue3 accessibility tests (#156)
- Add vue3 advanced image (#153)
- Add vue3 sdk base with a build script (#151)
- Fix wrong README links (#148)
- Fix incorrect responsive behavior with SSR responsive (#147)
- Fix incorrect responsive behavior with SSR responsive (#147)
- Add Angular 12 as peer dep (#146)
- Add peer dependency for react 18 (#145)
- Update README.md (#144)
- Remove production mode (#143)
- fix svelte build requirements (#141)
- bump minimist version (#142)
- Responsive Plugin will now respect steps to define max width (#133)
- Responsive Plugin will now respect steps to define max width (#133)
- Update htmlVideo to use the right format for ogg/ogv (#138)
- Adjust package.json fields (#136)
- Replace micro-bundle with rollup (#131)
- Fix muted attribute on angular video (#126)
- Add video reference (#127)
- Added missing comments
- Feature/add analytics (#114)
- Change plugin input to object instead of string (#119)
- Update url-gen version
- Update issue templates
- Update pull_request_template.md
- Add test for muted video (#122)
- Fix video src url with analytics (#121)
- Add img attributes to angular (#118
- update readme for packages (#108)
- resolve broken ts imports (#109)
- rename angular package (#107)
- Add Lerna (#104)
- updated to html to latest version (#96)
- added autoOptimalBreakpoints to picture tag (#86)
- changed to url-gen package name (#94)
- Fix/common js build (#87)
- Add advanced picture (#84)
- Release pipeline testing
- Fix svelte npm package file contents
- Release pipeline testing
- align video attributes in React and Angular(#77)
- Added ondestroy lifecycle hook to video component (#78)
- Disable package-lock generation by adding .npmrc config
- Feature/add vue sdk infrastructure (#74)
- Add dynamic copy right date (#76)
- React - Add innerRef prop to AdvanceVideo component (#65)
- React - Add video component (#59)
- Shared(Breaking) - Update video sources to accept Transcode action (#64)
- Svelte - Fix ts errors by adding importsNotUsedAsValues rule (#68)
- Angular - Add enableProdMode() (#63)
- Svelte tests - Add svelte ssr tests (#62)
- Svelte tests - Add responsive unit tests for svelte sdk (#60)
- Angular tests - add missing angular tests (#61)
- React tests - add react e2e tests (#58)
- Svelte docs - Add svelte sdk docs (#57)
- React - Update dependency of react version to be ^16.3.0 || ^17.0.0 (#49)
- Shared - fix status canceled error on placeholder (#54)
- Shared - Feature/add video layer (#52)
- Add svelte sdk (#48)
- Upgrade to base beta (#51)
- Handle placeholder onerror (#46)
- Add travis.yml file (#50)
- Docs - Add version number to the docs reference (#47)
- Docs - Finalize readme before release (#45)
- Beta release
- Add changelog
- Test full release-cycle using jenkins
- Implement plugins - Responsive, Placeholder, Accessibility, Lazyload
- Implement React and Angular image components