Skip to content

v4.65.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 22:10
5c588f5

Minor Changes

  • 07f1d6e: analytics-tracker: expose a readiness signal. Once the tracker's public API is installed it sets window.mn.ready = true and dispatches a munin:ready CustomEvent on document, so consumers can run identify round trips (or any window.mn.* call) as soon as the async script is ready — no polling, no dependence on the loader's own readiness callback:

    window.mn?.ready ? go() : document.addEventListener('munin:ready', go, { once: true });

    skill://analytics/identify-visitors, the frontend-integration playbook, and the dashboard embed snippet now show this pattern.

Patch Changes

  • 07f1d6e: analytics-tracker: expose a readiness signal. Once the tracker's public API is installed it sets window.mn.ready = true and dispatches a munin:ready CustomEvent on document, so consumers can run identify round trips (or any window.mn.* call) as soon as the async script is ready — no polling, no dependence on the loader's own readiness callback:

    window.mn?.ready ? go() : document.addEventListener('munin:ready', go, { once: true });

    skill://analytics/identify-visitors, the frontend-integration playbook, and the dashboard embed snippet now show this pattern.

    • @getmunin/core@4.65.0
    • @getmunin/db@4.65.0
    • @getmunin/types@4.65.0
    • @getmunin/mcp-toolkit@4.65.0
    • @getmunin/agent-runtime@4.65.0
    • @getmunin/emails@4.65.0
  • 07f1d6e: analytics-tracker: expose a readiness signal. Once the tracker's public API is installed it sets window.mn.ready = true and dispatches a munin:ready CustomEvent on document, so consumers can run identify round trips (or any window.mn.* call) as soon as the async script is ready — no polling, no dependence on the loader's own readiness callback:

    window.mn?.ready ? go() : document.addEventListener('munin:ready', go, { once: true });

    skill://analytics/identify-visitors, the frontend-integration playbook, and the dashboard embed snippet now show this pattern.

    • @getmunin/types@4.65.0
    • @getmunin/ui@4.65.0

Published packages

  • @getmunin/analytics-tracker@4.65.0
  • @getmunin/chat-widget@4.65.0
  • @getmunin/agent-host@4.65.0
  • @getmunin/agent-runtime@4.65.0
  • @getmunin/backend-core@4.65.0
  • @getmunin/core@4.65.0
  • @getmunin/dashboard-pages@4.65.0
  • @getmunin/db@4.65.0
  • @getmunin/docs-pages@4.65.0
  • @getmunin/emails@4.65.0
  • @getmunin/mcp-toolkit@4.65.0
  • @getmunin/sdk@4.65.0
  • @getmunin/types@4.65.0
  • @getmunin/ui@4.65.0