Release notes - Supabase SDK2 & improved components

Hello :wave:

The team released this today.

Fixed

  • [ELEM UNDEFINED] Group and ctrl+z created undefined elements

New

  • [SUPABASE] Update Datasource to 2.0
  • [SUPABASE] Update Authentication to 2.0
  • [SUPABASE] Add filters & modifiers in all query actions
  • [SUPABASE] Call a Postgres or an Edge function action
  • [SUPABASE] Option to disable updating of the collection when using action like insert

User documentation will follow. We aim to release Supabase file storage next week.


  • [COMPONENTS] Add onMounted and onUnmounted trigger for element and component
  • [COMPONENTS] Add onPropertyChange triggers for components

User documentation will follow.


  • [EDITOR] [STATES] Added drag and drop to re-order states
  • [ELEMENT] [INPUT] Switched input type to the `Styleโ€™ tab
  • [UX] Allow binding for the button type
5 Likes

Hi there. If you was doing custom stuff with supabase through wwLib.wwPlugins.supabase or wwLib.wwPlugins.supabaseAuth, please check the supabase upgrade guide because we are now using the SDK v2 under the hood.

Beside storage management that should come next week, you probably donโ€™t need your custom code anymore as we added many new actions and options on the existing ones. So before updating your code please check if it can be replaced by a native action! :slight_smile:

6 Likes