Uh oh!
There was an error while loading. Please reload this page.
add changelog page - #275
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
💡 Enable Vercel Agent with $100 free credit for automated AI reviews |
Uh oh!
There was an error while loading. Please reload this page.
Caution Review failedThe pull request is closed. WalkthroughThe changes introduce a new changelog section to the documentation. A new MDX file documents historical product updates from October 2024 (v1.7.0) featuring Schedule Campaigns and Campaigns API, and September 2024 (v1.6.0) featuring Suppression List management and rebranding to useSend. The navigation configuration is updated to expose this changelog through a new top-level "Changelog" tab under an "Updates" group, making the historical release information accessible to users. ✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
1 issue found across 3 files
Prompt for AI agents (all 1 issues)
Understand the root cause of the following 1 issues and fix them.
<file name="apps/docs/changelog.mdx">
<violation number="1" location="apps/docs/changelog.mdx:21">
Fix the spelling of “Campaign” in this bullet point.</violation>
</file>
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.
| ### Other improvements | ||
| - Camapign Emails are now sent in batches instead of a burst of emails. |
There was a problem hiding this comment.
Fix the spelling of “Campaign” in this bullet point.
Prompt for AI agents
Address the following comment on apps/docs/changelog.mdx at line 21:
<comment>Fix the spelling of “Campaign” in this bullet point.</comment>
<file context>
@@ -0,0 +1,38 @@
+
+### Other improvements
+
+- Camapign Emails are now sent in batches instead of a burst of emails.
+- You can bulk upload large amounts of contacts without ui slowness.
+- Added delete domain API.
</file context>
| -Camapign Emails are now sent in batches instead of a burst of emails. | |
| -Campaign Emails are now sent in batches instead of a burst of emails. |
Summary by cubic
Added a Changelog page to the docs for the October (v1.7.0) and September (v1.6.0) releases, highlighting campaign scheduling, the Campaigns API, batch sending, bulk contact upload improvements, suppression list, and rebranding to useSend. Updated docs navigation and added the schedule-campaign image asset.
Summary by CodeRabbit