From 549a5412195098a3a736111c35d1ff015361588c Mon Sep 17 00:00:00 2001 From: Dana <152518854+dana-gill@users.noreply.github.com> Date: Mon, 16 Jun 2025 21:42:51 +0200 Subject: [PATCH] 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> --- packages/cli/BREAKING-CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/cli/BREAKING-CHANGES.md b/packages/cli/BREAKING-CHANGES.md index b192e32ffb..431f1e984a 100644 --- a/packages/cli/BREAKING-CHANGES.md +++ b/packages/cli/BREAKING-CHANGES.md @@ -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?