-
Notifications
You must be signed in to change notification settings - Fork 55
Comparing changes
Open a pull request
base repository: delucis/astro-embed
base: main
head repository: Coderty/astro-embed
compare: main
- 14 commits
- 31 files changed
- 2 contributors
Commits on Nov 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 54425a3 - Browse repository at this point
Copy the full SHA 54425a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f39a63 - Browse repository at this point
Copy the full SHA 1f39a63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0076c06 - Browse repository at this point
Copy the full SHA 0076c06View commit details
Commits on Jan 3, 2026
-
Add Dailymotion support to astro-embed package (#1)
- Export Dailymotion component in index.ts - Update package.json to include @coderty/astro-embed-dailymotion as a dependency - Integrate Dailymotion matcher in remark-plugin.ts
Configuration menu - View commit details
-
Copy full SHA for b92ce09 - Browse repository at this point
Copy the full SHA b92ce09View commit details
Commits on Mar 11, 2026
-
Update npm configuration and package settings
- Added GitHub npm registry configuration to .npmrc for Coderty. - Updated changeset config to reflect new repository ownership. - Marked several astro-embed packages as private in their package.json files. - Adjusted release workflow to check for Coderty as the repository owner. - Updated version for @coderty/astro-embed-youtube to 0.5.10 and added publishConfig for GitHub registry.
Configuration menu - View commit details
-
Copy full SHA for 156309b - Browse repository at this point
Copy the full SHA 156309bView commit details -
Refactor package names and update dependencies
- Changed package name from '@astro-community/astro-embed-youtube' to '@coderty/astro-embed-youtube' in multiple files. - Updated version for '@coderty/astro-embed-youtube' to 0.5.10. - Added new package '@coderty/astro-embed-dailymotion' with version 0.1.0. - Bumped version of '@coderty/astro-embed-dailymotion' from 0.1.0 to 0.1.1.
Configuration menu - View commit details
-
Copy full SHA for cd133d1 - Browse repository at this point
Copy the full SHA cd133d1View commit details
Commits on Mar 24, 2026
-
feat(dailymotion): add playerId and iframeAllow optional props
Add optional `playerId` prop to support Dailymotion monetization via geo.dailymotion.com player URLs. Add optional `iframeAllow` prop to customize iframe permissions. Both are backward-compatible with defaults matching the previous behavior. Made-with: Cursor
Configuration menu - View commit details
-
Copy full SHA for f99f5bf - Browse repository at this point
Copy the full SHA f99f5bfView commit details -
Bump versions for Dailymotion and YouTube embed packages to 0.2.1 and…
… 0.5.11 respectively
Configuration menu - View commit details
-
Copy full SHA for 8f75d42 - Browse repository at this point
Copy the full SHA 8f75d42View commit details
Commits on Apr 9, 2026
-
feat(youtube): add autoplay prop to YouTube embed component
- Introduced an `autoplay` prop to enable automatic playback of videos. - Updated URL parameters to mute the video when autoplay is enabled. - Enhanced the component to include a script for activating autoplay functionality.
Configuration menu - View commit details
-
Copy full SHA for b1e8e47 - Browse repository at this point
Copy the full SHA b1e8e47View commit details -
feat(dailymotion): add autoplay prop for automatic video playback
- Introduced an `autoplay` prop to enable automatic playback of Dailymotion videos on page load. - Updated URL parameters to mute the video when autoplay is enabled. - Enhanced event handling to activate autoplay functionality when the component is clicked.
Configuration menu - View commit details
-
Copy full SHA for 1bf64e4 - Browse repository at this point
Copy the full SHA 1bf64e4View commit details -
chore: update package versions and add YAML schema for Dailymotion
- Bumped version of '@coderty/astro-embed-dailymotion' to 0.2.2 and '@coderty/astro-embed-youtube' to 0.5.12. - Added YAML schema configuration for Dailymotion in VSCode settings.
Configuration menu - View commit details
-
Copy full SHA for 346a851 - Browse repository at this point
Copy the full SHA 346a851View commit details -
feat: enhance pointer event handling for Dailymotion and YouTube embeds
- Added `pointer-events: auto` to Dailymotion iframe for improved interaction. - Implemented `pointer-events: none` for activated states in both Dailymotion and YouTube components to prevent user interaction when the video is playing.
Configuration menu - View commit details
-
Copy full SHA for 66130df - Browse repository at this point
Copy the full SHA 66130dfView commit details -
chore: bump package versions for Dailymotion and YouTube embeds to 0.…
…2.3 and 0.5.13 respectively
Configuration menu - View commit details
-
Copy full SHA for 6ede85c - Browse repository at this point
Copy the full SHA 6ede85cView commit details
Commits on Apr 10, 2026
-
feat(dailymotion, youtube): implement IntersectionObserver for autopl…
…ay functionality - Enhanced autoplay feature for Dailymotion and YouTube embeds by utilizing IntersectionObserver to activate videos only when they are in view. - Updated package versions to 0.2.4 for Dailymotion and 0.5.14 for YouTube.
Configuration menu - View commit details
-
Copy full SHA for 0a5b8e9 - Browse repository at this point
Copy the full SHA 0a5b8e9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main