Skip to content

Releases: Tom-Hirschberger/MMM-EmbedURL

Release 0.0.8

01 Dec 17:29
f05412b
Compare
Choose a tag to compare

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 to false now.

Release 0.0.7

15 Sep 19:04
3553846
Compare
Choose a tag to compare

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

24 Nov 17:59
fb0c615
Compare
Choose a tag to compare

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 the src 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 option imgDecodeCheckInterval.
  • fixed all issues reported by the new automatic module scanning script developed by @KristjanESPERANTO

Release 0.0.5

05 Feb 11:10
00974b9
Compare
Choose a tag to compare

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

23 Nov 09:38
07824c7
Compare
Choose a tag to compare

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

07 Nov 12:39
2c733c9
Compare
Choose a tag to compare

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

01 Nov 16:48
1467eaa
Compare
Choose a tag to compare

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

28 Oct 13:02
Compare
Choose a tag to compare

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