Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

2.6.0 Sharecodes, Round Robins, Keyboards and Tooltips

Compare
Choose a tag to compare
@ProbablePrime ProbablePrime released this 01 Feb 00:29
· 73 commits to master since this release

2.6

  • Fixed a couple of housekeeping issues

2.5

  • Client will now use a round robin strategy when it encounters issues with an interactive server it is trying to connect to (#92)
  • Add sharecode support (#86). Thanks @JohnyCilohokla.
  • Update package.json links (#90). Thanks @metaa
  • Add keyboard events to buttons (#88)

2.4

  • Added tooltip properties to buttons.
  • Removed Etags, these are no longer needed see mixer/developers#160 for more information.
  • Authentication changes, we now use stream access keys to connect to interactive for Mixer.com

2.3

  • Added a list of frontend grid sizes gridLayoutSizes (#71)
  • Improved typings for control metadata (#82)

2.2

  • Added State.getGroups(), State.getParticipants() and State.getScenes() (#78)
  • Internal project cleanup