Richard Osborne
6fd59e83e6
Finished HTTP node creation and extensive node creation documentation in project
2025-12-29 08:56:46 +01:00
Richard Osborne
ea45e8b3a3
fix(preview): add missing font MIME types to web server
...
- Added MIME type mappings for .otf, .woff, and .woff2 font formats
- Fixed missing break statement after .wav case (was falling through to .mp4)
- Fonts now load correctly in editor preview without 404 errors
- Resolves OTS parsing error messages in console
The web server was already serving project directory files correctly,
but browsers were rejecting font files due to missing/incorrect MIME types.
Related to TASK-006
2025-12-15 22:57:48 +01:00
Richard Osborne
1477a29ff7
Started tasks to migrate runtime to React 19. Added phase 3 projects
2025-12-13 22:37:44 +01:00
Richard Osborne
8fed72d025
Updated project to React 19
2025-12-07 17:32:53 +01:00
Richard Osborne
2153baf627
Finished task 1. Added task for backwards compatibility on existing Noodl projects
2025-12-06 23:24:55 +01:00
Axel Wretman
162eb5f6cb
Updated node version, react version and react dependant dependencies.
2025-08-25 18:21:52 +02:00
Eric Tuvesson
767bb28d1c
fix(viewer-react): Update CurrentUserObject TS typings ( #72 )
2024-09-24 22:22:37 +02:00
Eric Tuvesson
59df6155e0
feat(viewer-react): Array, add "First Item Id" output ( #71 )
...
Same behaviour as Query Record's "First Record Id"
2024-09-24 22:22:08 +02:00
Eric Tuvesson
ec79c7f311
feat(viewer-react): Add groups to Component Stack outputs ( #67 )
2024-09-24 22:20:56 +02:00
Eric Tuvesson
17966cd03c
feat(viewer-react): Add Target Page input to "Push Component To Stack" ( #66 )
2024-09-24 22:20:22 +02:00
Eric Tuvesson
090f099a30
fix(runtime): Column node, hide children on calculation ( #59 )
...
This removes the initial visible layout shift
2024-08-14 23:18:25 +02:00
Eric Tuvesson
a96e499856
feat(runtime): Add capture attribute on Open File Picker node ( #57 )
...
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#capture
- https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/capture
2024-08-14 23:17:55 +02:00
Eric Tuvesson
226a460cf9
feat(runtime): Add "Switched" signal output on the Switch node ( #58 )
2024-08-14 23:17:22 +02:00
Eric Tuvesson
365e96a1ac
chore: clean up user nodes ( #53 )
2024-08-14 23:16:49 +02:00
Eric Tuvesson
e039d30320
feat(runtime): Add Image node output "On Error" signal ( #48 )
...
"On Error" is triggered when the image is not loading correctly, making it possible to hide the Image node or show a placeholder instead.
2024-08-14 23:14:06 +02:00
Eric Tuvesson
22058e9016
fix(runtime): Column node added a div with empty Repeater ( #45 )
...
When the Column node only had an empty Repeater child, there was an empty HTML element.
2024-08-14 23:13:11 +02:00
Eric Tuvesson
e21926d0df
chore(runtime): Clean up "Push Component To Stack" ( #30 )
2024-08-14 23:10:02 +02:00
Eric Tuvesson
509e967028
feat: Improve the Noodl.Records.query typings API ( #25 )
2024-08-14 23:06:51 +02:00
Eric Tuvesson
c514c760e4
fix: Video node attributes ( #16 )
...
Fixes https://github.com/noodlapp/noodl/issues/39
2024-08-14 23:04:56 +02:00
Eric Tuvesson
62d545d4f9
Fix: Javascript node error logs ( #14 )
...
In some cases the error is a string, and when logging it will write "undefined" into the console instead of providing a useful error message.
2024-08-14 22:59:06 +02:00
Michael Cartner
b9c60b07dc
Initial commit
...
Co-Authored-By: Eric Tuvesson <eric.tuvesson@gmail.com >
Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com >
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com >
Co-Authored-By: Anders Larsson <64838990+anders-topp@users.noreply.github.com >
Co-Authored-By: Johan <4934465+joolsus@users.noreply.github.com >
Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com >
Co-Authored-By: victoratndl <99176179+victoratndl@users.noreply.github.com >
2024-01-26 11:52:55 +01:00