Skip to content

Releases: junobuild/juno-js

v0.0.12

19 Mar 20:08
Compare
Choose a tag to compare

Features

  • add a backwards compatibility workaround to upgrade satellites with previous list_controllers

v0.0.11

19 Mar 19:12
Compare
Choose a tag to compare

Breaking Changes

  • admin package updated for new controllers structure

v0.0.10

11 Mar 11:30
Compare
Choose a tag to compare

Build

v0.0.9

10 Mar 09:36
Compare
Choose a tag to compare

Breaking Changes

  • Node cjs has been deprecated for esm - i.e. libraries of Juno are now shipped for browser and node as ES modules

Features

  • core: provide an optional web worker that checks periodically (every second) the session timeout and sign-out the user automatically if expired

Fix

  • Resolve build warning "Critical dependency: require function is used in a way in which dependencies cannot be statically extracted" when libs were used in webpack projects

Build

  • bump agent-js v0.15.4

v0.0.8

03 Mar 15:45
Compare
Choose a tag to compare

Core

Features

  • sort list options for timestamps
  • update types converter for dfx v0.13.1

v0.0.7

27 Feb 19:47
Compare
Choose a tag to compare

Core

Breaking Changes

  • windowOpenerFeatures deprecated and replaced with an option windowed?: boolean

Features

  • the II auth is now per default opened in a popup which is automatically centered. Developer can opt-out with above option.

v0.0.6

17 Feb 11:24
Compare
Choose a tag to compare

Core

Features

  • prefix storage full path with collection (e.g. hello.png in collection images => /images/hello.png)

v0.0.5

15 Feb 18:42
Compare
Choose a tag to compare

Build

  • ship declarations with bundles
  • add dependencies to package.json of the libs

v0.0.4

13 Feb 16:19
Compare
Choose a tag to compare

Core

Breaking Changes

  • initDapp renamed to initJuno to make the purpose of the function a bit more obvious

v0.0.3

11 Feb 09:23
Compare
Choose a tag to compare

Admin

Features

  • support for new storage config headers and deprecate trailing slash option

Fix

  • spread config