mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
⚡ Add breaking change for 0.102.0
This commit is contained in:
parent
e5bbf7144f
commit
ae4aa112f3
|
@ -2,6 +2,23 @@
|
|||
|
||||
This list shows all the versions which include breaking changes and how to upgrade.
|
||||
|
||||
## 0.102.0
|
||||
|
||||
### What changed?
|
||||
If you have a question in Typeform that uses a previously answered question as part of its text, the question text would look like this in the Typeform Trigger node:
|
||||
|
||||
`You have chosen {{field:23234242}} as your answer. Is this correct?`
|
||||
|
||||
Those curly braces broke the expression editor. The change makes it now display like this:
|
||||
|
||||
`You have chosen [field:23234242] as your answer. Is this correct?`
|
||||
|
||||
### When is action necessary?
|
||||
If you are using the Typeform Trigger node with questions using the [Recall information](https://help.typeform.com/hc/en-us/articles/360050447072-What-is-Recall-information-) feature.
|
||||
|
||||
### How to upgrade:
|
||||
In workflows using the Typeform Trigger node, nodes that reference such key names (questions that use a previously answered question as part of its text) will need to be updated.
|
||||
|
||||
## 0.95.0
|
||||
|
||||
### What changed?
|
||||
|
|
Loading…
Reference in a new issue