Skip to content

v0.0.19

Compare
Choose a tag to compare
@peterpeterparker peterpeterparker released this 29 Sep 16:22
· 511 commits to main since this release

Summary

Several enhancements and new features have been developed for the console's UI, with no changes to the smart contract.

Among those improvements, a minor breaking change has been implemented. The URL /observatory has been deprecated in favor of /monitoring.

Overview

Module Version Breaking changes
No changes
Library Version Breaking changes
@junobuild/core v0.0.32
@junobuild/admin v0.0.33
@junobuild/analytics v0.0.10
@junobuild/ledger v0.0.19
@junobuild/utils v0.0.13
CLI Version Breaking changes
No changes

Changes

Here is a list of changes included in this release:

Console

Features

  • new Wallet tab of your Mission Control (list transactions, real-time sync and export to CSV)
  • stop or start a satellite
  • rename route /observatory into /monitoring
  • export Analytics tracked events to JSON file
  • rename "Submit" to "Configure" in Analytics settings
  • ability to navigate to a particular tab
  • option to skip custom domain deletion in BN
  • prefix displayed ID (Satellite ID, Mission Control ID and Orbiter ID)

Style

  • display a styled underline under page titles

Build

  • review chunking strategy to improve loading performance
  • Web Workers shipped as ESM
  • bump all dependencies including Svelte v4

Library

Please refer to the releases for details.

CLI

No changes.