Skip to content

Commit 59c24a3

Browse files
Merge branch '7.x' into main
2 parents 59b9764 + 81ddece commit 59c24a3

File tree

123 files changed

+874
-255
lines changed

Some content is hidden

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

123 files changed

+874
-255
lines changed

.github/bot.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,3 @@ tasks:
3232
on:
3333
issues:
3434
types: [opened, edited]
35-
- name: assign-to-project
36-
on:
37-
issues:
38-
types: [opened]
39-
pull_request:
40-
types: [opened]
41-
condition: |-
42-
(await getTeamMembers('capacitor')).includes(payload.sender.login)
43-
config:
44-
columns:
45-
issue: 10495656
46-
pr: 10495659
47-
draft-pr: 10495658

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on:
33
push:
44
branches:
5-
- main
5+
- 7.x
66
pull_request:
77
branches:
88
- '**'
@@ -111,6 +111,8 @@ jobs:
111111
plugin: ${{ fromJson(needs.setup.outputs.plugins) }}
112112
steps:
113113
- run: sudo xcode-select --switch ${{ matrix.xcode }}
114+
- run: xcrun simctl list > /dev/null
115+
- run: xcodebuild -downloadPlatform iOS
114116
- uses: actions/setup-node@v4
115117
with:
116118
node-version: 20

.github/workflows/publish-android.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Publish Native Android Libraries
33
on:
44
workflow_call:
55
secrets:
6-
ANDROID_OSSRH_USERNAME:
6+
ANDROID_CENTRAL_USERNAME:
77
required: true
8-
ANDROID_OSSRH_PASSWORD:
8+
ANDROID_CENTRAL_PASSWORD:
99
required: true
1010
ANDROID_SIGNING_KEY_ID:
1111
required: true
@@ -62,8 +62,8 @@ jobs:
6262
env:
6363
GITHUB_PLUGINS: ${{ github.event.inputs.plugins }}
6464
GITHUB_CAPACITOR_VERSION: ${{ github.event.inputs.capacitor-version }}
65-
ANDROID_OSSRH_USERNAME: ${{ secrets.ANDROID_OSSRH_USERNAME }}
66-
ANDROID_OSSRH_PASSWORD: ${{ secrets.ANDROID_OSSRH_PASSWORD }}
65+
ANDROID_CENTRAL_USERNAME: ${{ secrets.ANDROID_CENTRAL_USERNAME }}
66+
ANDROID_CENTRAL_PASSWORD: ${{ secrets.ANDROID_CENTRAL_PASSWORD }}
6767
ANDROID_SIGNING_KEY_ID: ${{ secrets.ANDROID_SIGNING_KEY_ID }}
6868
ANDROID_SIGNING_PASSWORD: ${{ secrets.ANDROID_SIGNING_PASSWORD }}
6969
ANDROID_SIGNING_KEY: ${{ secrets.ANDROID_SIGNING_KEY }}

.github/workflows/publish-ios.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
plugin: ${{ fromJson(github.event.inputs.plugins) }}
1717
steps:
1818
- run: sudo xcode-select --switch /Applications/Xcode_16.app
19+
- run: xcrun simctl list > /dev/null
20+
- run: xcodebuild -downloadPlatform iOS
1921
- uses: actions/setup-node@v4
2022
with:
2123
node-version: 20

.github/workflows/publish-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
needs: publish-npm-latest
1818
uses: ./.github/workflows/publish-android.yml
1919
secrets:
20-
ANDROID_OSSRH_USERNAME: ${{ secrets.ANDROID_OSSRH_USERNAME }}
21-
ANDROID_OSSRH_PASSWORD: ${{ secrets.ANDROID_OSSRH_PASSWORD }}
20+
ANDROID_CENTRAL_USERNAME: ${{ secrets.ANDROID_CENTRAL_USERNAME }}
21+
ANDROID_CENTRAL_PASSWORD: ${{ secrets.ANDROID_CENTRAL_PASSWORD }}
2222
ANDROID_SIGNING_KEY_ID: ${{ secrets.ANDROID_SIGNING_KEY_ID }}
2323
ANDROID_SIGNING_PASSWORD: ${{ secrets.ANDROID_SIGNING_PASSWORD }}
2424
ANDROID_SIGNING_KEY: ${{ secrets.ANDROID_SIGNING_KEY }}

.github/workflows/publish-npm-latest-from-pre.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
deploy-npm-latest-from-pre:
18-
if: github.ref == 'refs/heads/main'
18+
if: github.ref == 'refs/heads/7.x'
1919
runs-on: macos-15
2020
timeout-minutes: 30
2121
steps:

.github/workflows/publish-npm-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
deploy-npm-latest:
18-
if: github.ref == 'refs/heads/main'
18+
if: github.ref == 'refs/heads/7.x'
1919
runs-on: macos-15
2020
timeout-minutes: 30
2121
steps:

.github/workflows/publish-npm-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
deploy-npm-nightly:
13-
if: github.ref == 'refs/heads/main'
13+
if: github.ref == 'refs/heads/7.x'
1414
runs-on: macos-15
1515
timeout-minutes: 30
1616
steps:

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
This repository contains the official Capacitor plugins maintained by the Capacitor team. You can find more plugins in the [Capacitor Community](https://github.com/capacitor-community/).
44

5-
> ### :rotating_light: These plugins are for Capacitor 6 :rotating_light:
5+
> ### :rotating_light: These plugins are for Capacitor 7 :rotating_light:
66
>
77
> Capacitor 2 core plugins are bundled with Capacitor itself.
88
>
99
> For Capacitor 3, use the 1.x version of the plugins.
1010
> For Capacitor 4, use the 4.x version of the plugins.
1111
> For Capacitor 5, use the 5.x version of the plugins.
12+
> For Capacitor 6, use the 6.x version of the plugins.
1213
1314
## Plugins
1415

@@ -22,8 +23,6 @@ This repository contains the official Capacitor plugins maintained by the Capaci
2223
| [`@capacitor/clipboard`](https://capacitorjs.com/docs/apis/clipboard) | [`./clipboard`](./clipboard) | [![npm badge](https://img.shields.io/npm/v/@capacitor/clipboard?style=flat-square)](https://www.npmjs.com/package/@capacitor/clipboard)
2324
| [`@capacitor/device`](https://capacitorjs.com/docs/apis/device) | [`./device`](./device) | [![npm badge](https://img.shields.io/npm/v/@capacitor/device?style=flat-square)](https://www.npmjs.com/package/@capacitor/device)
2425
| [`@capacitor/dialog`](https://capacitorjs.com/docs/apis/dialog) | [`./dialog`](./dialog) | [![npm badge](https://img.shields.io/npm/v/@capacitor/dialog?style=flat-square)](https://www.npmjs.com/package/@capacitor/dialog)
25-
| [`@capacitor/filesystem`](https://capacitorjs.com/docs/apis/filesystem) | [`./filesystem`](./filesystem) | [![npm badge](https://img.shields.io/npm/v/@capacitor/filesystem?style=flat-square)](https://www.npmjs.com/package/@capacitor/filesystem)
26-
| [`@capacitor/geolocation`](https://capacitorjs.com/docs/apis/geolocation) | [Migrated](https://github.com/ionic-team/capacitor-geolocation) | [![npm badge](https://img.shields.io/npm/v/@capacitor/geolocation?style=flat-square)](https://www.npmjs.com/package/@capacitor/geolocation)
2726
| [`@capacitor/haptics`](https://capacitorjs.com/docs/apis/haptics) | [`./haptics`](./haptics) | [![npm badge](https://img.shields.io/npm/v/@capacitor/haptics?style=flat-square)](https://www.npmjs.com/package/@capacitor/haptics)
2827
| [`@capacitor/keyboard`](https://capacitorjs.com/docs/apis/keyboard) | [`./keyboard`](./keyboard) | [![npm badge](https://img.shields.io/npm/v/@capacitor/keyboard?style=flat-square)](https://www.npmjs.com/package/@capacitor/keyboard)
2928
| [`@capacitor/local-notifications`](https://capacitorjs.com/docs/apis/local-notifications) | [`./local-notifications`](./local-notifications) | [![npm badge](https://img.shields.io/npm/v/@capacitor/local-notifications?style=flat-square)](https://www.npmjs.com/package/@capacitor/local-notifications)
@@ -47,8 +46,14 @@ These are official Capacitor plugins that are not contained in this repository.
4746
| --- | --- | --- |
4847
| [Background Runner](https://github.com/ionic-team/capacitor-background-runner) | [`@capacitor/background-runner`](https://capacitorjs.com/docs/apis/background-runner) | [![npm badge](https://img.shields.io/npm/v/@capacitor/background-runner?style=flat-square)](https://www.npmjs.com/package/@capacitor/background-runner) |
4948
| [Barcode Scanner](https://github.com/ionic-team/capacitor-barcode-scanner) | [`@capacitor/barcode-scanner`](https://capacitorjs.com/docs/apis/barcode-scanner) | [![npm badge](https://img.shields.io/npm/v/@capacitor/barcode-scanner?style=flat-square)](https://www.npmjs.com/package/@capacitor/barcode-scanner) |
49+
| [Filesystem](https://github.com/ionic-team/capacitor-filesystem) (*) | [`@capacitor/filesystem`](https://capacitorjs.com/docs/apis/filesystem) | [![npm badge](https://img.shields.io/npm/v/@capacitor/filesystem?style=flat-square)](https://www.npmjs.com/package/@capacitor/filesystem) |
50+
| [File Transfer](https://github.com/ionic-team/capacitor-file-transfer) | [`@capacitor/file-transfer`](https://capacitorjs.com/docs/apis/file-transfer) | [![npm badge](https://img.shields.io/npm/v/@capacitor/file-transfer?style=flat-square)](https://www.npmjs.com/package/@capacitor/file-transfer) |
51+
| [File Viewer](https://github.com/ionic-team/capacitor-file-viewer) | [`@capacitor/file-viewer`](https://capacitorjs.com/docs/apis/file-viewer) | [![npm badge](https://img.shields.io/npm/v/@capacitor/file-viewer?style=flat-square)](https://www.npmjs.com/package/@capacitor/file-viewer) |
52+
| [Geolocation](https://github.com/ionic-team/capacitor-geolocation) (*) | [`@capacitor/geolocation`](https://capacitorjs.com/docs/apis/geolocation) | [![npm badge](https://img.shields.io/npm/v/@capacitor/geolocation?style=flat-square)](https://www.npmjs.com/package/@capacitor/geolocation) |
5053
| [Google Maps](https://github.com/ionic-team/capacitor-google-maps) | [`@capacitor/google-maps`](https://capacitorjs.com/docs/apis/google-maps) | [![npm badge](https://img.shields.io/npm/v/@capacitor/google-maps?style=flat-square)](https://www.npmjs.com/package/@capacitor/google-maps) |
5154

55+
(*) These plugins were once part of this repository, but have been since been revamped and migrated to a separate repository. The code pre-migration still remains in this repository for historic purposes.
56+
5257
## Capacitor Labs
5358

5459
These are experimental plugins. Use at your own risk.

action-sheet/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@7.0.3...@capacitor/action-sheet@7.0.4) (2026-02-12)
7+
8+
### Bug Fixes
9+
10+
- AGP 9.0 no longer supporting `proguard-android.txt` ([#2468](https://github.com/ionic-team/capacitor-plugins/issues/2468)) ([5c35807](https://github.com/ionic-team/capacitor-plugins/commit/5c3580726b7b216077d903de3546754a87588ac6))
11+
12+
## [7.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@7.0.2...@capacitor/action-sheet@7.0.3) (2025-11-26)
13+
14+
**Note:** Version bump only for package @capacitor/action-sheet
15+
16+
## [7.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@7.0.1...@capacitor/action-sheet@7.0.2) (2025-08-05)
17+
18+
**Note:** Version bump only for package @capacitor/action-sheet
19+
620
## [7.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@7.0.0...@capacitor/action-sheet@7.0.1) (2025-04-02)
721

822
**Note:** Version bump only for package @capacitor/action-sheet

0 commit comments

Comments
 (0)