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
- 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.
- Fixes an issue where Request steps without query parameters could cause an extra
?=
to be added to the URL after pulling/pushing.
- 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]
.
Responses are generated using AI and may contain mistakes.