Releases: kloverde/js-RealtimeMonitor
Releases · kloverde/js-RealtimeMonitor
RealtimeMonitor v1.1.1-docfix
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
- 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
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
- First release