Skip to content

Releases: kloverde/js-RealtimeMonitor

RealtimeMonitor v1.1.1-docfix

14 May 20:57
Compare
Choose a tag to compare

This release is a documentation-only update to README.MD. It adds getTheme to the list of public methods added in the 1.1 release. This method was mistakenly omitted from the documentation.

RealtimeMonitor v1.1.1

13 May 15:34
Compare
Choose a tag to compare
  • Updated the demo to handle a Chromium bug that affects the proper operation of themes. See README.MD and demo.js for more information.

RealtimeMonitor v1.1

09 May 22:03
Compare
Choose a tag to compare

This release improves theme support.

  • Added public method getAvailableThemes for getting available themes
  • Added public method loadTheme for changing the current theme
  • An RTMThemeChange event now fires when RealtimeMonitor detects a theme change
  • Updated the demo to incorporate the new features of this release

RealtimeMonitor v1.0

27 Apr 03:08
Compare
Choose a tag to compare
  • First release