Skip to content

Releases: junobuild/plugins

v0.0.16

28 Jul 08:25
Compare
Choose a tag to compare

@junobuild/nextjs|vite-plugin

Build

  • Bump cli-tools and config dependency.

@junobuild/plugin-tools

Chore

  • Config tools move from cli-tools to config-loader.

v0.0.15

28 May 12:32
Compare
Choose a tag to compare

@junobuild/nextjs|vite-plugin

Build

  • Bump cli-tools and config dependency.

v0.0.14

18 May 07:42
Compare
Choose a tag to compare

@junobuild/nextjs|vite-plugin

Documentation

  • Provides the plugins with some JSDocs.

v0.0.13

09 May 11:26
Compare
Choose a tag to compare

@junobuild/nextjs|vite-plugin

Build

  • Bump junobuild dependencies for config.
  • Clean up dependencies to reference only @junobuild/plugin-tools.

v0.0.12

12 Apr 06:52
Compare
Choose a tag to compare

@junobuild/nextjs|vite-plugin

Fix

  • Throw an error if Juno config is not resolved only if the container should not be used - i.e. assert the file exists only for other context than local development.

v0.0.11

12 Apr 05:41
Compare
Choose a tag to compare

@junobuild/nextjs|vite-plugin

Features

  • Throw an error if Juno config is not resolved only for mode production else console warn.

v0.0.10

05 Apr 08:45
Compare
Choose a tag to compare

@junobuild/nextjs-plugin

Features

  • Make the next config optional and set per default the output to export.

v0.0.9

05 Apr 07:47
Compare
Choose a tag to compare

This release introduces a new plugin @junobuild/nextjs-plugin for configuring Juno in Next.js applications. 🚀

Since this plugin shares code similarities with the vite plugin, it also includes a new library @junobuild/plugin-tools to prevent code duplication.

v0.0.8

29 Feb 11:32
Compare
Choose a tag to compare

Breaking Changes ⚠️

  • The satelliteId and orbiterId configurations are marked as deprecated, and the satellitesIds property has been removed. Instead, use id and ids for configuring satellites and orbiters in juno.config.ts|js|json.

v0.0.7

24 Feb 07:50
Compare
Choose a tag to compare

@junobuild/vite-plugin

Breaking Changes

  • The container parameter remains optional and continues to accept a boolean. However, it now also accepts an object instead of a string.
  • The plugin will now bubble up errors instead of catching them. This change ensures that if expectations are not met, the build process will halt.

Features

  • Added support for the configuration file juno.config.ts|js|json.
  • Implemented injection of environment variables for ICP ledger and index canisters.

Unreleased

Features

  • Initialization of the work to provide in the future React hooks.