Releases: Tom-Hirschberger/MMM-EmbedURL
Releases · Tom-Hirschberger/MMM-EmbedURL
Release 0.0.8
This is release 0.0.8 with the following changes:
- introducing the
updateDomOnResume
option. If you do not want the html elements to be recreated when the module is shown after it was hidden you can set this option tofalse
now.
Release 0.0.7
This is release 0.0.7 with the following changes:
- changed the way attributes get handled
- introducing a new code style (thanks to @KristjanESPERANTO) and fixed all ESLint issues
Release 0.0.6
This is release 0.0.6 with the following changes:
- add a new function to the module which periodically checks if the content of embedded
img
elements is decodeable. If not thesrc
URL is removed and set again to reload the image. The feature can be activated by setting a interval in seconds in the configuration with the new optionimgDecodeCheckInterval
. - fixed all issues reported by the new automatic module scanning script developed by @KristjanESPERANTO
Release 0.0.5
This is release 0.0.5 with the following changes:
- Added new option
appendTimestamp
which controls if a current timestamp is added to each URL. This is to avoid caching issues.
Release 0.0.4
This is release 0.0.4 with the following changes:
- automatic refresh now can be disabled by setting
updateInterval
to 0 or lower - the default
basicElementType
changed from "span" to "div" as i.e. "webview" does not work properly with "span"
Release 0.0.3
This is release 0.0.3 with the following changes:
- added support of Iconify icons
- All CSS definitions are now prefixed with the main class of the module (MMM-EmbedURL)
Release 0.0.2
This is release 0.0.2 with the following changes:
- Fixed attributes with value "0" being added without value in some cases
Release 0.0.1
This is the first release 0.0.1 with the following features:
- embed other websites
- choose how often the websites should be refreshed (all at once)
- choose which websites should be displayed if different profiles are active
- set custom attributes to the elements that includes the websites
- choose which HTML element should be used to embed the websites (normally iframe or webview)
- add icons and/or titles before or after the embedded websites
- icons can be either images or Font Awesome 4.7 icons
- the order the icons/titles/elements will be added can be configured
- different options can be configured for different websites by nesting embed elements