Initial commit

Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com>
Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com>
Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com>
Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
This commit is contained in:
Eric Tuvesson
2023-09-05 12:08:55 +02:00
commit 53f0d6320e
2704 changed files with 76354 additions and 0 deletions

62
whats-new/2023-02-24.md Normal file
View File

@@ -0,0 +1,62 @@
---
title: Noodl 2.8.2
description: Noodl 2.8.2
slug: february-2023-2
hide_table_of_contents: false
---
<section>
## Columns node
A new visual node: [Columns](https://docs.noodl.net/2.8/nodes/basic-elements/columns)
This is useful for layouts that have columns with gaps between them, and especially powerful in combination with media queries for handling responsive layouts.
![](./columns-node.png)
</section>
<section>
## Right click in design mode
The design mode has a new feature. Right click to get a list of all visual elements under the mouse cursor, and click to jump to the corresponding node.
![](./right-click-design-mode.png)
</section>
<section>
## Other notable changes
Expanded the Noodl.Records Javascript API:
- Support for aggregate queries
- Support for geo queries
- Specific columns of data can be selected to be included in the result of a query, instead of all data
- The ability to follow pointers and include their data directly in the result.
Other changes:
- A new project setting for selecting different positions for the Noodl badge.
- REST node can now parse results with content type application/geo+json.
- REST node will handle responses that aren't JSON as raw text instead of showing a warning.
- A Javascript object can now be connected to the "Id" input of an Object node.
</section>
<section>
## Bug fixes
- Fixed issue with property panel not updating correctly when swtiching variants
- Fixed stale information in the version control panel after creating or applying a stash
- Query Records and a few other nodes and APIs had issues with arrays that included a null object.
- Fixed styling issue in Radio Buttons that had multi line labels
- Fixed bug with the "Cancel" input to the REST node
- Fixed an UI error when a merge conflict happened in Node parameters that were objects and not simple primitives
- Improved how Noodl handes saving the project file to reduce the chance of a corrupt project on Windows.
</section>