Updating to the latest version
To update your Paragraph project to the latest version, run the following commands in your terminal:Release Notes
v1.0.24
- Fixes
Object literal may only specify known propertieserrors when pulling a Paragon project that uses a combination dropdown input type in the Connect Portal User Settings. - Updates compilation error messaging to reveal more detailed information instead of the following generic errors:
persona.meta.js is not found in projectCould not found [...]/dist/integrations/[...]/config.js.
v1.0.23
- Fixes a compilation issue that could occur when using the
para pullcommand 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 pullcould 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].