diff --git a/docs/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger.md b/docs/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger.md index 13cb957d2..fcc00cb95 100644 --- a/docs/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger.md +++ b/docs/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger.md @@ -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. diff --git a/docs/release-notes.md b/docs/release-notes.md index 16d8a7b32..134f2b8c0 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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.
+**Release date:** 2023-11-02 + +This release contains new features, node enhancements, and bug fixes. + +
+ +#### Dark mode + +_Almost_ in time for Halloween: this release introduces dark mode. + +
+ +
+ +#### 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. + +
+ +
+ +#### 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. + +
+ +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.
@@ -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.
**Release date:** 2023-10-25 - - This release contains node enhancements and bug fixes.