Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds bubbling core-signal events in addition to element based events #120

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 4, 2015

  1. Add bubbling core-signal events in addition to element based events

    In order to make supporting elements, access to the app-router events is needed. Sending core-signal events allows elements that are ignorant of the rest of the application still respond meaningfully to these events.
    
    This is needed for elements such as page tracking, comment plug-ins where the provider requires a singleton call, or other sitewide changes based on route changes.
    rurri committed May 4, 2015
    Configuration menu
    Copy the full SHA
    0940eb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e12b73c View commit details
    Browse the repository at this point in the history