Releases: junobuild/juno-js
Releases · junobuild/juno-js
v0.0.7
Core
Breaking Changes
windowOpenerFeatures
deprecated and replaced with an optionwindowed?: 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
Core
Features
- prefix storage full path with collection (e.g.
hello.png
in collectionimages
=>/images/hello.png
)
v0.0.5
Build
- ship
declarations
with bundles - add dependencies to
package.json
of the libs
v0.0.4
Core
Breaking Changes
initDapp
renamed toinitJuno
to make the purpose of the function a bit more obvious
v0.0.3
Admin
Features
- support for new storage config headers and deprecate trailing slash option
Fix
- spread config
v0.0.2
- remove
log
feature incore
that makes the CLI noisy
Hello world 👋
v0.0.1 feat: initial import