Skip to content

Tags: GraphTechnologyDevelopers/supabase

Tags

v1.26.02

Toggle v1.26.02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(assistant): preserve ordered list numbering across split ol eleme…

…nts (supabase#42521)

### Changes

- Accept `start` prop in `OrderedList` and use it to set `counterReset`
on the `<ol>` element, fixing numbering when Streamdown splits lists
across code blocks
- Add test for the above

### To Verify

Copy/paste the following into the Assistant chat (`Cmd + I` on
dashboard)

~~~
Testing markdown lists with code blocks.

1. Thing 1
```
code
```

2. Thing 2
```
code
```

3. Thing 3
```
code
```
~~~

</p>
</details> 

| Before | After |
|--------|--------|
| <img width="1580" height="628" alt="CleanShot 2026-02-05 at 15 04
14@2x"
src="proxy.php?url=https%3A%2F%2Fwww.github.com%2F%3Ca+href%3D"https://github.com/user-attachments/assets/263be289-4a9a-4a8d-b907-cb62a26389cd">https://github.com/user-attachments/assets/263be289-4a9a-4a8d-b907-cb62a26389cd"
/> | <img width="1426" height="622" alt="CleanShot 2026-02-05 at 15 04
08@2x"
src="proxy.php?url=https%3A%2F%2Fwww.github.com%2F%3Ca+href%3D"https://github.com/user-attachments/assets/6bfb526b-30dc-4bcc-b507-0fa0418d3093">https://github.com/user-attachments/assets/6bfb526b-30dc-4bcc-b507-0fa0418d3093"
/> |

Closes AI-401

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
* Ordered lists in the AI Assistant panel now support custom starting
numbers, enabling proper continuation of numbered sequences. This
ensures correct numbering when displaying complex content like code
blocks within lists.

* **Tests**
* Added test coverage for ordered list custom starting number
functionality and style rendering.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

v1.26.01

Toggle v1.26.01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Use `head_commit_sha` in `authorize-vercel-deploys.yml` action (s…

…upabase#41795)

* Use head commit sha in the authorize-vercel-deploys.yml.

* Add comments.

1.25.12

Toggle 1.25.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(pgmeta): table editor fails with reserved keyword column names (s…

…upabase#41226)

* fix(pg-format): update reserved words list

* test: add more test

* fix: tests

1.25.04

Toggle 1.25.04's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add missing type param to PostgresVersionSelector in ProjectPausedSta…

…te (supabase#35517)

1.25.03

Toggle 1.25.03's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
UI lib/why react (supabase#34675)

Why react faq

1.25.02

Toggle 1.25.02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
adds blog post and stub (supabase#34059)

* adds blog post and stub

* Adds dates

* adds a description

* reworking the blog

* blog og

* fix description

* updates

* adds the form

* change date

---------

Co-authored-by: Francesco Sansalvadore <[email protected]>

1.25.01

Toggle 1.25.01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: mobile issues for getLayout (supabase#33415)

1.24.12

Toggle 1.24.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Chore/add export functionality to advisors (supabase#33030)

* Add export functionality to security and performance advisors

* Add download results button to query performance advisor

* Add refresh buttons to security and performance advisors

* Add LoadingLine to Query performance to make UI consistent with the other advisors

* Minor change

v1.24.09

Toggle v1.24.09's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rename Live Share blog post (supabase#29827)

* feat: rename live share blog post

* feat: update casing on post title

1.24.08

Toggle 1.24.08's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(docs): code in wrong file for react auth quickstart example (supa…

…base#29324)