Skip to content

v2.4.0 – Simplified onboarding, DX improvements

Compare
Choose a tag to compare
@notsidney notsidney released this 14 Mar 23:21
· 1220 commits to main since this release
3730229

Thanks to our community contributor @n-sviridenko!

New

  • [New] Simpler onboarding flow on deploy.rowy.app to get started even faster
  • [New] Syntax validation for Derivative, Action, and dynamic default value functions
  • [New] Evaluate individual Derivative cells from the context menu on demand, without waiting for builds
  • [New] Code completion for JSON fields in code editors based on table data
  • [New] Shortcuts to Secret Manager and Cloud Functions on Google Cloud Console from code editor
  • [New] rowy utility class for fetching secrets, simplified storage uploads, and access to environment metadata
  • [New] Duplicate and delete row from the context menu

Improved

  • [Improved] Fixed errors and bugs when using Rowy without Rowy Run deployed
  • [Improved] Display error snackbar when Firebase Storage permissions denied

Removed

  • [Removed] Aggregate field type, which was unusable and undocumented

Fixed

  • [Fixed] Single select fields pointing to a nested field key will not write the value to the database, but updates the value in the UI by @n-sviridenko in #659
  • [Fixed] Duplicate and Delete row buttons not appearing in read-only tables for ADMINs
  • [Fixed] Filters not displaying zero results