mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 06:42:55 +01:00
1.9 KiB
1.9 KiB
title, description, slug, hide_table_of_contents
| title | description | slug | hide_table_of_contents |
|---|---|---|---|
| Noodl 2.9.2 | Noodl 2.9.2 | october-2023 | false |
Features
- "Deploy to folder" and self-hosted cloud services are now available in all plans!
- Added a new Cloud File manager for Noodl hosted Cloud Services, this can be found in the Cloud Service panel under the “Manage cloud services” modal.
- Experimental feature: Page Router navigation optimization will only re-render routers that have been changed when navigating back/forward or to a full path. This is currently behind a flag that can be found in the Project Settings. Makes apps with nested page routers perform much better when navigating.
- Add a new output to the Page Router, "Current Page Component" to complement the “Current Page Title” output.
- Enhanced the code editor to enable word wrap by default for plaintext.
- Enhanced the code editor to remember the popup size in percentage.
- Enhanced the AI nodes with double click to open the code editor.
- Enhanced the AI chat panel to now have an “Open Code Editor” button to open the code editor directly without changing the tab.
- Enhanced the String node to change the default label to be the value of the node.
- Improved the node graph to allow lower levels of zoom on large components so you can always zoom out to a point where all nodes are visible.
Bug fixes
- Fixed a regression with the Video node when the default source input was undefined.
- Fixed an issue with the dropdown nodes hit area when running MacOS Safari
- Fixed an issue with the “Set Component Object Properties” node to not change any other values than what is visible.
- Update small typo in the Javascript API typings.
- Fixed an issue in Parse Dashboard with importing CSV with required columns.
- Fixed an issue in Parse Dashboard with adding a special CLP role caused unexpected behaviour.