Skip to content

Releases: VoidenHQ/sdk

v1.1.1

Choose a tag to compare

@phurpa-tsering phurpa-tsering released this 03 Jun 06:40

Added

  • PluginFS.move(fromPath, toPath) — move a file to a new relative path within the active project; destination directory is created automatically if it does not exist

Install

npm install @voiden/sdk@1.1.1

v1.1.0

Choose a tag to compare

@phurpa-tsering phurpa-tsering released this 01 Jun 05:17

Whats new

  • fs — read(), write(), list(), delete(), exists() scoped to the active project root
  • settings — get(key), set(key, value), getAll() — per-plugin persistent storage, auto-saved to userData/plugin-settings/{pluginId}.json
  • events — on(event, handler) / off() for tab:changed, file:saved, file:created, file:deleted, file:renamed, directory:created, directory:deleted, project:changed, request:sent, response:received
  • registerContextMenu(item) — add items to tab, block, and file context menus
  • registerCommand(cmd) — add entries to the command palette
  • registerTopBarItem(item) — inject icon buttons into the top nav bar
  • registerHelpCommand(cmd) — register commands in the help panel

v1.0.10

Choose a tag to compare

@phurpa-tsering phurpa-tsering released this 25 May 05:39

What's new since beta.0

  • Added showToast to PluginContextUI type
  • Extracted PluginContextUI as a named interface (plugins can now augment it via declaration merging)
  • Added CorePluginContext type for core plugins (importable from @voiden/sdk/ui)

SDK v1.0.10-beta.1

SDK v1.0.10-beta.1 Pre-release
Pre-release

Choose a tag to compare

@phurpa-tsering phurpa-tsering released this 22 May 11:22

Changes

  • Added CorePluginContext type to @voiden/sdk/ui

Core plugins can now import this type directly from the SDK instead of a local relative path:

import type { CorePluginContext } from '@voiden/sdk/ui';

v.1.0.10-beta.0

v.1.0.10-beta.0 Pre-release
Pre-release

Choose a tag to compare

@phurpa-tsering phurpa-tsering released this 15 May 14:53
chore : beta tag added

v1.0.9

Choose a tag to compare

@kaluvuri kaluvuri released this 22 Mar 20:17

Autocomplete suggestions support

v1.0.8

Choose a tag to compare

@kaluvuri kaluvuri released this 04 Mar 19:50

v1.0.8

v1.0.7

Choose a tag to compare

@kaluvuri kaluvuri released this 04 Mar 19:07

v1.0.7

v1.0.6

Choose a tag to compare

@kaluvuri kaluvuri released this 02 Mar 20:29
dev: tab registration and statusbar access

v1.0.4

Choose a tag to compare

@kaluvuri kaluvuri released this 23 Feb 11:26
7c2cd67

v1.0.4