Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add iframe support #1

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft

Add iframe support #1

wants to merge 16 commits into from

Commits on Feb 28, 2024

  1. feat: add iframe support

    chrisvxd committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d2152e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ab06b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    df13d29 View commit details
    Browse the repository at this point in the history
  2. refactor: remove keyboard movement offsetting, as only compatible wit…

    …hn cloning
    
    Legacy from when iframe support required renderClone.
    chrisvxd committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    28feafb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c882d98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aef0585 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35f428e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a29a760 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce25b30 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. feat: auto-scroll iframes

    chrisvxd committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    dcf051d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. feat: add disableSecondaryAnimation API to draggables

    This allows the user to explicitly disable displacement animations. For example, complex list objects can cause iOS GPU memory crashes in Safari when combined with iframes and CSS transforms, but disabling displacement animations fixes it.
    chrisvxd committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c7c88e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    4b9daa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2766de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9296074 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    eda7e8b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    4cba1d1 View commit details
    Browse the repository at this point in the history