single-spa
Advanced tools
Comparing version 4.4.3 to 4.4.4
# Changelog | ||
See https://github.com/CanopyTax/single-spa/releases for what has changed in each version of single-spa. | ||
See https://github.com/single-spa/single-spa/releases for what has changed in each version of single-spa. |
@@ -1078,3 +1078,3 @@ var singleSpa = /*#__PURE__*/Object.freeze({ | ||
function createPopStateEvent(state) { | ||
// https://github.com/CanopyTax/single-spa/issues/224 and https://github.com/CanopyTax/single-spa-angular/issues/49 | ||
// https://github.com/single-spa/single-spa/issues/224 and https://github.com/single-spa/single-spa-angular/issues/49 | ||
// We need a popstate event even though the browser doesn't do one by default when you call replaceState, so that | ||
@@ -1087,3 +1087,3 @@ // all the applications can reroute. | ||
} catch (err) { | ||
// IE 11 compatibility https://github.com/CanopyTax/single-spa/issues/299 | ||
// IE 11 compatibility https://github.com/single-spa/single-spa/issues/299 | ||
// https://docs.microsoft.com/en-us/openspecs/ie_standards/ms-html5e/bd560f47-b349-4d2c-baa8-f1560fb489dd | ||
@@ -1090,0 +1090,0 @@ var evt = document.createEvent('PopStateEvent'); |
@@ -1105,3 +1105,3 @@ System.register([], function (exports) { | ||
function createPopStateEvent(state) { | ||
// https://github.com/CanopyTax/single-spa/issues/224 and https://github.com/CanopyTax/single-spa-angular/issues/49 | ||
// https://github.com/single-spa/single-spa/issues/224 and https://github.com/single-spa/single-spa-angular/issues/49 | ||
// We need a popstate event even though the browser doesn't do one by default when you call replaceState, so that | ||
@@ -1114,3 +1114,3 @@ // all the applications can reroute. | ||
} catch (err) { | ||
// IE 11 compatibility https://github.com/CanopyTax/single-spa/issues/299 | ||
// IE 11 compatibility https://github.com/single-spa/single-spa/issues/299 | ||
// https://docs.microsoft.com/en-us/openspecs/ie_standards/ms-html5e/bd560f47-b349-4d2c-baa8-f1560fb489dd | ||
@@ -1117,0 +1117,0 @@ var evt = document.createEvent('PopStateEvent'); |
@@ -1084,3 +1084,3 @@ (function (global, factory) { | ||
function createPopStateEvent(state) { | ||
// https://github.com/CanopyTax/single-spa/issues/224 and https://github.com/CanopyTax/single-spa-angular/issues/49 | ||
// https://github.com/single-spa/single-spa/issues/224 and https://github.com/single-spa/single-spa-angular/issues/49 | ||
// We need a popstate event even though the browser doesn't do one by default when you call replaceState, so that | ||
@@ -1093,3 +1093,3 @@ // all the applications can reroute. | ||
} catch (err) { | ||
// IE 11 compatibility https://github.com/CanopyTax/single-spa/issues/299 | ||
// IE 11 compatibility https://github.com/single-spa/single-spa/issues/299 | ||
// https://docs.microsoft.com/en-us/openspecs/ie_standards/ms-html5e/bd560f47-b349-4d2c-baa8-f1560fb489dd | ||
@@ -1096,0 +1096,0 @@ var evt = document.createEvent('PopStateEvent'); |
{ | ||
"name": "single-spa", | ||
"version": "4.4.3", | ||
"version": "4.4.4", | ||
"description": "Multiple applications, one page", | ||
@@ -30,4 +30,4 @@ "main": "lib/umd/single-spa.min.js", | ||
"homepage": "https://single-spa.js.org", | ||
"repository": "https://github.com/CanopyTax/single-spa", | ||
"bugs": "https://github.com/CanopyTax/single-spa/issues", | ||
"repository": "https://github.com/single-spa/single-spa", | ||
"bugs": "https://github.com/single-spa/single-spa/issues", | ||
"keywords": [ | ||
@@ -34,0 +34,0 @@ "single", |
@@ -5,3 +5,3 @@ | ||
[![npm version](https://img.shields.io/npm/v/single-spa.svg?style=flat-square)](https://www.npmjs.org/package/single-spa) | ||
[![Build Status](https://img.shields.io/travis/CanopyTax/single-spa/master.svg?style=flat-square)](https://travis-ci.org/CanopyTax/single-spa) | ||
[![Build Status](https://img.shields.io/travis/single-spa/single-spa/master.svg?style=flat-square)](https://travis-ci.org/single-spa/single-spa) | ||
[![](https://data.jsdelivr.com/v1/package/npm/single-spa/badge)](https://www.jsdelivr.com/package/npm/single-spa) | ||
@@ -18,3 +18,3 @@ # single-spa | ||
- [Use multiple frameworks](/docs/single-spa-ecosystem.md#help-for-frameworks) on the same page [without refreshing the page](/docs/applications.md) | ||
([React](https://github.com/CanopyTax/single-spa-react), [AngularJS](https://github.com/CanopyTax/single-spa-angular1), [Angular](https://github.com/CanopyTax/single-spa-angular2), [Ember](https://github.com/CanopyTax/single-spa-ember), or whatever you're using) | ||
([React](https://github.com/single-spa/single-spa-react), [AngularJS](https://github.com/single-spa/single-spa-angular1), [Angular](https://github.com/single-spa/single-spa-angular2), [Ember](https://github.com/single-spa/single-spa-ember), or whatever you're using) | ||
- Write new code, possibly with a new framework, without rewriting your existing app | ||
@@ -21,0 +21,0 @@ - Lazy load code for improved initial load time. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
739670