mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
release note wip
This commit is contained in:
parent
fb48e0f3fc
commit
5c745ec80d
@ -54,7 +54,7 @@ Create the question fields for your form. Select **Add Form Field** to add a new
|
||||
Every field has the following settings:
|
||||
|
||||
* **Field Label**:
|
||||
* **Field Type**: this can be **Text**, **Number**, **Date**, or **Dropdown List**.
|
||||
* **Field Type**: this can be **Text**, **Textarea**, **Number**, **Date**, **Dropdown List**, or **Password**.
|
||||
* If you select **Date**, n8n includes a date picker in the form.
|
||||
* If you select **Dropdown List**, n8n displays **Field Options** in the node: use this to add the dropdown options. By default, the dropdown is single-choice. To make it multiple choice, activate the **Multiple Choice** toggle in **Field Options**.
|
||||
* **Required Field**: activate this toggle to require users to complete this field on the form.
|
||||
|
||||
@ -28,6 +28,43 @@ n8n uses [semantic versioning](https://semver.org/){:target=_blank .external-lin
|
||||
* MINOR version when adding functionality in a backward-compatible manner.
|
||||
* PATCH version when making backward-compatible bug fixes.
|
||||
|
||||
## n8n@1.15.0
|
||||
|
||||
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.14.2...n8n@1.15.0){:target=_blank .external-link} for this version.<br />
|
||||
**Release date:** 2023-11-02
|
||||
|
||||
This release contains new features, node enhancements, and bug fixes.
|
||||
|
||||
<div class="n8n-new-features" markdown>
|
||||
|
||||
#### Dark mode
|
||||
|
||||
_Almost_ in time for Halloween: this release introduces dark mode.
|
||||
|
||||
</div>
|
||||
|
||||
<div class="n8n-new-features" markdown>
|
||||
|
||||
#### Optional error output for nodes
|
||||
|
||||
All nodes apart from sub-nodes have a new optional output: **Error**. Use this to add steps to handle node errors.
|
||||
|
||||
</div>
|
||||
|
||||
<div class="n8n-new-features" markdown>
|
||||
|
||||
#### Pagination support added to HTTP Request node
|
||||
|
||||
The HTTP Request node now supports an pagination. Read the [node docs](/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/) for information and examples.
|
||||
|
||||
</div>
|
||||
|
||||
For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub.
|
||||
|
||||
### Contributors
|
||||
|
||||
[Yoshino-s](https://github.com/Yoshino-s){:target=_blank .external-link}
|
||||
|
||||
## n8n@1.14.2
|
||||
|
||||
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.14.1...n8n@1.14.2){:target=_blank .external-link} for this version.<br />
|
||||
@ -55,8 +92,6 @@ For full release details, refer to [Releases](https://github.com/n8n-io/n8n/rele
|
||||
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.13.0...n8n@1.14.0){:target=_blank .external-link} for this version.<br />
|
||||
**Release date:** 2023-10-25
|
||||
|
||||
|
||||
|
||||
This release contains node enhancements and bug fixes.
|
||||
|
||||
<div class="n8n-new-features" markdown>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user