Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions projects/web-site/public/article-images/b3874dc571f7da.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions projects/web-site/public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<url><loc>https://rdlabo.dev/articles/archive/2022</loc></url>
<url><loc>https://rdlabo.dev/articles/archive/2021</loc></url>
<url><loc>https://rdlabo.dev/articles/archive/2020</loc></url>
<url><loc>https://rdlabo.dev/articles/playwright-visual-regression-ci-baseline</loc></url>
<url><loc>https://rdlabo.dev/articles/npm-beta-per-pull-request</loc></url>
<url><loc>https://rdlabo.dev/articles/b3874dc571f7da</loc></url>
<url><loc>https://rdlabo.dev/articles/ionic-themes-ionic9-major-update</loc></url>
<url><loc>https://rdlabo.dev/articles/ionic-theme-md3</loc></url>
<url><loc>https://rdlabo.dev/articles/ionic-9-components-got-better</loc></url>
Expand Down
39 changes: 39 additions & 0 deletions projects/web-site/src/app/generated/article-catalog.generated.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
// Generated by scripts/generate-articles.ts. Do not edit.
export const ARTICLE_SUMMARIES = [
{
"slug": "playwright-visual-regression-ci-baseline",
"title": "Visual Regression Testing for OSS: Mac-Independent Baselines Updated Only in CI",
"description": "How an Ionic theme project uses Playwright in a fixed Linux container, maintainer-authorized screenshot updates, and separate read/write jobs to keep visual baselines reproducible and reviewable.",
"image": "https://rdlabo.dev/article-images/playwright-visual-regression-ci-baseline.svg",
"imageWidth": 1200,
"imageHeight": 630,
"emoji": "📸",
"sourceName": "Zenn",
"originalUrl": "https://zenn.dev/rdlabo/articles/playwright-visual-regression-ci-baseline",
"publishedAt": "2026-08-30T03:52:15.000Z",
"publishedDate": "2026-08-30"
},
{
"slug": "npm-beta-per-pull-request",
"title": "Let Users Try This PR with npm install: Building Per-PR Beta Releases for OSS",
"description": "How I built a secure per-PR npm beta release flow with GitHub Actions, OIDC trusted publishing, immutable versions, and maintainer-approved /beta commands.",
"image": "https://rdlabo.dev/article-images/npm-beta-per-pull-request.svg",
"imageWidth": 1200,
"imageHeight": 630,
"emoji": "🧪",
"sourceName": "Zenn",
"originalUrl": "https://zenn.dev/rdlabo/articles/npm-beta-per-pull-request",
"publishedAt": "2026-08-30T03:26:43.000Z",
"publishedDate": "2026-08-30"
},
{
"slug": "b3874dc571f7da",
"title": "The Library Grew by 0.1KB, but the Angular App's Initial JavaScript Shrank by 685KB",
"description": "Why replacing Ionic root imports with granular entrypoints in a provider library cut an Angular app's initial synchronous JavaScript closure by 36.5%, even though the library itself became slightly larger.",
"image": "https://rdlabo.dev/article-images/b3874dc571f7da.svg",
"imageWidth": 1200,
"imageHeight": 630,
"emoji": "🐕",
"sourceName": "Zenn",
"originalUrl": "https://zenn.dev/rdlabo/articles/b3874dc571f7da",
"publishedAt": "2026-08-28T09:52:27.000Z",
"publishedDate": "2026-08-28"
},
{
"slug": "ionic-themes-ionic9-major-update",
"title": "Bringing iOS 26 and Material Design 3 to Ionic: Both Themes Reach v9",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Generated by scripts/generate-articles.ts. Do not edit.
export const ARTICLE_LOADERS: Record<string, () => Promise<{ default: { html: string; headings: readonly { id: string; text: string; level: 2 | 3 }[] } }>> = {
"playwright-visual-regression-ci-baseline": () => import('./articles/playwright-visual-regression-ci-baseline.generated'),
"npm-beta-per-pull-request": () => import('./articles/npm-beta-per-pull-request.generated'),
"b3874dc571f7da": () => import('./articles/b3874dc571f7da.generated'),
"ionic-themes-ionic9-major-update": () => import('./articles/ionic-themes-ionic9-major-update.generated'),
"ionic-theme-md3": () => import('./articles/ionic-theme-md3.generated'),
"ionic-9-components-got-better": () => import('./articles/ionic-9-components-got-better.generated'),
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading