Skip to content

Releases: smapiot/piral

0.9.7

25 Jan 23:22
Compare
Choose a tag to compare
  • Improved name of imported module declarations during build
  • Fix version of the Piral instance

0.9.6

22 Jan 21:52
Compare
Choose a tag to compare
  • Resolve cache directory according to Parcel
  • Support globs and deep structure in package.json files

0.9.5

21 Jan 18:57
Compare
Choose a tag to compare
  • Fixed regression in the pilet debug command
  • Fixed documentation issue
  • Optimized usage of Parcel cache
  • Support for submodule dependency sharing

0.9.4

20 Jan 16:50
Compare
Choose a tag to compare
  • 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

17 Dec 18:11
Compare
Choose a tag to compare
  • 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

11 Dec 14:25
Compare
Choose a tag to compare
  • Fixed not found error when copying files for scaffold (#106)
  • Fixed upgrading a pilet using outdated information (#108)
  • Fixed a bug when building to a non-project folder
  • Support invalidation of a piral-feeds connector (#93)

0.9.1

06 Dec 14:06
Compare
Choose a tag to compare
  • Fixed source maps for debugging pilet (#103)
  • Fixed bundle splitting in pilets (#102)
  • Improved documentation w.r.t. sharing data (#104)

0.9.0

03 Dec 16:12
Compare
Choose a tag to compare
  • 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 and piral-urql from piral-ext
  • Changed showNotification API to allow components
  • Changed the search handler to allow returning components

0.8.4

15 Nov 16:40
Compare
Choose a tag to compare
  • Fixed the export in the templates (#91)
  • Forward props to the error boundary
  • Inserted sanity check before replacing exports

0.8.3

12 Nov 18:47
Compare
Choose a tag to compare
  • 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