Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@GuiHash GuiHash released this 15 Jan 17:51
· 1 commit to master since this release

⚠ BREAKING CHANGES

  • The content inside your container is now a web-component but not an iframe
    You can still fallback to the old mode by passing embedMode: iframe in the options
  • You cannot use an existing iframe anymore
  • You cannot use anymore data-hubstairs attributes as options parameters on your container

Features

  • app embedMode JS (cb98a47)
  • embed js display model (!142) (6a60ab7)
  • remove insertion with a preexisting iframe (5947c05)
  • remove insertion with html attributes (538e83c)

Bug Fixes

  • display-js: render webcomponent on insert (8262654)