Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 2.1 KB

announcements.md

File metadata and controls

30 lines (22 loc) · 2.1 KB

SCION Microfrontend Platform

SCION Microfrontend Platform Projects Overview Changelog Contributing Sponsoring

On this page you will find the latest news about the development of the SCION Microfrontend Platform.

  • 2020-12: Developer Tools
    We released the DevTools! With the DevTools, you can inspect integrated micro applications, browse available capabilities, analyze dependencies between micro applications, and more.
    For more information, see https://microfrontend-platform-developer-guide.scion.vercel.app/#chapter:dev-tools.

  • 2020-07: esm5 and fesm5 format is no longer distributed in @scion/microfrontend-platform’s NPM package
    Since version 1.0.0-beta.5 we no longer include the distributions for esm5 and fesm5 in the @scion/microfrontend-platform’s NPM package. Only the formats for esm2015, fesm2015, and UMD are distributed. Consequently, the module field in package.json now points to the fesm2015 distribution.

    If requiring esm5 or fesm5, you will need to downlevel to ES5 yourself. If using Angular, the Angular CLI will automatically downlevel the code to ES5 if differential loading is enabled in the Angular project, so no action is required from Angular CLI users.

    For more information, see https://microfrontend-platform-developer-guide.scion.vercel.app/#chapter:transpilation-level.

  • 2020-06: Developer Tools
    We are working on a DevTools microfrontend that developers can plug in when needed. With the DevTools, you can inspect integrated micro applications, browse available capabilities, analyze dependencies between micro applications, and more.