Eric Tuvesson
46e2efa576
feat(runtime): Add "Switched" signal output on the Switch node ( #58 )
2024-07-19 15:02:49 +02:00
Eric Tuvesson
c508e15546
chore: clean up user nodes ( #53 )
2024-07-15 15:21:01 +02:00
Eric Tuvesson
d61effc615
feat(editor): Deploy popup always mounted ( #51 )
...
This removes the delayed loading when opening the deploy popup
2024-07-08 12:47:28 +02:00
Eric Tuvesson
12be6dc69f
feat(editor): Upgrade electron ( #50 )
2024-07-08 09:35:18 +02:00
Eric Tuvesson
17e3d16436
chore: clean up editor assets ( #12 )
2024-07-08 08:09:39 +02:00
Eric Tuvesson
233479a1bc
feat: Add Support for Parse Server v7 ( #20 )
...
* feat: Upgrade Aggregate queries to latest Parse API
* feat: Save parse server major version in metadata
This can be used to determine which version of the Parse API that will be used.
* fix: Add support for both versions of aggregate queries
2024-07-08 08:06:47 +02:00
Eric Tuvesson
57e5246022
feat(runtime): Add default label to String Format node ( #49 )
...
Update the String Format node default label to show the format, like how the other nodes work.
2024-07-04 15:54:20 +02:00
Eric Tuvesson
dda22e0de6
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-07-04 14:02:34 +02:00
Eric Tuvesson
618955e1ee
feat: Portal include Project ID ( #47 )
2024-06-28 00:43:34 +02:00
Eric Tuvesson
8c7d4faeca
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-06-27 21:16:50 +02:00
Eric Tuvesson
c5754c9160
feat(runtime): Add "data-testId" attribute to Columns node ( #44 )
2024-06-27 15:42:25 +02:00
Eric Tuvesson
3fb3668fc3
feat: Allow relative git repository ( #41 )
2024-06-26 21:11:50 +02:00
Eric Tuvesson
fa282d6169
feat(runtime): Add "data-testid" attributes to UI nodes ( #42 )
2024-06-26 21:08:01 +02:00
Eric Tuvesson
0ee55c26eb
feat(editor): Search panel show "(Cloud Function)" if result is in Cloud Functions sheet ( #40 )
2024-06-17 10:35:02 +02:00
Eric Tuvesson
3a31b86d48
chore(runtime): Clean up "Push Component To Stack" ( #30 )
2024-06-13 22:25:16 +02:00
Eric Tuvesson
2f06952e4a
fix(runtime): JavaScript Records API error handling ( #32 )
2024-06-13 22:24:34 +02:00
Eric Tuvesson
44a40aef96
fix: Add more error handling to JavaScript Records API ( #33 )
2024-06-13 22:24:05 +02:00
Eric Tuvesson
0a69765460
chore: Update template provider name ( #38 )
2024-06-13 22:23:30 +02:00
Eric Tuvesson
eb71536cb0
chore: Update branding info ( #31 )
...
* fix: branding info for package.json
* fix: updated package jsons with updated contact & author info
---------
Co-authored-by: alan-x-n <x.alanan.x@gmail.com >
2024-06-02 17:43:03 +02:00
Eric Tuvesson
d67afd3c60
feat(runtime): Date To String node, add "yearShort" format ( #29 )
2024-06-02 07:55:39 -07:00
Eric Tuvesson
1a048587d9
feat(editor): Tooltip support multiple fineTypes ( #28 )
2024-05-31 08:58:17 +02:00
Eric Tuvesson
8e16d5f9d4
feat: Add tooltip to cloud service "Open Dashboard" button ( #27 )
2024-05-29 10:05:38 +02:00
Eric Tuvesson
cdeb4b1c15
feat: Improve the Noodl.Records.query typings API ( #25 )
2024-05-24 15:49:05 +02:00
Eric Tuvesson
f8a2170f5d
fix: Pop Component Stack back actions ( #22 )
...
Fixes https://github.com/The-Low-Code-Foundation/Code-Crusher/issues/3
2024-05-20 22:49:26 +02:00
Eric Tuvesson
4237b9290d
fix: Logo TSX ( #21 )
2024-05-20 22:38:57 +02:00
Eric Tuvesson
c9243e355b
feat: Include project info when deploying Cloud Functions ( #19 )
2024-05-17 09:54:56 +02:00
Eric Tuvesson
4f85055fe8
feat: Editor Preview, patch "window.open" to navigate in same view ( #18 )
2024-05-16 10:58:02 +02:00
Eric Tuvesson
4e09a70a24
feat: Version control commit, View on GitHub ( #17 )
...
* feat: Version control commit, View on GitHub
* fix: MenuDialog allow undefined menu item
This makes it a lot easier to create conditional menu items
2024-05-14 14:00:43 +02:00
Eric Tuvesson
13c92779b2
fix: Video node attributes ( #16 )
...
Fixes https://github.com/noodlapp/noodl/issues/39
2024-05-09 16:49:09 +02:00
Eric Tuvesson
68e2070c61
fix: OpenAI Fetch API ( #15 )
2024-05-09 14:17:08 +02:00
Eric Tuvesson
c7053f6ddf
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-05-09 14:09:37 +02:00
Eric Tuvesson
badc47e392
fix(build): macos-notarize.js
2024-04-18 22:55:13 +02:00
Eric Tuvesson
ac1980fed6
feat: build ( #13 )
2024-04-09 22:37:17 +02:00
Eric Tuvesson
5ef436215d
chore: update icons and branding ( #11 )
...
Co-authored-by: alan-x-n <x.alanan.x@gmail.com >
2024-04-04 07:30:14 +02:00
Eric Tuvesson
9f85089bd6
feat: Add initial Fluxscape deploy popup ( #6 )
2024-04-03 18:56:07 +02:00
Eric Tuvesson
51224f9455
chore: Update more branding ( #9 )
...
Co-authored-by: alan-x-n <x.alanan.x@gmail.com >
2024-04-03 00:14:40 +02:00
Eric Tuvesson
d7147efa0c
feat: Updated SVG logos in Logo.tsx ( #8 )
...
Co-authored-by: alan-x-n <x.alanan.x@gmail.com >
2024-04-02 15:05:14 +02:00
Eric Tuvesson
f216e5844b
chore: Update more branding ( #7 )
2024-04-01 19:32:29 +02:00
alan-x-n
51f6263931
Merge pull request #2 from fluxscape/alan
...
feat: Update branding
2024-03-27 02:47:38 -07:00
alan-x-n
694963b310
Branding Logo Updates
2024-03-27 01:00:29 -07:00
Eric Tuvesson
3500ac3637
fix: docs link ( #5 )
...
Fixes https://github.com/noodlapp/noodl/issues/16
2024-03-26 22:53:55 +01:00
Eric Tuvesson
da0a17a6e8
feat: Improve build scripts signing ( #4 )
2024-03-26 22:32:04 +01:00
Eric Tuvesson
ff3b29b097
fix: import issue ( #3 )
2024-03-26 22:13:39 +01:00
Eric Tuvesson
247122633a
feat: Cloud Services, allow changing all fields ( #1 )
2024-03-26 22:05:21 +01:00
alan-x-n
2899ceace4
updated icons
...
brightness fix
2024-03-25 21:41:49 -07:00
alan-x-n
60c1899273
Updated Fluxscape Icons
...
Updated Fluxscape Icons
2024-03-21 13:04:34 -07:00
Michael Cartner
6e514f2521
fix: version control panel - show correct state when a push is rejected ( #23 )
2024-02-06 16:03:04 +01:00
Michael Cartner
c95725ec08
fix: syntax error
2024-01-31 16:05:07 +01:00
Michael Cartner
eae223a817
Fixes #13 . Missing verify button for OpenAI API key. ( #15 )
2024-01-31 15:34:56 +01:00
Noodl Windows Build User
57932fef3c
fix: final fix to windows to allow side-by-side install of open source noodl and legacy noodl
2024-01-30 20:51:20 +00:00