Skip to content

Commit d0f3bd7

Browse files
authored
docs(camera): plugin migration to separate repository (#2509)
1 parent b98c4f9 commit d0f3bd7

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ This repository contains the official Capacitor plugins maintained by the Capaci
2020
| [`@capacitor/app-launcher`](https://capacitorjs.com/docs/apis/app-launcher) | [`./app-launcher`](./app-launcher) | [![npm badge](https://img.shields.io/npm/v/@capacitor/app-launcher?style=flat-square)](https://www.npmjs.com/package/@capacitor/app-launcher)
2121
| [`@capacitor/app`](https://capacitorjs.com/docs/apis/app) | [`./app`](./app) | [![npm badge](https://img.shields.io/npm/v/@capacitor/app?style=flat-square)](https://www.npmjs.com/package/@capacitor/app)
2222
| [`@capacitor/browser`](https://capacitorjs.com/docs/apis/browser) | [`./browser`](./browser) | [![npm badge](https://img.shields.io/npm/v/@capacitor/browser?style=flat-square)](https://www.npmjs.com/package/@capacitor/browser)
23-
| [`@capacitor/camera`](https://capacitorjs.com/docs/apis/camera) | [`./camera`](./camera) | [![npm badge](https://img.shields.io/npm/v/@capacitor/camera?style=flat-square)](https://www.npmjs.com/package/@capacitor/camera)
2423
| [`@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)
2524
| [`@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)
2625
| [`@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)
@@ -45,6 +44,7 @@ These are official Capacitor plugins that are not contained in this repository.
4544
| --- | --- | --- |
4645
| [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) |
4746
| [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) |
47+
| [Camera](https://github.com/ionic-team/capacitor-camera) (*) | [`@capacitor/camera`](https://capacitorjs.com/docs/apis/camera) | [![npm badge](https://img.shields.io/npm/v/@capacitor/camera?style=flat-square)](https://www.npmjs.com/package/@capacitor/camera) |
4848
| [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) |
4949
| [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) |
5050
| [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) |

camera/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# ⓘ Plugin migrated
2+
3+
**From version 8.1.0 onwards, this plugin is now hosted in a separate repository. Refer to the [updated CHANGELOG](https://github.com/ionic-team/capacitor-camera/blob/main/CHANGELOG.md).**
4+
15
# Change Log
26

37
All notable changes to this project will be documented in this file.

camera/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# ⓘ Plugin migrated
2+
3+
**From version 8.1.0 onwards, this plugin is now hosted in a separate repository. Refer to [capacitor-camera repository](https://github.com/ionic-team/capacitor-camera).**
4+
5+
This file remains here to serve as documentation for version 8.0.2.
6+
17
# @capacitor/camera
28

39
The Camera API provides the ability to take a photo with the camera or choose an existing one from the photo album.

nx.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"{projectRoot}/app/dist",
1717
"{projectRoot}/app-launcher/dist",
1818
"{projectRoot}/browser/dist",
19-
"{projectRoot}/camera/dist",
2019
"{projectRoot}/clipboard/dist",
2120
"{projectRoot}/device/dist",
2221
"{projectRoot}/dialog/dist",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"app",
4747
"app-launcher",
4848
"browser",
49-
"camera",
5049
"clipboard",
5150
"device",
5251
"dialog",

0 commit comments

Comments
 (0)