Releases: kizen/app-builder-cli
Release list
Version 1.11.0
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
This version prepares the CLI tool for open-sourcing by removing any packages that were private, and adding test coverage
Version 1.9.0
- Adds the ability to pass the
--no-cacheflag to the tool to disable the network cache - Leverages the new packager to validate plugin structure on build
Version 1.8.0
This release includes development tooling for custom blocks, and browser-based navigation with large JSON payloads within Kizen
Version 1.6.3
This version raises the minimum version of python required so that the environment can be set up properly
Version 1.6.1
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
Ignores .DS_Store files when packaging a plugin by updating the packager to the latest version
Version 1.5.1
This version improves the code runner UI for Python steps so that less scrolling it required to see execution results
1.5.0
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
This version includes a fix for API calls to the Kizen plugin app proxy