mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 14:52:54 +01:00
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>
43 lines
1.8 KiB
Markdown
43 lines
1.8 KiB
Markdown
---
|
|
title: Noodl 2.8.4
|
|
description: Noodl 2.8.4
|
|
slug: april-2023-2
|
|
hide_table_of_contents: false
|
|
---
|
|
|
|
<section>
|
|
|
|
## Features
|
|
|
|
- Added Min Column Width to Column node allowing for more finegrained layouts.
|
|
- Added Aggregate node, used to compute an aggregate over properties of records. This node can only be used in Cloud Functions.
|
|
- Added the possibility to import CSV files inside Parse Dashboard with support for many data types.
|
|
- Added Copy values in the debug inspector, making it easy to copy the values and paste them into ChatGPT.
|
|
- Added `{monthShort}` expression in the Date To String node.
|
|
- Added Horizontal Gap and Vertical Gap to the Group node.
|
|
- Improved the Icon Picker design and allowed for other kinds of icon libraries.
|
|
- Improved the Preview URL input field to be editable, allowing navigation to dynamic pages.
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
## Bug fixes
|
|
|
|
- Fixed Code Editor typings not being imported correctly.
|
|
- Fixed setting value in the Dropdown node before items caused an exception.
|
|
- Fixed two more rare layout bugs with the node graph view in the editor
|
|
- Fixed Function node and Repeater node could produce errors after being deleted.
|
|
- Fixed docs image URLs in node picker allowing us to improve the docs performance.
|
|
- Fixed undefined `setChildIndex` exception caused by unattached Repeater nodes.
|
|
- Fixed a rare issue when cloning git repositories with invalid filenames on Windows.
|
|
- Fixed that the Parse schema was not updated when changed in rare cases.
|
|
- Fixed Code Editor Version Control Diff exit button not working when scrolling.
|
|
- Fixed CSS issues in the editor where the scrollbar took over the mouse inputs in popouts.
|
|
- Fixed bug with "not equal to" operation in visual query records filter.
|
|
- Fixed bug when importing prefabs twice.
|
|
- Fixed color picker bug.
|
|
- Fixed bug with meta data in project json that increased file size.
|
|
|
|
</section>
|