From cf7a14b1182229f26d5085b97fbe471a29ee1391 Mon Sep 17 00:00:00 2001 From: rdlabo Date: Sat, 22 Aug 2026 11:57:03 +0900 Subject: [PATCH] docs: use stable release links --- README.md | 2 +- docs/features.md | 2 +- docs/using-ion-item-group.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a03a19..932baff 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A CSS/JS theme library that applies iOS26 design system to Ionic applications. -![iOS 26 themed Ionic screens with Liquid Glass tab bar, lists, and controls](https://raw.githubusercontent.com/rdlabo-dev/ionic-theme-ios26/v3.0.0-1/screenshots/ios26.png) +![iOS 26 themed Ionic screens with Liquid Glass tab bar, lists, and controls](https://raw.githubusercontent.com/rdlabo-dev/ionic-theme-ios26/v3.0.0/screenshots/ios26.png) DEMO is here: https://ionic-theme-ios26.rdlabo.dev/ diff --git a/docs/features.md b/docs/features.md index 45d98db..d487676 100644 --- a/docs/features.md +++ b/docs/features.md @@ -9,7 +9,7 @@ Customize the theme with CSS variables and Sass mixins, or adopt it one componen ## CSS variables To customize the library's default styles to match your design, several CSS variables are provided. See this file for details: -https://github.com/rdlabo-dev/ionic-theme-ios26/blob/v3.0.0-1/src/styles/default-variables.scss +https://github.com/rdlabo-dev/ionic-theme-ios26/blob/v3.0.0/src/styles/default-variables.scss ## Liquid Glass mixin diff --git a/docs/using-ion-item-group.md b/docs/using-ion-item-group.md index 7699fa8..e05ef17 100644 --- a/docs/using-ion-item-group.md +++ b/docs/using-ion-item-group.md @@ -24,7 +24,7 @@ No wrapper is required for lists that do not use `inset="true"`. Ionic normally gives `ion-list` its background, which makes `ion-list-header` appear inside the same surface as the items. The iOS 26 layout treats the header and item surface separately. -![Inset list background comparison showing why ion-item-group is required](https://raw.githubusercontent.com/rdlabo-dev/ionic-theme-ios26/v3.0.0-1/screenshots/why-ion-list-inset.png) +![Inset list background comparison showing why ion-item-group is required](https://raw.githubusercontent.com/rdlabo-dev/ionic-theme-ios26/v3.0.0/screenshots/why-ion-list-inset.png) The theme therefore: