Releases: smapiot/piral
Releases · smapiot/piral
0.6.0
- Improved the sample
- Added new layout builder API
- Unified Piral extension API
- Support asynchronous language switch
- Enable lazy loading of pilets (#2)
- Introduced explicit local pilet state management
- Added --fresh flag to the pilet-publish command
- Added new optional library piral-hyperapp
- Moved track... API to optional library piral-tracking
- Aliases are now also available for shorthand CLI commands
- Refactored and improved piral install to be piral new
- Fixed indirect use of shared dependencies (#30)
- Added
--detailed-report
and--log-level
to many commands
0.5.2
- Added new optional library
piral-vue
- Improved API of
piral-ng
- Added
piral-install
command to Piral CLI - Support local CLI installation over global one
- Added samples to documentation page
0.5.1
- Added new optional library
piral-ng
- Extended APIs for
registerExtension
andregisterModal
- Improved documentation
- Added more flexibility to
piral build
andpiral debug
commands - Improved bundling with splitting, module resolution, and URLs
0.5.0
- Added more props to the
Layout
- Allow setting and extending the user
- Fixed rendering of modals
- Added
public-url
option in Piral CLI - Fixed
piral-cli
build for scoped shared dependencies - Added error code and output to Piral CLI
- Added more options to the search provider registration
- Provide immediate argument to search provider
0.4.0
- Introduced
subscriptionUrl
- Renamed
gateway
togatewayUrl
- Renamed
availableModules
toavailablePilets
- Renamed
requestModules
torequestPilets
- Added possibility to override pilet requesting
- Automatically insert shared dependencies
- Changed and documented meta format for Piral and pilets
- Moved
provideTranslations
topiral-ext
- Moved
translate
topiral-ext
- Provided ability to extend the global state during setup
- Suffixed foreign APIs with
X
, e.g.,registerTileX
0.3.1
- Updated dependencies
- Added
debug-pilet
command - Added setup for trackers
- Added ability to attach a static module into
piral
v0.3.0
- Documentation enhancements
- Added project landing page
- Integration tests for Piral CLI
- Updated homepage
- Included fetch and GraphQL API extensions in
piral-ext
- Changed
piral
to a framework (piral-core
remains a library) - Implemented support for pilet split (#1)
- Added version to documentation page (#16)