Skip to content

Commit 2f008e6

Browse files
committed
Merge commit 'c5b863ff0b2b6aaf6fe12f16c2fdceaed00da809'
# Conflicts: # docs/updating/8-0.md # docusaurus.config.js
2 parents 121fc00 + c5b863f commit 2f008e6

File tree

409 files changed

+913
-918
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

409 files changed

+913
-918
lines changed

docs/theming/dark-mode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ It is important to pay attention to the specificity if you want to override any
227227
:::
228228

229229
:::info
230-
The contents of Ionic's dark palette can be [viewed on GitHub](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/core/src/css/palettes/dark.scss). The CSS used to apply the **always** dark palette can be found [here](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/core/src/css/palettes/dark.always.scss).
230+
The contents of Ionic's dark palette can be [viewed on GitHub](https://github.com/ionic-team/ionic-framework/blob/main/core/src/css/palettes/dark.scss). The CSS used to apply the **always** dark palette can be found [here](https://github.com/ionic-team/ionic-framework/blob/main/core/src/css/palettes/dark.always.scss).
231231
:::
232232

233233
</TabItem>
@@ -246,7 +246,7 @@ It is important to pay attention to the specificity if you want to override any
246246
:::
247247

248248
:::info
249-
The contents of Ionic's dark palette can be [viewed on GitHub](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/core/src/css/palettes/dark.scss). The CSS used to apply the **system** dark palette can be found [here](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/core/src/css/palettes/dark.system.scss).
249+
The contents of Ionic's dark palette can be [viewed on GitHub](https://github.com/ionic-team/ionic-framework/blob/main/core/src/css/palettes/dark.scss). The CSS used to apply the **system** dark palette can be found [here](https://github.com/ionic-team/ionic-framework/blob/main/core/src/css/palettes/dark.system.scss).
250250
:::
251251

252252
</TabItem>
@@ -264,7 +264,7 @@ It is important to pay attention to the specificity if you want to override any
264264
:::
265265

266266
:::info
267-
The contents of Ionic's dark palette can be [viewed on GitHub](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/core/src/css/palettes/dark.scss). The CSS used to apply the **class** dark palette can be found [here](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/core/src/css/palettes/dark.class.scss).
267+
The contents of Ionic's dark palette can be [viewed on GitHub](https://github.com/ionic-team/ionic-framework/blob/main/core/src/css/palettes/dark.scss). The CSS used to apply the **class** dark palette can be found [here](https://github.com/ionic-team/ionic-framework/blob/main/core/src/css/palettes/dark.class.scss).
268268
:::
269269

270270
</TabItem>

docs/updating/8-0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: v8へのアップデート
99
:::
1010

1111
:::info Breaking Changes
12-
Ionic 7 から Ionic 8 への**変更点**の完全なリストについては、Ionic Framework リポジトリの[変更点ドキュメント](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/BREAKING.md#version-8x)を参照してください。
12+
Ionic 7 から Ionic 8 への**変更点**の完全なリストについては、Ionic Framework リポジトリの[変更点ドキュメント](https://github.com/ionic-team/ionic-framework/blob/main/BREAKING.md#version-8x)を参照してください。
1313
:::
1414

1515
## はじめ方
@@ -244,6 +244,6 @@ iOS >=15
244244

245245
## アップグレードの手助けが必要ですか?
246246

247-
必ず[Ionic 8 Breaking Changes Guide](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/BREAKING.md#version-8x)をご覧ください。デフォルトのプロパティと CSS Variable の値に、開発者が注意する必要がある変更がいくつかありました。このページでは、ユーザーアクションが必要な変更のみをリストアップしています。
247+
必ず[Ionic 8 Breaking Changes Guide](https://github.com/ionic-team/ionic-framework/blob/main/BREAKING.md#version-8x)をご覧ください。デフォルトのプロパティと CSS Variable の値に、開発者が注意する必要がある変更がいくつかありました。このページでは、ユーザーアクションが必要な変更のみをリストアップしています。
248248

249249
アップグレードのヘルプが必要な場合は、[Ionic フォーラム](https://forum.ionicframework.com/)にスレッドを投稿してください。

docusaurus.config.js

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,10 @@ module.exports = {
7979
return `https://github.com/ionic-team/ionic-docs/edit/main/${versionDocsDirPath}/${docPath}`;
8080
},
8181
exclude: ['README.md'],
82-
lastVersion: 'v7',
82+
lastVersion: 'current',
8383
versions: {
8484
current: {
85-
label: 'v8 (beta)',
86-
banner: 'unreleased',
87-
path: 'v8',
88-
},
89-
v7: {
90-
label: 'v7',
85+
label: 'v8',
9186
},
9287
},
9388
},
@@ -181,8 +176,8 @@ module.exports = {
181176
},
182177
{
183178
type: 'doc',
184-
docId: 'updating/7-0',
185-
label: 'Ionic v7 アップグレードガイド',
179+
docId: 'updating/8-0',
180+
label: 'Ionic v8.0.0 アップグレードガイド',
186181
position: 'left',
187182
className: 'cta',
188183
},
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"@ionic/angular": "next",
4-
"@ionic/core": "next",
3+
"@ionic/angular": "8.0.0",
4+
"@ionic/core": "8.0.0",
55
"@angular/platform-browser-dynamic": "17.3.2"
66
}
77
}

static/code/stackblitz/v8/html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<html>
22

33
<head>
4-
<link rel="stylesheet" type="text/css" href="https://cdn.skypack.dev/@ionic/core@next/css/core.css" />
5-
<link rel="stylesheet" type="text/css" href="https://cdn.skypack.dev/@ionic/core@next/css/ionic.bundle.css" />
4+
<link rel="stylesheet" type="text/css" href="https://cdn.skypack.dev/@ionic/core@8/css/core.css" />
5+
<link rel="stylesheet" type="text/css" href="https://cdn.skypack.dev/@ionic/core@8/css/ionic.bundle.css" />
66
</head>
77

88
<body>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"@ionic/core": "next"
3+
"@ionic/core": "8.0.0"
44
}
55
}

static/code/stackblitz/v8/react/package-lock.json

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/code/stackblitz/v8/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@ionic/react": "next",
7-
"@ionic/react-router": "next",
6+
"@ionic/react": "8.0.0",
7+
"@ionic/react-router": "8.0.0",
88
"@types/node": "^20.0.0",
99
"@types/react": "^18.0.9",
1010
"@types/react-dom": "^18.0.4",

0 commit comments

Comments
 (0)