Updating to the latest version

To update your Paragraph project to the latest version, run the following commands in your terminal:
# Update the CLI
npm install -g @useparagon/cli
# Update the core libraries in your project
para install --sync-versions

Release Notes

v1.0.23
  • Fixes a compilation issue that could occur when using the para pull command in projects that have a Pipedrive integration.
  • Fixes an issue where pushing new projects initialized with Paragraph could result in a “Failed to get project comparison.” error.
  • Fixes an issue where Request Step Pagination used in Custom Integrations could result in a compilation error.
  • Adds support for referencing combination inputs, such as the Azure DevOps State input.
  • Adds support for using numeric values in Custom Dropdown inputs defined in Paragraph projects.
v1.0.22
  • Fixes an issue where nested step variables in a Request Step JSON body could create invalid references when pushing to a Paragon project.
  • Adds support for new Field Mapping input types, now supported for any integration. Learn more here.
v1.0.21
  • Fixes an issue where para pull could fail if the workflow name contains a / character.
  • Adds support for Password-type inputs in the Connect Portal configuration.
v1.0.20
  • Fixes an issue where Request steps without query parameters could cause an extra ?= to be added to the URL after pulling/pushing.
v1.0.19
  • Adds full support for pulling Resource Request steps.
  • Fixes type issues for App Event triggers using Field Mapping.
  • Fixes an issue where a nested object in the Request body could be pulled incorrectly as [object Object].