Releases: smapiot/piral
Releases · smapiot/piral
0.9.7
- Improved name of imported module declarations during build
- Fix version of the Piral instance
0.9.6
- Resolve cache directory according to Parcel
- Support globs and deep structure in package.json
files
0.9.5
- Fixed regression in the
pilet debug
command - Fixed documentation issue
- Optimized usage of Parcel cache
- Support for submodule dependency sharing
0.9.4
- Switched to the new Piral logo (#27)
- Allow disabling the modules patching during build (#121)
- Fixed out of memory problem with large bundles (#121)
- Fixed kras injector precedence (#122)
- Export all imported module declarations during build (#127)
- Improved debugging experience for legacy browsers (#128)
0.9.3
- Fixed a bug in
piral-urql
when options are not set - Introduced a sanity check for debugging pilets (#115)
- Removed potential caching from
pilet debug
(#117) - Copy the files as specified when creating the dev package
- Added final bundle transformation according to the specified preset (#114)
- Provided ability to set initial custom actions
- Exposed the full Parcel CLI spectrum in the
piral-cli
(#119)
0.9.2
0.9.1
0.9.0
- Bundle for emulation (#68)
- Added
piral-pwa
plugin (#26) - Added
piral-adal
plugin (#81) - Introduced enhanced support for server-side rendering (#35)
- Added utility library
piral-ssr-utils
(#35) - Provide ability for develop builds of Piral (#68)
- Generate the declaration dynamically (#89)
- Fixed bug concerning the
store-data
event - Fixed bug in Piral CLI regarding Pilet scaffolding
- Added new optional plugin
piral-inferno
(#86) - Added new optional plugin
piral-preact
(#86) - Added new optional plugin
piral-ngjs
(#87) - Improved and added better error messages in the Piral CLI (#92)
- Improved the pilet upgrade flows (#92)
- Improved the CI/CD pipelines for the
sample-piral
app - Rewrote the converter API to support full lifecycles
- Removed
piral-fetch
andpiral-urql
frompiral-ext
- Changed
showNotification
API to allow components - Changed the search handler to allow returning components
0.8.4
0.8.3
- Fixed bug in Piral CLI regarding plugins
- Improved the documentation
- Improved the Piral CLI validation rules API
- Exported minimal set of types for the
PiletApi