Skip to content

Releases: junobuild/juno-js

v0.0.110

12 Feb 14:45
Compare
Choose a tag to compare

@junobuild/errors

Features

  • Hello world 👋. This is a new library that exposes the list of error messages potentially thrown by a Satellite.

@junobuild/core

Features

  • Retry fetching the user on sign-in if create throws a specific exception.

@junobuild/*

Build

  • Bump dev dependencies.

v0.0.109

12 Feb 10:36
Compare
Choose a tag to compare

@junobuild/*

Build

  • Bump DFINITY agent-js v2.3.0

v0.0.108

06 Feb 05:58
Compare
Choose a tag to compare

@junobuild/core

Features

  • Throw a specific error type when user interrupt the sign-in process.

v0.0.107

05 Feb 21:01
Compare
Choose a tag to compare

@junobuild/core

Fix

  • Re-create the agent immediately after sign-out; otherwise, the Internet Identity (II) popup might be blocked on the next sign-in if the dApp window is not reloaded.

v0.0.106

05 Feb 20:50
Compare
Choose a tag to compare

@junobuild/core

Features

  • Throw an error if the client is not initialized on signIn, as the AuthClient cannot be initialized simultaneously (see fix below).
  • Create a few specific error types instead of throwing generic errors.

v0.0.105

01 Feb 07:45
Compare
Choose a tag to compare

@junobuild/admin

Features

  • Narrow the parameter type for setCustomDomains.
  • Add setCustomDomain to set a single entry.

v0.0.104

29 Jan 13:56
Compare
Choose a tag to compare

@junobuild/analytics

Fix

  • The library—similarly to core or admin—requires the DFINITY agent libraries as peers; otherwise, dApps built with Vite fail.

v0.0.103

28 Jan 14:23
Compare
Choose a tag to compare

@junobuild/utils

Breaking Changes

  • Removed duplicate features that are already provided by @dfinity/utils.

@junobuild/*

Features

  • Use @dfinity/utils, @junobuild/utils, both, or none, as applicable. Set libraries as peer dependencies or embedded dependencies accordingly.

Chore

  • Reviewed size-limit values.
  • Bumped remaining versions to v0.1.0 in alignment with the recently adopted reduced semver approach.

Build

  • Updated all dependencies (except Agent-js and Babel).

v0.0.102

10 Jan 13:13
Compare
Choose a tag to compare

@junobuild/admin|console|storage

Features

  • Update did with monitoring feature.

@junobuild/admin

Chore

  • Set @dfinity/ic-management dependency to any v6 version.

v0.0.101

09 Jan 20:04
Compare
Choose a tag to compare

@junobuild/admin|console|storage

Chore

  • Explicitly list @dfinity/candid as a peer dependency.
  • Adopt reduced semantic versioning starting with v0.1.0, using v.x.y where x denotes breaking changes.