Releases: smapiot/piral
Releases · smapiot/piral
0.14.13
- 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
- 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
0.14.10
- 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
- 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
- Improved performance of internal action calls
- Improved the
piral-extension
web component with propertiesparams
,empty
andname
- Fixed URL to use with
--open
onpiral debug
to include public path - Fixed .piralrc to consider command line arguments for choosing defaults
- Added ability to specify local paths for
--template
inpilet new
andpiral new
- Added convenience module
piral-svelte/extend-webpack
- Added support for direct instance switching
0.14.7
- 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
, andopenBrowser
to .piralrc - Added
html-loader
topiral-ng/extend-webpack
0.14.6
0.14.5
- Improved
pilet debug
to use actual app externals - Improved
piral debug
to respect--public-url
likepiral 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
inextend-config
ofpiral-cli-webpack(5)
- Fixed usage of custom public path with
piral-ng
(#434) - Removed
file-loader
frompiral-cli-webpack5
- Added env variable
PIRAL_PUBLIC_PATH
duringpiral build
andpiral debug
(#434) - Added
publicPath
to state container (inapp
)
0.14.4
- 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 theDashboard
component ofpiral-dashbard
)