Changelog

The changelog keeps a documented history of logger changes.

v2.1.0 - 20 November 2023

  • [Feature] Add logEvent('chart', value) and logState('chart', value) functions to replace the now deprecated logCustomEvent('event', { chart: value })

  • [Feature] Add setAttribute('chart', value) function to replace the now deprecated setCustomField('key', value)

  • [Feature] Add removeAttribute('chart') and clearAllAttributes() function to replace the now deprecated removeCustomField('key') and clearAllCustomFields()

v2.0.0 - 25 September 2023

  • [Feature] Metalitix now taps into 8th wall's Secret key feature! Your API key is now specified separately and securely within the module's settings.

  • [Refactor] Removed unused, reserved functions logKey*Event(), logMouse*Event(), logTouch*Event(), and logZoom*Event() functions. The logCustomEvent() function should be used instead.

  • [Fix] Allow logging of event data when a session is paused.

  • [Fix] Listen to webpage unload event to attempt ending sessions.

v1.0.1 - 21 August 2023

  • [Refactor] Module now ships with the README as a convenience for developers.

v1.0 - 19 June 2023

  • Initial public release of Metalitix 8th Wall Module based on A-Frame v1.2.0.

Last updated