Skip to content

Releases: smapiot/piral

0.14.23

01 May 17:51
Compare
Choose a tag to compare

What's Changed

  • Bump ejs from 2.7.4 to 3.1.7 by @dependabot in #511
  • Improved typings for registering extension components
  • Fixed issue with tilde version specifier of centrally shared dependencies
  • Fixed missing update cycle in piral-vue3 converter (#440)
  • Added update lifecycle to piral-solid

More info on release 0.14.23 by @FlorianRappl in #512
Full Changelog: v0.14.22...v0.14.23

0.14.22

25 Apr 16:24
Compare
Choose a tag to compare

What's Changed

  • Bump async from 2.6.3 to 2.6.4 by @dependabot in #509
  • Improved piral-blazor codegen module
  • Improved dependencies codegen module
  • Added update lifecycle to piral-ng (#508)
  • Added exports field to package notations

More infos on release 0.14.22 by @FlorianRappl in #510
Full Changelog: v0.14.21...v0.14.22

v0.14.21

12 Apr 19:49
Compare
Choose a tag to compare

What's Changed

  • Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #505
  • Bump aurelia-framework from 1.3.1 to 1.4.1 by @dependabot in #506
  • Improved piral-modals with layout options
  • Improved type declarations of plugins
  • Added --target to piral debug and pilet debug commands (#482)
  • Added support for --public-url also in pilet commands
  • Added types to piral-cli-webpack/extend-config and piral-cli-webpack5/extend-config
  • Added option to define the default template for pilets in Piral instance

More infos on release 0.14.21 by @FlorianRappl in #507
Full Changelog: v0.14.20...v0.14.21

v0.14.20

01 Apr 08:33
Compare
Choose a tag to compare

What's Changed

  • Updated dependencies @dependabot in #502
  • Fixed issue with pilet build of --type standalone when using importmap
  • Added CUSTOM_ELEMENTS_SCHEMA to default / fallback module in piral-ng
  • Added automatic module cleanup on pilet teardown

More infos on release 0.14.20 by @FlorianRappl in #500

Full Changelog: v0.14.19...v0.14.20

0.14.19

20 Mar 22:47
Compare
Choose a tag to compare
  • Improved pilet injector to always return an array as metadata response
  • Removed dependency to webpack-inject-plugin in piral-cli-webpack5
  • Fixed issue with getCurrentLayout not returning default layout in SSR
  • Fixed piral service in piral-ng such that it can also be used with APP_INITIALIZER
  • Added options --headers and --mode to pilet publish
  • Added option --concurrency to pilet build and pilet debug

0.14.18

18 Mar 13:07
Compare
Choose a tag to compare
  • Fixed issue with v1 pilets not loading additional chunks
  • Fixed CSS inject being applied to importmap dependencies (#492)

0.14.17

13 Mar 21:09
Compare
Choose a tag to compare
  • Fixed usage of multi instances of Blazor components (#490)
  • Fixed star export of augmented functions from CommonJS (#489)
  • Added update lifecycle to piral-blazor converter

0.14.16

10 Mar 16:42
Compare
Choose a tag to compare
  • Fixed problem if provided pilet metadata is immutable (#486)
  • Fixed cloning of MutationEvent events inside piral-blazor
  • Upgraded jest dependencies to 26.x

0.14.15

05 Mar 09:14
Compare
Choose a tag to compare
  • Fixed issue with get-dependency-map of the piral-debug-utils
  • Added support for v0 and v1 pilets in get-dependency-map
  • Added support for object flags (e.g., --vars) in the initializers

0.14.14

03 Mar 01:30
Compare
Choose a tag to compare
  • Fixed issue placing tsconfig.json in empty template
  • Fixed issue placing piral-layout.jsx in empty template
  • Fixed page not found message when doing pilet development