Skip to content

Releases: smapiot/piral

0.14.13

27 Feb 10:08
Compare
Choose a tag to compare
  • Fixed handling of direct function exports in importmaps
  • Fixed usage of feed pilets when they are debugged locally
  • Added dependency map capability to debug utils

0.14.12

25 Feb 13:24
Compare
Choose a tag to compare
  • Improved handling of --bundler when scaffolding
  • Improved referenced version of dependencies when scaffolding
  • Fixed reference to optimize-css-assets-webpack-plugin causing Webpack 5 error using npm v8
  • Fixed scaffold installation despite --no-install when using npm v8

0.14.11

17 Feb 16:49
Compare
Choose a tag to compare
  • Improved detection of framework packages
  • Improved hash function for remote importmap references
  • Fixed wrongly placed imports
  • Fixed handling of async errors when loading pilets (#476)
  • Added pilet to ErrorInfoProps (#477)

0.14.10

04 Feb 21:54
Compare
Choose a tag to compare
  • Improved support and documentation for wrappers
  • Improved default metadata using piletConfig from package.json in pilet debug (#462)
  • Updated vulnerable dependencies
  • Fixed typing of extension slot defaults
  • Added new prop meta to registered pages
  • Added support for debug-meta.json when using pilet debug (#462)
  • Added piral-page-layouts plugin

0.14.9

21 Jan 12:24
Compare
Choose a tag to compare
  • Improved error output in piral-cli-webpack5
  • Improved error handling in parcel-codegen-loader
  • Improved publicUrl argument with normalization
  • Fixed types section missing in documentation
  • Fixed error with externals in piral-cli-webpack
  • Fixed error with externals in piral-cli-webpack5

0.14.8

20 Jan 14:49
Compare
Choose a tag to compare
  • Improved performance of internal action calls
  • Improved the piral-extension web component with properties params, empty and name
  • Fixed URL to use with --open on piral debug to include public path
  • Fixed .piralrc to consider command line arguments for choosing defaults
  • Added ability to specify local paths for --template in pilet new and piral new
  • Added convenience module piral-svelte/extend-webpack
  • Added support for direct instance switching

0.14.7

12 Jan 09:36
Compare
Choose a tag to compare
  • Updated PATH environment usage for child processes in Windows
  • Pass on hooks from args in commands of the piral-cli
  • Added registry, language, host, port, and openBrowser to .piralrc
  • Added html-loader to piral-ng/extend-webpack

0.14.6

09 Jan 00:42
Compare
Choose a tag to compare
  • Improved docs w.r.t. npm initializers
  • Fixed potential warning about too many listener
  • Fixed version of react-router in the peer dependencies of piral-core (#441)
  • Fixed missing update cycle in piral-vue converter (#440)

0.14.5

13 Dec 17:10
Compare
Choose a tag to compare
  • Improved pilet debug to use actual app externals
  • Improved piral debug to respect --public-url like piral build
  • Fixed publicPath in pilets built with Webpack to be ./ instead of /
  • Fixed default imports of shared dependencies with v2 schema (#433)
  • Fixed usage of rules in extend-config of piral-cli-webpack(5)
  • Fixed usage of custom public path with piral-ng (#434)
  • Removed file-loader from piral-cli-webpack5
  • Added env variable PIRAL_PUBLIC_PATH during piral build and piral debug (#434)
  • Added publicPath to state container (in app)

0.14.4

01 Dec 10:06
Compare
Choose a tag to compare
  • Improved siteless API to support using other frameworks
  • Fixed issue with entry point of pilet missing
  • Added extensions for each plugin component (e.g., piral-dashboard for the Dashboard component of piral-dashbard)