fix(n8n Form Node): Update Breaking Changes Doc (#16392)

Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
Dana
2025-06-16 21:42:51 +02:00
committed by GitHub
parent 759e555993
commit 549a541219

View File

@@ -2,6 +2,17 @@
This list shows all the versions which include breaking changes and how to upgrade.
## 1.99.1
### What changed?
Stricter parameters for `iframe`, `video`, and `source` tags when using the Form node.
### When is action necessary?
If you are using `iframe`, `video`, or `source` tags with attributes beyond those listed [here](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/Form/utils/utils.ts#L61-L71) or are using schemes which are neither `http` or `https`, you will need to update your node or workflow.
## 1.98.0
### What changed?