Skip to content

Releases: kizen/app-builder-cli

Version 1.11.0

Choose a tag to compare

@keegandonley keegandonley released this 08 Sep 21:14
3670c77

This version introduces the new plugin app scaffolding to the create CLI command. You can now use npx @kizenapps/cli create to scaffold a fully-publishable plugin that builds successfully, and choose which artifacts you want to include examples of.

This version also adds boto3 to the local Python runner, mirroring the remote runner capability.

Version 1.10.0

Choose a tag to compare

@keegandonley keegandonley released this 26 Aug 19:13
e36fedb

This version prepares the CLI tool for open-sourcing by removing any packages that were private, and adding test coverage

Version 1.9.0

Choose a tag to compare

@keegandonley keegandonley released this 24 Jul 21:55
5d4160b
  • Adds the ability to pass the --no-cache flag to the tool to disable the network cache
  • Leverages the new packager to validate plugin structure on build

Version 1.8.0

Choose a tag to compare

@keegandonley keegandonley released this 14 Jul 15:21
4befe38

This release includes development tooling for custom blocks, and browser-based navigation with large JSON payloads within Kizen

Version 1.6.3

Choose a tag to compare

@keegandonley keegandonley released this 18 Jun 22:15
ab1f449

This version raises the minimum version of python required so that the environment can be set up properly

Version 1.6.1

Choose a tag to compare

@keegandonley keegandonley released this 12 Jun 21:48
4ca2bd3

This version adds support for developing apps that use blocks, as well as adds the following Python libraries to the local code runner:

  • psycopg
  • pymysql
  • oracledb
  • sqlalchemy

Version 1.5.2

Choose a tag to compare

@keegandonley keegandonley released this 28 May 21:09
29a9132

Ignores .DS_Store files when packaging a plugin by updating the packager to the latest version

Version 1.5.1

Choose a tag to compare

@keegandonley keegandonley released this 20 May 14:02
ac0541e

This version improves the code runner UI for Python steps so that less scrolling it required to see execution results

1.5.0

Choose a tag to compare

@keegandonley keegandonley released this 19 May 17:11
f5c8da8

Supports developing plugins with the new show showViewInModal method for rendering custom content and forms inside dialogs.

This version also brings major improvements to the logging in the devtools by adding support for the new structured logs emitted by the plugin engine.

Version 1.1.2

Choose a tag to compare

@keegandonley keegandonley released this 07 May 19:24
590a1f4

This version includes a fix for API calls to the Kizen plugin app proxy