This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.
v1.8.50: Security and automation improvements
v1.8.50: Security and automation improvements
v1.8.50 includes important security updates and workflow improvements that make it easier to use in both local development and automated environments.
Security hardening for scaffolds
We’ve updated the dependencies used in Webflow Cloud scaffold projects to address recent security vulnerabilities. When you create a new Webflow Cloud project, you’ll automatically get the latest secure versions of these dependencies.
Automation-ready with --no-input flag
The new global --no-input flag is now available on all CLI commands. This flag disables all interactive prompts, ensuring your automated scripts never get stuck waiting for user input. You can use this flag to ensure your CI/CD pipelines and automated workflows run smoothly without any manual intervention.
Clearer workspace context when sharing
The webflow library share command now displays your Workspace name in the confirmation prompt. This helps you verify you’re sharing to the correct workspace before proceeding, especially useful when working across multiple workspaces. This small change helps prevent accidentally sharing component libraries to the wrong workspace.
Prop type aliases and workflow improvements
This update includes developer experience improvements across the Code Components suite of packages. Including @webflow/data-types, @webflow/react, and @webflow/webflow-cli.
@webflow/data-types and @webflow/react 1.0.3
We’ve added aliases to the prop types that match common React patterns you already know, so you can use the naming conventions that feel natural to your team.
New aliases for prop types:
props.String- Use interchangeably withprops.Textfor text-based propsprops.Children- Use interchangeably withprops.Slotfor child content
These aliases work seamlessly with existing prop types, giving you flexibility in how you structure your component definitions.
@webflow/webflow-cli 1.8.50
The webflow library share command now displays your Workspace name in the confirmation prompt. This helps you verify you’re sharing to the correct workspace before proceeding, especially useful when working across multiple workspaces.
For more updates on the Webflow CLI, see the CLI changelog.