Features
- Support short-circuited, partial rerouting. This occurs when the URL changes in the middle of a single
reroute
(#529 via @arturovt) - Add extra properties to PopStateEvents that originate within single-spa - Documentation (#532 via @jamesopti)
- Custom props provided to applications may now be passed in as a function that returns an object - Documentation (#533 via @joeldenning)
- Add new
single-spa:before-mount-routing-event
fired to the window - Documentation (#534 via @joeldenning) - New API
pathToActiveWhen
is exposed as a single-spa export - Documentation (#535 via @joeldenning)
Fixes
- Fix strict mode error where functions were declared inside of
if
statement. Fixes IE10 issues (#537 via @bloody-ux)