iframe-resizer icon indicating copy to clipboard operation
iframe-resizer copied to clipboard

Future roadmap

Open davidjbradshaw opened this issue 1 month ago • 0 comments

Features

  • [x] Copy Title element value to iframe attribue
  • [x] Add scrollBy() method
  • [ ] Add waitForLoad option
  • [ ] Add object { top: left: behaviour: } to scrollTo / scrollToOffeset
  • [ ] Log when new element is used to calculate size
  • [ ] Add Parent option to create data-iframe-size attrs via CSS selector
  • [ ] Detect when an iframe is removed from the page and auto disconnect with warning message
  • [ ] When checkOrigin has more than one target, iterate over them with postMessage(), rather than use *
    • #707
  • [ ] Migrate warning to tiny-warning in React version
  • [ ] Detect and ignore elements anchored to the page bottom/right of the page
  • [ ] Add getTopInfo() method
  • [ ] Migrate to using pubSub patten
  • [ ] Add EventListener() methods
    • #710
  • [ ] Investigate scrolling with sticky headers
    • #794
  • [ ] Add auto same-domain code injection (@iframe-resizer/injector)
  • [ ] Check HTMLIFrameElement: allow and sandbox properties for anything that will cause an issue
  • [ ] Add support for HTMLIFrameElement: contentDocument property.

Framework components / plugins

  • [x] Vue 3 / Nuxt
  • [ ] Svelte
  • [ ] SolidJS

davidjbradshaw avatar May 19 '24 19:05 davidjbradshaw