Sort columns in the Table Editor through the column header#
We've integrated the sorting functionality into the column menu - and these will dynamically update based on the current sort state of the column!
PR: https://github.com/supabase/supabase/pull/35139
Link: https://supabase.com/dashboard/project/_/editor
Ability to add billing address when creating or upgrading an organization#
You can now set your billing address when creating or upgrading your organization, and also set a billing name that diverges from your organization name! In hopes of alleviating a common request where invoices needed to be amended as there wasn't a billing address set ๐๐
PR: https://github.com/supabase/supabase/pull/34922
Link: https://supabase.com/dashboard/new
Other bugs fixes and improvements#
- Add reset database password callout to Connect modal (PR)
- (Feature Preview) Fix searching in table editor unintentional clears all tabs (PR)
- (Feature Preview) Fix tabs order not persisting when a tab is closed (PR)
- (Feature Preview) Sync tab labels whenever reopening table editor (SQL Editor too) (PR)
- Fix table editor rendering multiple columns if the column has multiple identical constraints on it (PR)
- Fix inability to export data when all rows are selected (PR)
- (Feature Preview) Fix snippets being renamed by AI not updating it's tab label (PR)
- Fix footer in list view unintentionally hiding last item (PR)
- Fix logs refresh button not pulling latest data when "Last n" option is selected (PR)
- Fix datepicker overriding copy events (PR)
- Add link to foreign table in table editor from wrappers (PR)
- Fix missing labels on SQL blocks (PR)