Skip to content

Fix XVFB issue#6

Open
jamesopti wants to merge 63 commits into
jordangarcia:masterfrom
optimizely:james/fix_ci
Open

Fix XVFB issue#6
jamesopti wants to merge 63 commits into
jordangarcia:masterfrom
optimizely:james/fix_ci

Conversation

@jamesopti
Copy link
Copy Markdown

No description provided.

kwalker3690 and others added 30 commits November 8, 2016 12:37
Let dispatch id comparison decide when to run route handlers or not rather than route path check
Add break statement to matchRoutes if match is found
Use path instead of canonicalPath in state object
Fix onRouteComplete to always be called
Michael Fields and others added 29 commits February 22, 2018 08:20
feat (Route Metadata): Pass route metadata to the onRouteComplete handler
…uldHandle property (#12)

Summary
Enable multiple routes to match via the match regex property.
Use shouldHandle to break the tie.

shouldHandle is an optional property of a route which expects a function which returns a Promise
If that Promise resolves without explicitly passing false, the route will be considered a match.

The PromiseOrderedFirst utility is written to ensure deterministic behavior for a given set of matched routes regardless of how long any given match's shouldHandle promise takes to resolve.
…pause-method

add(method)[FE-896]: Add method for executing code without listening for popstate
…-blocker-async

[FE-896] Make executeWithoutPopstateListener asynchronous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants