Skip to content

Commit 643f0a6

Browse files
committed
Merge branch 'main' of github.com:ionic-team/ionic-docs
# Conflicts: # docs/theming/dark-mode.md
2 parents 6a5d265 + 804d0f2 commit 643f0a6

25 files changed

+576
-522
lines changed

docs/reference/support.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ Given the reality of time and resource constraints as well as the desire to keep
2020

2121
The current status of each Ionic Framework version is:
2222

23-
| Version | Status | Released | Maintenance Ends | Ext. Support Ends |
24-
| :-----: | :--------------: | :----------: | :--------------: | :---------------: |
25-
| V8 | Pre-Release | TBD | TBD | TBD |
26-
| V7 | **Active** | Mar 29, 2023 | TBD | TBD |
27-
| V6 | Extended Support | Dec 8, 2021 | Sep 29, 2023 | Mar 29, 2024 |
28-
| V5 | End of Support | Feb 11, 2020 | June 8, 2022 | Dec 8, 2022 |
29-
| V4 | End of Support | Jan 23, 2019 | Aug 11, 2020 | Sept 30, 2022 |
30-
| V3 | End of Support | Apr 5, 2017 | Oct 30, 2019 | Aug 11, 2020 |
31-
| V2 | End of Support | Jan 25, 2017 | Apr 5, 2017 | Apr 5, 2017 |
32-
| V1 | End of Support | May 12, 2015 | Jan 25, 2017 | Jan 25, 2017 |
23+
| Version | Status | Released | Maintenance Ends | Ext. Support Ends |
24+
| :-----: | :------------: | :----------: | :--------------: | :---------------: |
25+
| V8 | **Active** | Apr 17, 2024 | TBD | TBD |
26+
| V7 | Maintenance | Mar 29, 2023 | Oct 17, 2024 | Apr 17, 2025 |
27+
| V6 | End of Support | Dec 8, 2021 | Sep 29, 2023 | Mar 29, 2024 |
28+
| V5 | End of Support | Feb 11, 2020 | June 8, 2022 | Dec 8, 2022 |
29+
| V4 | End of Support | Jan 23, 2019 | Aug 11, 2020 | Sept 30, 2022 |
30+
| V3 | End of Support | Apr 5, 2017 | Oct 30, 2019 | Aug 11, 2020 |
31+
| V2 | End of Support | Jan 25, 2017 | Apr 5, 2017 | Apr 5, 2017 |
32+
| V1 | End of Support | May 12, 2015 | Jan 25, 2017 | Jan 25, 2017 |
3333

3434
- **Maintenance**: Only critical bug and security fixes. No major feature improvements.
3535
- **Extended Support**: For teams and organizations that require additional long term maintenance support, Ionic has extended support options available. To learn more, see our [Enterprise offerings](https://ionicframework.com/enterprise).

docs/theming/dark-mode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ color-scheme: light dark;
196196
| ------------------------------------------------------------------------ | -------------------------------------------------------------------- |
197197
| ![Application without color-scheme](/img/theming/color-scheme-light.png) | ![Application with color-scheme](/img/theming/color-scheme-dark.png) |
198198

199-
より詳しい `color-scheme` の情報については https://web.dev/color-scheme/ をご覧ください
199+
`color-scheme` に関する詳細は、[Web.dev guide on color schemes](https://web.dev/color-scheme/)を参照してください
200200

201201
:::note
202202
`color-scheme` はキーボードに反映されません。キーボードのダークモードについての詳しい情報は [Keyboard Documentation](../developing/keyboard.md#dark-mode) をご覧ください。
@@ -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/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).
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 in the [repository](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/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).
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 in the [repository](https://github.com/ionic-team/ionic-framework/blob/main/core/src/css/palettes/dark.system.scsss).
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/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).
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 in the [repository](https://github.com/ionic-team/ionic-framework/blob/main/core/src/css/palettes/dark.class.scss).
268268
:::
269269

270270
</TabItem>

renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@
3636
"static/code/stackblitz/**/vue/package.json"
3737
]
3838
},
39+
{
40+
"matchPackagePatterns": ["@ionic/"],
41+
"minimumReleaseAge": "0 days",
42+
"allowedVersions": "^7.0.0",
43+
"groupName": "ionic",
44+
"matchFileNames": [
45+
"static/code/stackblitz/v7/angular/package.json",
46+
"static/code/stackblitz/v7/html/package.json",
47+
"static/code/stackblitz/v7/react/package.json",
48+
"static/code/stackblitz/v7/vue/package.json"
49+
]
50+
},
3951
{
4052
"matchPackagePatterns": ["@ionic/"],
4153
"minimumReleaseAge": "0 days",

0 commit comments

Comments
 (0)