Files
noodl-docs/whats-new/2023-05-16.md
Eric Tuvesson 53f0d6320e 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>
2023-09-05 12:08:55 +02:00

1.8 KiB

title, description, slug, hide_table_of_contents
title description slug hide_table_of_contents
Noodl 2.8.4 Noodl 2.8.4 april-2023-2 false

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.

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.