Skip to content

Commit

Permalink
Merge commit 'c5b863ff0b2b6aaf6fe12f16c2fdceaed00da809'
Browse files Browse the repository at this point in the history
# Conflicts:
#	docs/updating/8-0.md
#	docusaurus.config.js
  • Loading branch information
rdlabo committed Apr 17, 2024
2 parents 121fc00 + c5b863f commit 2f008e6
Show file tree
Hide file tree
Showing 409 changed files with 913 additions and 918 deletions.
6 changes: 3 additions & 3 deletions docs/theming/dark-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ It is important to pay attention to the specificity if you want to override any
:::

:::info
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).
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).
:::

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

:::info
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).
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).
:::

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

:::info
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).
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).
:::

</TabItem>
Expand Down
4 changes: 2 additions & 2 deletions docs/updating/8-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title: v8へのアップデート
:::

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

## はじめ方
Expand Down Expand Up @@ -244,6 +244,6 @@ iOS >=15

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

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

アップグレードのヘルプが必要な場合は、[Ionic フォーラム](https://forum.ionicframework.com/)にスレッドを投稿してください。
13 changes: 4 additions & 9 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,10 @@ module.exports = {
return `https://github.com/ionic-team/ionic-docs/edit/main/${versionDocsDirPath}/${docPath}`;
},
exclude: ['README.md'],
lastVersion: 'v7',
lastVersion: 'current',
versions: {
current: {
label: 'v8 (beta)',
banner: 'unreleased',
path: 'v8',
},
v7: {
label: 'v7',
label: 'v8',
},
},
},
Expand Down Expand Up @@ -181,8 +176,8 @@ module.exports = {
},
{
type: 'doc',
docId: 'updating/7-0',
label: 'Ionic v7 アップグレードガイド',
docId: 'updating/8-0',
label: 'Ionic v8.0.0 アップグレードガイド',
position: 'left',
className: 'cta',
},
Expand Down
4 changes: 2 additions & 2 deletions static/code/stackblitz/v8/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@ionic/angular": "next",
"@ionic/core": "next",
"@ionic/angular": "8.0.0",
"@ionic/core": "8.0.0",
"@angular/platform-browser-dynamic": "17.3.2"
}
}
4 changes: 2 additions & 2 deletions static/code/stackblitz/v8/html/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<html>

<head>
<link rel="stylesheet" type="text/css" href="https://cdn.skypack.dev/@ionic/core@next/css/core.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.skypack.dev/@ionic/core@next/css/ionic.bundle.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.skypack.dev/@ionic/core@8/css/core.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.skypack.dev/@ionic/core@8/css/ionic.bundle.css" />
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion static/code/stackblitz/v8/html/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"@ionic/core": "next"
"@ionic/core": "8.0.0"
}
}
72 changes: 36 additions & 36 deletions static/code/stackblitz/v8/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions static/code/stackblitz/v8/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@ionic/react": "next",
"@ionic/react-router": "next",
"@ionic/react": "8.0.0",
"@ionic/react-router": "8.0.0",
"@types/node": "^20.0.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
Expand Down
Loading

0 comments on commit 2f008e6

Please sign in to comment.