Skip to content

Commit 28650e3

Browse files
lane711claude
andcommitted
docs(www): release announcement updates for v3.0.0-beta.19
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a9a5341 commit 28650e3

3 files changed

Lines changed: 47 additions & 3 deletions

File tree

packages/core/src/plugins/manifest-registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Plugin Registry - AUTO-GENERATED
33
*
44
* Generated by: packages/scripts/generate-plugin-registry.mjs
5-
* Generated at: 2026-06-29T17:30:33.718Z
5+
* Generated at: 2026-06-30T01:06:49.689Z
66
* Source: All manifest.json files in src/plugins/
77
*
88
* DO NOT EDIT MANUALLY - run the generator script instead.

www/src/app/changelog/page.mdx

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const sections = [
107107
<div className="flex items-center gap-3 mb-4">
108108
<span className="px-3 py-1 bg-emerald-500 text-white text-sm font-bold rounded-lg">v3.0.0-beta.19</span>
109109
<span className="text-sm text-gray-600 dark:text-gray-400">June 30, 2026</span>
110-
<span className="px-2 py-1 bg-gradient-to-r from-orange-100 to-red-100 dark:from-orange-900/30 dark:to-red-900/30 border border-orange-300 dark:border-orange-700 text-orange-800 dark:text-orange-300 text-xs font-bold rounded uppercase">Latest</span>
110+
111111
</div>
112112

113113
<div className="space-y-3">
@@ -451,6 +451,32 @@ export const sections = [
451451
<div className="not-prose space-y-6 my-8">
452452

453453

454+
455+
{/* Version 3.0.0-beta.19 */}
456+
<div className="relative pl-8 pb-8 border-l-2 border-emerald-200 dark:border-emerald-800">
457+
<div className="absolute -left-3 top-0 w-6 h-6 rounded-full bg-emerald-500 border-4 border-white dark:border-gray-900 shadow-lg"></div>
458+
459+
<div className="bg-gradient-to-br from-emerald-50 to-teal-50 dark:from-emerald-900/20 dark:to-teal-900/20 rounded-xl p-6 border border-emerald-200 dark:border-emerald-800 shadow-md hover:shadow-xl transition-shadow">
460+
<div className="flex items-center gap-3 mb-4">
461+
<span className="px-3 py-1 bg-emerald-500 text-white text-sm font-bold rounded-lg">v3.0.0-beta.19</span>
462+
<span className="text-sm text-gray-600 dark:text-gray-400">June 29, 2026</span>
463+
<span className="px-2 py-1 bg-gradient-to-r from-orange-100 to-red-100 dark:from-orange-900/30 dark:to-red-900/30 border border-orange-300 dark:border-orange-700 text-orange-800 dark:text-orange-300 text-xs font-bold rounded uppercase">Latest</span>
464+
</div>
465+
466+
<div className="space-y-3">
467+
<div>
468+
<h4 className="text-sm font-bold text-emerald-800 dark:text-emerald-300 mb-2 flex items-center gap-2">
469+
<span>✨</span> Highlights
470+
</h4>
471+
<ul className="space-y-1.5 ml-6 text-sm text-gray-700 dark:text-gray-300">
472+
<li className="flex items-start gap-2"><span className="text-emerald-500">▸</span>**fix(plugins)**: Example plugin settings updated via admin UI now reflect immediately in `GET /example` API responses — no Worker restart required (PR #975)</li>
473+
<li className="flex items-start gap-2"><span className="text-emerald-500">▸</span>**fix(plugins)**: `greeting` configSchema field is now used in API response message (was previously hardcoded); example plugin bumped to v1.0.1</li>
474+
</ul>
475+
</div>
476+
</div>
477+
</div>
478+
</div>
479+
454480
{/* Version 3.0.0-beta.18 */}
455481
<div className="relative pl-8 pb-8 border-l-2 border-emerald-200 dark:border-emerald-800">
456482
<div className="absolute -left-3 top-0 w-6 h-6 rounded-full bg-emerald-500 border-4 border-white dark:border-gray-900 shadow-lg"></div>

www/src/app/page.mdx

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,10 +525,28 @@ Join thousands of developers building the future of web APIs
525525
<div className="text-sm space-y-1">
526526
<div className="flex items-start gap-2">
527527
<span className="text-emerald-600 dark:text-emerald-400 mt-0.5">✓</span>
528-
<span className="text-gray-700 dark:text-gray-300">**fix(plugins)**: Example plugin settings updated in admin now reflect immediately in API responses — no Worker restart required (GitHub #975)</span>
528+
<span className="text-gray-700 dark:text-gray-300">**fix(plugins)**: Example plugin settings updated via admin UI now reflect immediately in `GET /example` API responses — no Worker restart required (PR #975)</span>
529529
</div>
530530
<div className="flex items-start gap-2">
531531
<span className="text-emerald-600 dark:text-emerald-400 mt-0.5">✓</span>
532+
<span className="text-gray-700 dark:text-gray-300">**fix(plugins)**: `greeting` configSchema field is now used in API response message (was previously hardcoded); example plugin bumped to v1.0.1</span>
533+
</div>
534+
</div>
535+
</div>
536+
537+
<div className="border-l-4 border-blue-500 dark:border-blue-400 pl-4 py-1">
538+
<div className="flex items-center gap-2 mb-2">
539+
<span className="text-xs font-bold px-2 py-1 rounded bg-blue-100 dark:bg-blue-900/30 text-blue-700 dark:text-blue-300">v3.0.0-beta.19</span>
540+
541+
<span className="text-sm text-gray-500 dark:text-gray-400">2026-06-30</span>
542+
</div>
543+
<div className="text-sm space-y-1">
544+
<div className="flex items-start gap-2">
545+
<span className="text-blue-600 dark:text-blue-400 mt-0.5">✓</span>
546+
<span className="text-gray-700 dark:text-gray-300">**fix(plugins)**: Example plugin settings updated in admin now reflect immediately in API responses — no Worker restart required (GitHub #975)</span>
547+
</div>
548+
<div className="flex items-start gap-2">
549+
<span className="text-blue-600 dark:text-blue-400 mt-0.5">✓</span>
532550
<span className="text-gray-700 dark:text-gray-300">**fix(plugins)**: `greeting` configSchema field now used in `/example` response; example plugin bumped to v1.0.1</span>
533551
</div>
534552
</div>

0 commit comments

Comments
 (0)