chore: update Ionic Angular libraries to 22.0.3 - #25
Conversation
✅ Deploy Preview for capacitor-plugin-docs-stripe ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| --- | ||
|
|
||
| Public entry-point map for `@rdlabo/ionic-angular-kit` v22.0.0. The focused guide pages describe lifecycle and integration requirements; this page defines which package path owns each API family. | ||
| Public entry-point map for `@rdlabo/ionic-angular-kit` v22.0.3. The focused guide pages describe lifecycle and integration requirements; this page defines which package path owns each API family. |
There was a problem hiding this comment.
🟡 v22.0.3 と表示されたソーシャル認証 API が旧版のまま
v22.0.3 は Apple/Facebook/Google を個別 entry point に分割し、/social を非推奨化しています。ここは旧 API を v22.0.3 と表示し、任意機能ガイド も /social のみを案内します。利用者は不要な native plugin を導入し、Google API を発見できません。
Learn more
英語ガイドは プロジェクト定義 の固定コミットから生成されます。このコミットのガイドは v22.0.3 より古く、/auth-firebase/social だけを説明しています。一方、更新後の package lock は Apple plugin を @capawesome/capacitor-apple-sign-in へ変更し、Google plugin も追加しています。API ページの版数だけを更新したため、公開サイトは新しい版数と古い統合手順を同時に示します。
Example: Apple 認証だけを使う利用者がガイドどおり /auth-firebase/social を import すると、互換 entry point 経由で Apple と Facebook の両 plugin が必要になります。期待される v22.0.3 の手順は /auth-firebase/apple と新しい Capawesome plugin を使うことです。
Recommended fix: ionic-angular-kit の englishDocsRef を v22.0.3 の内容を含む immutable ref に更新してください。ローカルの英日 api.md と日本語ガイドにも /apple、/facebook、/google、/social の非推奨化、Apple plugin 移行を反映し、npm run docs:generate で生成物を更新してください。
Was this helpful? React with 👍 or 👎 to provide feedback.
| "@rdlabo/ionic-angular-kit": "22.0.3", | ||
| "@rdlabo/ionic-angular-photo-editor": "22.0.3", | ||
| "@rdlabo/ionic-angular-scroll-header": "22.0.3", | ||
| "@rdlabo/ionic-theme-ios26": "9.2.0", | ||
| "@rdlabo/ionic-theme-ios27": "0.1.0-1", | ||
| "@rdlabo/ionic-theme-md3": "9.1.0", | ||
| "@rdlabo/ngx-cdk-scroll-strategies": "22.0.0", | ||
| "@rdlabo/ngx-cdk-scroll-strategies": "22.0.3", |
Summary\n\n- update all ionic-angular-library packages to 22.0.3\n- refresh the lockfile\n- update version-pinned documentation links and generated documentation\n- update the catalog version assertion\n\n## Verification\n\n- npm run fmt:check\n- npm run lint\n- npm test (153 script tests passed; the updated docs suite was then verified separately)\n- npx ng test docs --watch=false (13 files, 56 tests)\n- npx ng test web-site --watch=false (6 files, 37 tests)\n- npm run build