smapiot / piral

🚀 Framework for next generation web apps using micro frontends. ⭐️ Star to support our work!
https://piral.io
MIT License
1.68k stars 125 forks source link

Release 1.6.0 #702

Closed FlorianRappl closed 2 months ago

FlorianRappl commented 2 months ago

New Pull Request

For more information, see the CONTRIBUTING guide.

Prerequisites

Please make sure you can check the following boxes:

Type(s) of Changes

Contribution Type

What types of changes does your code introduce? Put an x in all the boxes that apply:

Description

Added a couple of interesting quality of life improvements (piral-cli flags for strict port, update capabilities for Piral.Blazor, improved error boundary with local debugging error dialog) with updates in some packages (e.g., improved streaming update in piral-update) while fixing some issues.

Remarks

All Piral packages that are usually used with a bundler exclusively serve ESM files. This was anyway the format chosen by all of these bundlers - so the packages are now more lightweight, simpler, and easier to use.