Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| fix(editor): keep focus scopes registered across plugin reconfigurations | felipefreitag | M | AI | 21.4h | 0.0h | Jul 07, 2026 |
SummaryBug FixFix focus scopes persistence across editor reconfigurations Ensures bubble menus and inspector maintain selection when the editor reconfigures, preventing accidental focus loss. Improves user experience by keeping focus within editor components. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| chore(root): version packages | resend-version-bump | M | No | 25.7h | 25.7h | Jul 07, 2026 |
SummaryChoreVersion packages for release Updates package versions and changelogs to prepare for a new npm release, enabling deployment. Health Assessment
Medium
Low
Low
AI DetailsTech Stack |
||||||
| fix(tailwind): merge duplicate class rules across presets/plugins | dielduarte | L | AI | 0.8h | 0.1h | Jul 07, 2026 |
SummaryBug FixMerge duplicate Tailwind class rules to preserve cascade Ensures CSS cascade is preserved when inlining Tailwind classes by keeping all matching rules in order, improving email rendering consistency. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix: replace deprecated React form event types | hducati | S | AI | 25.1h | 0.1h | Jul 07, 2026 |
SummaryBug FixReplace deprecated React form event types This change removes TypeScript deprecation warnings and ensures form submit handlers use correct event types, improving code quality and developer experience. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(tailwind): convert rgba() space syntax to comma syntax | yashs33244 | M | AI | 323.1h | - | Jul 06, 2026 |
SummaryBug FixConvert Tailwind rgba space syntax to comma Normalizes Tailwind color syntax for legacy email clients, ensuring Outlook renders correctly. Health Assessment
Medium
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Both AI
Tools:
Copilot, Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(tailwind): not all React Email components having styles inlined into their props | yashs33244 | M | AI | 322.4h | - | Jul 06, 2026 |
SummaryBug FixFix Tailwind style inlining for React Email components Ensures Tailwind classes are correctly applied to component tags, improving email rendering consistency across clients. Health Assessment
Medium
Medium
Medium
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(tailwind): split two-value logical shorthands with auto/var/calc | yashs33244 | S | AI | 317.6h | - | Jul 06, 2026 |
SummaryBug FixFix Tailwind logical shorthand splitting Ensures Tailwind logical shorthands with non-numeric values are correctly split into per-side longhands, improving email client compatibility. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(markdown): escape double quotes in link href/title and image title | yashs33244 | S | AI | 318.4h | - | Jul 06, 2026 |
SummaryBug FixEscape double quotes in markdown link and image titles Prevents HTML attribute breakouts caused by unescaped quotes in markdown links and images, improving rendering reliability. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
1.00
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| chore(ci): ensure that the tags don't have a `resend@` prefix | gabrielmfern | S | AI | 1.0h | 0.1h | Jul 03, 2026 |
SummaryBug FixEnsure tags omit `resend@` prefix Standardizes release tags to `v<version>` and updates GitHub release titles, removing the `resend@` prefix to keep tags consistent and avoid accidental mentions. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| chore: release 6.17.1 | resend-version-bump | S | AI | 0.0h | 0.0h | Jul 03, 2026 |
SummaryChoreRelease 6.17.1 version bump Publish the 6.17.1 patch release, removing unused resource field, updating changelog and metadata. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| chore(oauth-grants): drop dead resource field | gabrielmfern | XS | AI | 0.0h | 0.0h | Jul 03, 2026 |
SummaryRefactorRemove dead resource field from OAuth grants Simplifies the OAuth grant model by removing an unused field, reducing maintenance overhead and keeping the API clean. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| feat: tegami release process | gabrielmfern | L | AI | 2.8h | 0.2h | Jul 03, 2026 |
SummaryFeatureAdd Tegami release workflow Automates canary and stable release flow using Tegami, enabling OIDC-based npm publishing and preview PRs. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| chore(root): version packages | resend-version-bump | S | AI | 6.0h | 6.0h | Jul 03, 2026 |
SummaryChoreVersion packages for release Automated release of @react-email/editor 1.6.2, updating dependencies to fix React key warnings during email export. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| feat: oauth grant management | gabrielmfern | L | AI | 0.3h | 0.1h | Jul 03, 2026 |
SummaryFeatureAdd OAuth grant management to SDK Adds OAuth grant management to the SDK, enabling listing and revoking grants via API. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(editor): add keys to serialized email nodes | hducati | XS | AI | 17.6h | 0.0h | Jul 03, 2026 |
SummaryBug FixFix key warnings in email serialization Ensures unique React keys for all email nodes during export, eliminating warning messages and improving rendering stability. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(render): resolve implicit TypeScript type errors in pretty util | hducati | S | AI | 19.8h | 0.1h | Jul 03, 2026 |
SummaryBug FixFix TypeScript errors in pretty util Ensures the email rendering library compiles cleanly, preventing build failures and improving developer experience. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
1.00
Tech Stack
Languages:
Typescript
|
||||||
| feat: add idempotencyKey support to emails.receiving.forward() | felipefreitag | M | AI | 0.6h | 0.0h | Jul 02, 2026 |
SummaryFeatureAdd idempotencyKey support to emails.receiving.forward() Adds optional request options to emails.receiving.forward() with idempotencyKey support, enabling safe retries without duplicate forwarded emails. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| chore(root): version packages | resend-version-bump | M | No | 7.4h | 7.4h | Jul 02, 2026 |
SummaryChoreUpdate package versions for release Bumps dependencies and updates changelogs for editor, react‑email, render, and ui packages, preparing for npm release. Health Assessment
Medium
Low
Low
AI DetailsTech Stack |
||||||
| fix(button): add px unit to mso-text-raise on Outlook spacer | yashs33244 | S | AI | 229.6h | - | Jul 02, 2026 |
SummaryBug FixAdd px unit to Outlook spacer mso-text-raise Fixes Outlook rendering issue by ensuring the spacer has the correct unit, aligning with the button label and improving email display consistency. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix: stop spam check failures from breaking `email build` | felipefreitag | M | No | 0.2h | 0.0h | Jul 02, 2026 |
SummaryBug FixFix spam check failures breaking email build Ensures email preview pages build successfully, preventing deployment failures and improving reliability for users. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
1.00
Tech Stack
Languages:
Typescript
Frameworks:
Nextjs
|
||||||
| chore: update sync_prs_to_linear sha | dielduarte | XS | AI | 0.1h | 0.0h | Jul 02, 2026 |
SummaryCI/CDUpdate sync_prs_to_linear action SHA Pin the shared sync_prs_to_linear action to a stable commit, ensuring consistent PR-to-Linear synchronization. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| chore: update sync_prs_to_linear sha | dielduarte | XS | AI | 0.1h | 0.0h | Jul 02, 2026 |
SummaryChoreUpdate sync_prs_to_linear action SHA Keeps PR-to-Linear syncing aligned with the latest shared workflow changes. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| fix(docs): recommend next "latest" instead of "*" for Vercel deployment | felipefreitag | XS | AI | 0.1h | 0.1h | Jul 02, 2026 |
SummaryDocsFix docs: use next 'latest' for Vercel Updates Vercel deployment docs to use 'latest' instead of '*', preventing install failures and ensuring successful deployments. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| feat: add base methods | CarolinaMoraes | L | AI | 79.6h | 0.1h | Jul 02, 2026 |
SummaryFeatureAdd suppression methods to Node SDK Adds suppression list support to the Node SDK, enabling add, get, list, and remove suppression operations for email marketing workflows. Health Assessment
Large
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| chore(ui): raise timeout for combined tailwind css-configs test | felipefreitag | XS | AI | 0.1h | 0.0h | Jul 02, 2026 |
SummaryChoreRaise timeout for combined Tailwind CSS-configs test Increase test timeout to 15s to reduce CI flakiness on slow runners. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(web): add missing types to webgl Billboard component | hducati | S | AI | 0.3h | 0.0h | Jul 02, 2026 |
SummaryBug FixAdd missing types to WebGL Billboard component Adds explicit TypeScript types to the WebGL Billboard component, improving type safety and reducing implicit any usage. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| chore(root): version packages | resend-version-bump | S | AI | 0.1h | 0.0h | Jun 30, 2026 |
SummaryChorechore(root): version packages Automated version bump for @react-email/editor, preparing for release. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Cubic AI
Confidence:
0.95
Tech Stack |
||||||
| fix(editor): preserve image styles when replacing an image | danilowoz | M | AI | 154.3h | 0.1h | Jun 30, 2026 |
SummaryBug FixPreserve image styles when replacing an image Ensures that when a user replaces an image in the editor, existing styling and metadata are retained, improving user experience and preventing accidental loss of formatting. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||