Skip to content

Releases: smapiot/piral

0.14.3

26 Nov 10:15
Compare
Choose a tag to compare
  • Improved pilet-uses-latest-piral rule w.r.t. monorepos
  • Fixed CI/CD scripts to automatically accept version change
  • Fixed issue resolving the context when standalone extensions are rendered
  • Added --type standalone option for building pilets (#427)
  • Added --type manifest option for building pilets
  • Added support for building or publishing multiple pilets at once
  • Added useGlobalStateContext hook to piral-core

0.14.2

22 Nov 15:00
Compare
Choose a tag to compare
  • Improved CI/CD scripts
  • Fixed issue with weird terminal input after running piral-cli

0.14.1

22 Nov 14:59
Compare
Choose a tag to compare
  • Improved types of piral-lazy
  • Fixed usage of plugins in extend-config of piral-cli-webpack(5) (#422)
  • Fixed use of DOM references preventing proper use of SSR
  • Fixed error when using import maps in piral-cli-parcel
  • Fixed usage of import maps dependencies in lazy loaded assets in piral-cli-esbuild
  • Added deps props to components loaded with piral-lazy
  • Added more options to piral-oidc and piral-oauth2
  • Added createDeferredStrategy to piral-base for simplifying deferred pilet fetching
  • Added support for extraTypes field in package.json of a Piral instance

0.14.0

08 Nov 18:32
Compare
Choose a tag to compare
  • Improved converter plugins to allow more flexible pilet embedded usage
  • Improved on the fly updates of pilet stylesheets
  • Improved the documentation on piral-ng (incl. migration tips)
  • Changed library contents to target ES6
  • Changed unstable preview flag to alpha
  • Changed pre preview flag to beta
  • Changed the expected format for a bundler piral-cli plugin
  • Added more MSAL options to setup a client in piral-adal (#418)
  • Added runtime pilet metadata basePath
  • Added support for new debug utils (#397)
  • Added generic piral-extension web component for rendering extensions
  • Added option to run Angular without zone.js in piral-ng
  • Added bundler for esbuild (#363)
  • Added direct support for using the Angular router in piral-ng (#396)
  • Added convenience module extend-config for piral-cli-webpack and piral-cli-webpack5 (#410)
  • Added support for AoT in piral-ng (#415)

0.13.9

23 Sep 21:02
Compare
Choose a tag to compare
  • Fixed an issue w.r.t. the serialization of events in the debug tools

0.13.8

13 Sep 11:53
Compare
Choose a tag to compare
  • Fixed circular structure support in debugging utils (#409)
  • Fixed pilet templates giving wrong path in Windows when scaffolding
  • Fixed support for multi pilet debug commands with wildcards on Windows

0.13.7

01 Sep 12:19
Compare
Choose a tag to compare
  • Fixed disabling logging of view state changes (#404)
  • Improved documentation CI/CD

0.13.6

30 Aug 14:22
Compare
Choose a tag to compare
  • Fixed issue with CSS imports in pilets when using Webpack (#403)
  • Improved documentation (#395)
  • Improved piral-debug-utils with new architecture (#397)

0.13.5

24 Aug 21:26
Compare
Choose a tag to compare
  • Fixed explicit declaration via state of LanguagesPicker component
  • Updated outdated piral-cli-weback and piral-cli-webpack5 dependencies
  • Improved piral-cli-webpack and piral-cli-webpack5 loader resolution
  • Added getCurrentLanguage to pilet API from piral-translate

0.13.4

02 Aug 21:26
Compare
Choose a tag to compare
  • Fixed issue with pilet scaffolding templates on Windows
  • Fixed usage of process.env.ENV in piral-ng
  • Fixed selecting scaffolding templates with version specifier
  • Added experimental branch for canary releases