Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: delucis/astro-embed
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Coderty/astro-embed
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 31 files changed
  • 2 contributors

Commits on Nov 25, 2025

  1. www href on youtube embed

    raprav committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    54425a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f39a63 View commit details
    Browse the repository at this point in the history
  3. coderty github npm publish

    raprav committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    0076c06 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2026

  1. 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
    CarlosCarmona authored Jan 3, 2026
    Configuration menu
    Copy the full SHA
    b92ce09 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. 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.
    CarlosCarmona committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    156309b View commit details
    Browse the repository at this point in the history
  2. 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.
    CarlosCarmona committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    cd133d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. 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
    CarlosCarmona committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    f99f5bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f75d42 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2026

  1. 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.
    CarlosCarmona committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    b1e8e47 View commit details
    Browse the repository at this point in the history
  2. 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.
    CarlosCarmona committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    1bf64e4 View commit details
    Browse the repository at this point in the history
  3. 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.
    CarlosCarmona committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    346a851 View commit details
    Browse the repository at this point in the history
  4. 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.
    CarlosCarmona committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    66130df View commit details
    Browse the repository at this point in the history
  5. chore: bump package versions for Dailymotion and YouTube embeds to 0.…

    …2.3 and 0.5.13 respectively
    CarlosCarmona committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    6ede85c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2026

  1. 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.
    CarlosCarmona committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    0a5b8e9 View commit details
    Browse the repository at this point in the history
Loading