smapiot / piral

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

Release 1.3.2 #637

Closed FlorianRappl closed 1 year ago

FlorianRappl commented 1 year 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

Adds once to the EventEmitter interface - simplifying scenarios where you only want the handler to run once. Also fixes an issue with the loading order using piral-blazor. Finally, we've added support for bun - speeding up package installation and potentially also as a bundler in the future.

Remarks

Right now there is no piral-cli-bun, but in the future there may be.