Skip to content

Releases: CanopyTax/single-spa-canopy

v3.1.0

16 May 17:40
2f2623d
Compare
Choose a tag to compare
  • Rename sentry-error-logging references to error-logging

v3.0.4

16 Sep 21:35
9e93ee9
Compare
Choose a tag to compare
  • updated deps
  • removed feature toggle support
  • fixed deepmerge export issue
  • replaced single spa deprecated function unloadChildApplication with unloadApplication

v3.0.3

05 Dec 18:23
Compare
Choose a tag to compare

Finally fixing the interop with webpack, by manually adding the __esModules export.

v3.0.0

26 Nov 17:59
Compare
Choose a tag to compare

Removing all named exports and only providing a default export.

v2.1.1

26 Sep 16:49
06023f6
Compare
Choose a tag to compare

minified the build.

If you're using single-spa-canopy directly with a URL, be sure to change your url to .min.js. This should happen automatically if you're using a bundler.

UMD Build

25 Sep 15:25
Compare
Choose a tag to compare
  • UMD build

That's it.

New API

16 May 16:39
Compare
Choose a tag to compare

Adding a new API to forcibly invoke the setPublicPath function prior to application bootstrap. This is useful for webpack v4 code splitting and our dynamic urls

Fix for single-spa 3.7.0

18 Jan 18:26
Compare
Choose a tag to compare
  • Making single-spa-canopy compatible with 3.7.0, planned changes for 4.0 and all previous versions

Adding ability to trigger overlays with CTRL + Shift + backtick

04 Dec 18:27
Compare
Choose a tag to compare

The overlays can be triggered with either the backtick or the ~

Making positioning configurable

12 Oct 20:33
Compare
Choose a tag to compare

Moving the static "relative" positioning on the child app to a configurable positioning.