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

Sync with single-spa.js.org @ dc779d0f #190

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

Commits on Sep 11, 2020

  1. Bump http-proxy from 1.18.0 to 1.18.1 in /website (#323)

    Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
    - [Release notes](https://github.com/http-party/node-http-proxy/releases)
    - [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
    - [Commits](http-party/node-http-proxy@1.18.0...1.18.1)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    2718e93 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Adding APG Ecommerce Solutions as a backer (#324)

    * Adding APG eCommerce Solutions Logo
    
    Adding Australia Post Global (APG) eCommerce Solutions Logo
    
    * Adding APG eCommerce Solutions to users
    
    Adding Australia Post Global (APG) eCommerce Solutions to users
    maaherra86 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    c99fef0 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Configuration menu
    Copy the full SHA
    0532ae0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Configuration menu
    Copy the full SHA
    a13a1c9 View commit details
    Browse the repository at this point in the history
  2. Update api.md (#326)

    Minor change where the example code for pathToActiveWhen had the wrong path. One char added.
    richardbladh authored Sep 16, 2020
    Configuration menu
    Copy the full SHA
    8f20bcf View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Layout Engine: json dom nodes and error uis (#327)

    * Layout Engine: json dom nodes and error uis
    
    * Self review
    
    * Self review
    joeldenning authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    f5029f7 View commit details
    Browse the repository at this point in the history
  2. Update create-single-spa.md (#328)

    fixed webconfig import of `webpack-config-single-spa-react`
    kristianmandrup authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    f08bfec View commit details
    Browse the repository at this point in the history
  3. Update recommended-setup.md (#331)

    Update on monorepos. Possible with modern CI but not (yet) recommended.
    kristianmandrup authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    8a2706a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Configuration menu
    Copy the full SHA
    7e2cd11 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Update recommended-setup.md (#334)

    updating docs per single-spa/create-single-spa#185
    
    also made the list not in any specific order so we can add/edit/move things around without issues in the future.
    frehner authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    91e33ea View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. Configuration menu
    Copy the full SHA
    d168bca View commit details
    Browse the repository at this point in the history
  2. Update separating-applications.md (#329)

    * Update separating-applications.md
    
    Monorepos are MORE powerful than npm packages. It DOES indeed allow for independent builds and separate deployments, if you configure the CI accordingly.
    
    https://medium.com/labs42/monorepo-with-circleci-conditional-workflows-69e65d3f1bd0
    https://medium.com/compass-true-north/speeding-up-circleci-checkouts-in-a-monorepo-277af0469fff
    
    sample monorepo project for Circle CI: https://github.com/labs42io/circleci-monorepo
    
    Youtube tutorial on Circle CI with monorepos: https://www.youtube.com/watch?v=nKA1Tg02CuY
    
    * Update website/versioned_docs/version-5.x/separating-applications.md
    
    * Update website/versioned_docs/version-5.x/separating-applications.md
    
    Co-authored-by: Joel Denning <[email protected]>
    kristianmandrup and joeldenning authored Sep 26, 2020
    Configuration menu
    Copy the full SHA
    d12ef6f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Update ecosystem-vue.md (#337)

    Add docs for new `handleInstance` api.
    iplus26 authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    5270825 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    321a149 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Add note about webpack 4 vs 5 for parcel import (#339)

    * Add note about webpack 4 vs 5 for parcel import
    
    * Update ecosystem-react.md
    joeldenning authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    f146f4f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Documentation for server-side rendering (#333)

    * Beginnings of server-side rendering documentation.
    
    * Adding documentation for server-side rendering.
    
    * Examples.
    
    * Update website/versioned_docs/version-5.x/server-side-rendering-overview.md
    
    Co-authored-by: Carlos <[email protected]>
    
    * Update website/versioned_docs/version-5.x/server-side-rendering-overview.md
    
    Co-authored-by: Carlos <[email protected]>
    
    * Finish documentation for server side rendering.
    
    * Angular 9
    
    Co-authored-by: Carlos <[email protected]>
    joeldenning and filoxo authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    85dfcd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff161d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1237d5 View commit details
    Browse the repository at this point in the history
  4. Deployment previews on pull requests (#341)

    * Integrate with FeaturePeek
    
    * Ignore master branch
    
    * Only ping featurepeek on non-master branches
    jasonbarry authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    adca508 View commit details
    Browse the repository at this point in the history
  5. Revert "Deployment previews on pull requests (#341)"

    This reverts commit adca508.
    joeldenning committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    3d6d54a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Update examples.md

    joeldenning authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    b9cb618 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    313073e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    e0dd016 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    d230328 View commit details
    Browse the repository at this point in the history
  2. Adding documentation for canceling navigation (#345)

    * Adding documentation for canceling navigation
    
    * Update website/versioned_docs/version-5.x/api.md
    
    Co-authored-by: Carlos <[email protected]>
    
    Co-authored-by: Carlos <[email protected]>
    joeldenning and filoxo authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    f5b77a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97f17c6 View commit details
    Browse the repository at this point in the history
  4. Adding documentation for single-spa-web-server-utils. (#347)

    * Adding documentation for single-spa-web-server-utils.
    
    * Self review
    
    * Update website/versioned_docs/version-5.x/create-single-spa.md
    
    Co-authored-by: Carlos <[email protected]>
    
    Co-authored-by: Carlos <[email protected]>
    joeldenning and filoxo authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    720462f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    136ce48 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Adding documentation for unregisterApplication. (#349)

    * Adding documentation for unregisterApplication.
    
    * More docs
    
    * Carlos' feedback
    joeldenning authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    3c9069f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e68753 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    15fa186 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    14dedff View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Adding documentation for Vite. (#352)

    * Adding documentation for Vite.
    
    * Self review
    
    * update
    
    * Self review
    joeldenning authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    7ee3e83 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    bfc8021 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    9386508 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1035d3e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Configuration menu
    Copy the full SHA
    2f8a24e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Update users.js - Add Zup I.T. company (#356)

    * Update users.js
    
    * Add Zup logo
    Washington Soares authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    1a3fd0a View commit details
    Browse the repository at this point in the history
  2. docs: add Angular 10 section (#314)

    * docs: add Angular 10 section
    
    * docs: fix
    arturovt authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    53c6c12 View commit details
    Browse the repository at this point in the history
  3. Bump dot-prop from 4.2.0 to 4.2.1 in /website (#357)

    Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1.
    - [Release notes](https://github.com/sindresorhus/dot-prop/releases)
    - [Commits](sindresorhus/dot-prop@v4.2.0...v4.2.1)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    9c0d153 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Configuration menu
    Copy the full SHA
    5e910d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d887bc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Additional examples (#360)

    * Additional examples
    
    * Update PR link to 'edit and submit PR' shortcut url
    filoxo authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    ad0c4db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    273fad3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37581d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    9116622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b5c2ed View commit details
    Browse the repository at this point in the history
  3. docs: add inter-app communication via RxJS (#362)

    * docs: add inter-app communication via RxJS
    
    * docs: update per review
    arturovt authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    763b1fc View commit details
    Browse the repository at this point in the history
  4. docs: add information regarding Angular parcels (#364)

    * docs: add information regarding Angular parcels
    
    * docs: fix template
    
    * Update website/versioned_docs/version-5.x/ecosystem-angular.md
    
    Co-authored-by: Joel Denning <[email protected]>
    arturovt and joeldenning authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    81d5f5d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    8044c41 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Documentation for Vue parcels. (#367)

    * Documentation for Vue parcels.
    
    * Self review
    joeldenning authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    baf535c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Update slack link

    joeldenning committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    931547f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    3ded13e View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    030fd1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d66588 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc7846d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02fbbb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Add Svelte micro frontends to community examples (#372)

    * chore: add svelte-micro-frontends to community examples
    
    * chore: update wording
    rajasegar authored Nov 27, 2020
    Configuration menu
    Copy the full SHA
    39a784c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. Update docs to reflect single-spa-html PR. (#373)

    Update docs to reflect html props PR.
    
    single-spa/single-spa-html#14
    thantos authored Nov 28, 2020
    Configuration menu
    Copy the full SHA
    eee8969 View commit details
    Browse the repository at this point in the history
  2. Update single-spa-preact docs. (#374)

    Single-spa-preact domElementGetter receives single-spa props as of 8/2020. https://github.com/single-spa/single-spa-preact/blob/master/src/single-spa-preact.js#L77
    thantos authored Nov 28, 2020
    Configuration menu
    Copy the full SHA
    50be1af View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Update languages.js

    joeldenning authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    fc88a77 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    e4138c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Update single-spa-html docs to reflect promise support (#377)

    Reflect support for the single-spa-html template function returning a promise.
    
    single-spa/single-spa-html#15
    thantos authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    55b3c29 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Bump ini from 1.3.5 to 1.3.7 in /website (#380)

    Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
    - [Release notes](https://github.com/isaacs/ini/releases)
    - [Commits](npm/ini@v1.3.5...v1.3.7)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    e9d9687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b676003 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Applications can also export an interface. (#381)

    * Applications can also export an interface.
    
    Mentioning that applications can have more in their public interface than just the required single-spa lifecycles.
    
    * Update website/versioned_docs/version-5.x/module-types.md
    
    Co-authored-by: Joel Denning <[email protected]>
    TheMcMurder and joeldenning authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    8bd5ed1 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Update slack invite link

    joeldenning committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    96b61ee View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    6547964 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Configuration menu
    Copy the full SHA
    2e02d70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab62530 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Configuration menu
    Copy the full SHA
    418959d View commit details
    Browse the repository at this point in the history
  2. Update examples.md

    joeldenning authored Dec 31, 2020
    Configuration menu
    Copy the full SHA
    974bc5c View commit details
    Browse the repository at this point in the history
  3. Update examples.md

    joeldenning authored Dec 31, 2020
    Configuration menu
    Copy the full SHA
    4b9be87 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    aff638f View commit details
    Browse the repository at this point in the history
  2. Fix typo

    joeldenning authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    afdf19b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Update faq.md (#387)

    format error fix
    narikenabilli authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    0b3bd78 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    370972a View commit details
    Browse the repository at this point in the history
  2. Document exactMatch parameter to pathToActiveWhen (#388)

    * Self review
    
    * Document exact routes in single-spa-layout
    joeldenning authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    7f28b88 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Upgrade to latest Docusaurus (#390)

    * Update to latest docusaurus alpha version
    
    * Rename links to items
    
    * Add empty dummy file per error
    
    * Fix syntax highlighting css
    
    * Fix url for static image
    
    * Fix broken link URLs
    
    * Convert MD quotes to calllouts
    
    * Move filename into MD title
    
    * Format with Prettier
    
    * Update callout types
    
    * Remove extra heading
    
    * Fix warnings from bad links; format
    
    * Additional link fixes per warnings
    
    * Rename custom redirects plugin to silence warning
    
    * Update template to match current @docusaurus/client-redirects plugin
    filoxo authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    c147c29 View commit details
    Browse the repository at this point in the history
  2. Small fixes (#392)

    * Fix links that point to localhost
    
    * Add missing word
    
    * Fix typo
    
    * Remove extra title
    filoxo authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    ae91a29 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Configuration menu
    Copy the full SHA
    a7d6d9c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Update 41.js (#394)

    Broken URL
    narikenabilli authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    e1120f2 View commit details
    Browse the repository at this point in the history
  2. Update Slack link (#396)

    * Update Slack link
    
    * Use anumeric sequence for numbered list
    
    * Additional Slack links missed
    filoxo authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    a2338ad View commit details
    Browse the repository at this point in the history
  3. Document webpack customizations (#393)

    * Document webpack customizations
    
    * Update create-single-spa.md
    
    * Update create-single-spa.md
    joeldenning authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    c34fb31 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Add Vue public path instructions (#397)

    * Add Vue public path instructions
    
    * Update ecosystem-vue.md
    joeldenning authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    1e12ed7 View commit details
    Browse the repository at this point in the history
  2. Update ecosystem-vue.md

    joeldenning authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    a4ad696 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Configuration menu
    Copy the full SHA
    7fd9228 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    1435dae View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Documenting AngularJS parcels (#399)

    * Documenting AngularJS parcels
    
    * Self review
    joeldenning authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    d63c7ee View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Snowpack documentation (#401)

    * Snowpack documentation
    
    * Self review
    
    * Sidebar link
    
    * Carlos' feedback
    
    * Comment
    joeldenning authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    e0fe4dc View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    d7abbdb View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Vue: Add async appOptions docs. (#405)

    Co-authored-by: Sergej Popov <[email protected]>
    Sergej-Popov and Sergej Popov authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    82d3d06 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    fee2849 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. docs(setup): clarify recommendation for shared-deps (#406)

    previous statement could be mis-construed, the edit attempts to make it clear that there's only one type of in-browser module being talked about.
    jLouzado authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    9a5cefb View commit details
    Browse the repository at this point in the history
  2. Remove project status warning in angular docs (#408)

    * Add Vue public path instructions
    
    * Remove project status warning in angular docs
    
    * Fix bad merge
    
    * Self review
    joeldenning authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    516602c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    6abc5a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    17c75b6 View commit details
    Browse the repository at this point in the history
  2. Update module-types.md (#412)

    As a person new to Microfrontend, it was awkward for me to have to shift mid-article from using the term Microfrontend to the acronym MFE. My personal opinion is that the acronym should be either introduced early in the article with an explanation (could be as simple as putting the acronym next to the term `Microfrontend (MFE)`) or not used in this article.
    Tiberriver256 authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    a765bc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52f4eb8 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Update recommended-setup.md -- Add link to inter-app communication pa…

    …ge (#409)
    
    * Update recommended-setup.md
    
    Add link to inter-app communication page
    
    * Use relative URL
    
    Co-authored-by: Carlos <[email protected]>
    ameyasd007 and filoxo authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    ffad7a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Update faq.md (#414)

    hasanayan authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    ecc42ed View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. merging all conflicts

    single-spa-bot committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    dc779d0 View commit details
    Browse the repository at this point in the history