All notable changes to the camunda-code-editor are documented here. We use semantic versioning for releases.
Note: Yet to be released changes appear here.
FEAT
: Support Camunda Modeler 5.xFIX
: Fixed editor for DMN modelerFIX
: Fixed editorActions error on startup
FEAT
: Solves - Plugins menu for java instances issueFEAT
: Solves - Copy and paste inside code editor plugin issue
FEAT
: Implemented boundary testing vector mode to run scripts
DOCS
: Documented the whole code sourceFEAT
: Externalized server port into a custom variableFEAT
: Detect the installed JVMs inside the operating system and let the user choose which one wants to use.FEAT
: Copy input parameters from BPMN to code editor context variables
FIX
: Solves #3 - Remove JDK from the bundleFIX
: Solves #7 - Missing editor button on input/output parametersFEAT
: Better error handling for missing JAVA executableFEAT
: Integrating this plugin with our fork of bpmn-js-token-simulation-plugin
FIX
: scripts are saved also on tab change
FEAT
: support script code editor in input/output, listeners and gateway sequence flows
FEAT
: implemented a Spring Boot groovy code executor to test groovy scripts in a safe environmentFEAT
: integrated JS-Interpreter to execute javascript scripts which do not involve JSON/XML manipulationFEAT
: integrated a standalone JDK to execute the mentioned application
CHORE
: support Camunda Modeler v4.x.x+FEAT
: open a script editor inside a react popup window, only for javascript and groovy