- add support to svelte 4
- refactor: use
@sveltinio/ts-utils
- chore: dev deps updated
- fix: remove utils.js from the exports map on package.json
- chore: deps updated
- docs: updated to reflect changes on how to properly import and use the components
- migration to @sveltejs/package v2
- fix package dir
This release is to updated the components documentation
- deps updated
- fix: re-exporting components as they are instead of 'as default'
svelte:component
props forVimeo
andYouTube
- sandbox on iframe for
StackBlitz
- remove a11y warning for alt prop on
<a>
tag forSlideShare
- chore: deps updated
- make use of
vitePreprocess
instead ofsvelte-preprocess
publint
added to check packaging errors and ensure compatibility across environments.
- fix exports
- fix(SlideShare): a11y warning on external link
- unused dependency removed (@types/jest)
- Bump version to update the github repo link on npm
- To load pages faster, a clickable and responsible thumbnail for the video (YouTube and Vimeo) is embedded when no
autoplay
setting is provided or it is set tofalse
.
- StackBlitz added
- initial release