Skip to content

Latest commit

 

History

History
79 lines (41 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

79 lines (41 loc) · 1.28 KB

CHANGELOG

0.4.11

  • interaction adjustment, for pip movement after auto next

0.4.10

  • fixing a bug that prevented drag from happening normally on mobile devices

0.4.9

  • fixing a conflict when the player goes full screen when detached

0.4.8

  • preventing wrong style application if core was loaded while player are detached

0.4.7

  • added scope to the package, so the name has changed from clappr-detach-plugin to @globocom/clappr-detach-plugin

0.4.6

  • adjust detach/attach of plugin

0.4.5

  • fix publish. Do not use version 0.4.4

0.4.4

  • fix publish. Do not use version 0.4.3

0.4.3

  • validate whether core is ready before toggling detach state

0.4.2

  • prevent mouse from becoming stuck in move style

0.4.1

  • prevent dragging when mouse over bars (seekbar and sound bar)

0.4.0

  • adds dragEnabled option

0.3.0

Don't use this version, we messed up the publishing

0.2.0

  • change approach of detach, to do it using CSS

0.1.0

  • remove dependency on Clappr and receives Clappr as parameter
  • remove dependency on Zepto

0.0.4

  • Accept an option isDetached, that can be called with player.configure({ isDetached })
  • Removes option detachOnStart

0.0.3

  • do not use

0.0.2

  • do not use

0.0.1

  • First version