Skip to content

Releases: fluxscape/fluxscape

🚀 Release v1.2.0

Choose a tag to compare

@erictuvesson erictuvesson released this 18 Jul 22:05

🎯 What This Release Brings You

This release focuses on developer experience and debugging capabilities. Key benefits include:

  • Enhanced Debugging - Source maps in runtime make tracking down production errors effortless
  • Smarter Development - Component usage insights and improved search help you build more efficiently
  • Query Optimization - New database query features reduce load times and improve app performance

👤 Developer Spotlight: Mitch from Ops Machine!

Mitch Schwartz: Founder, Ops Machine

When asked about FluxScape and the new Release:

FluxScape is one of my favorite platforms to build on. It combines logical organization with great deployment tools, and a really enjoyable visual editor.

The new release is next level and I'm beyond excited to get my hands on it.

I've built multiple client projects on the platform, at least one of which has done hundreds of thousands of dollars in business, and increased operational and sales efficiency by 2 - 3x.

Mitch is running an agency that specializes in making businesses more productive through process design, development, and AI implementation. Want to connect with Mitch? You can find him here: https://linkedin.com/in/theMitchSchwartz

✨ What's New

🎯 Major Improvements

  • Component Usage Insights - See "Used in x places" in component menus to gauge usage patterns. This approximation covers static references but may miss dynamically created instances. To check for dynamic component usage, use the editor's search functionality.
  • Push Component To Stack - Added "Target Page" input for more dynamic navigation logic
  • Query Records Node Enhancement - New "Is Empty" output eliminates the need for extra conditional logic nodes
  • Smarter Editor Search - Node ID searches now only show when there's an exact match, cleaning up search results
  • Array Node Enhancement - Added "First Item Id" output for better consistency across nodes
  • TypeScript Improvements - Better typings for Noodl.Objects.CurrentUser in Function/Script nodes
  • Source Maps in Runtime - Debug production apps with readable error traces pointing to your actual Noodl components

🐛 Bug Fixes

  • Improved object ID persistence when fetching Object columns from Cloud Service
  • Fixed Date To String node causing scope failures with invalid dates
  • Resolved Popup node unhandled exceptions in error logs
  • Fixed Cloud Function failure response handling

⚠️ Breaking Changes/ UI Changes

  • Cloud Triggers are no longer listed in Cloud Function node dropdown (triggers still work normally)

📚 Try It Now

Head to GitHub to update to the latest version!

🗺️ What's Next

Sneak peek at what's coming:

  • We’ve begun work on a Supabase integration
  • Gather your templates, we’re building a Marketplace!

Want to be featured in our next release? Share your debugging challenges or optimization wins in our Discord community - we love highlighting how developers build amazing things with FluxScape!

📖 Full Changelog: v1.1.0...v1.2.0


Community: Join our Discord | Docs: Documentation | Feedback: GitHub

Release prepared with ❤️ by the FluxScape team

v1.1.0

Choose a tag to compare

@erictuvesson erictuvesson released this 08 Aug 20:23
94dd3db

Summary

  • Better support for Automated Testing/End-to-End(i.e Playwright, app.bugbug.io) by adding the data-tested attribute to UI nodes.
  • Image UI Node now has On Error signal to allow better Error Handling
  • Support for Management of Recent Deployments for Projects to only show related Deployments
  • Added Capture Option for File Picker Node
  • Bug Fixes & Minor Improvements

Features

Fixes

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@erictuvesson erictuvesson released this 02 Jun 16:41
eb71536

Features

Fixes

Full Changelog: https://github.com/fluxscape/fluxscape/commits/v1.0.0