Skip to content

Commit 01871cc

Browse files
author
Github Workflow (on behalf of OS-pedrogustavobilro)
committed
v2.1.0
1 parent e3de532 commit 01871cc

File tree

7 files changed

+5973
-6940
lines changed

7 files changed

+5973
-6940
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [2.1.0](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.0.4...v2.1.0) (2025-09-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **web:** enable back camera support in browser environment ([#85](https://github.com/ionic-team/capacitor-barcode-scanner/issues/85)) ([f0f81c4](https://github.com/ionic-team/capacitor-barcode-scanner/commit/f0f81c487d21316ff48d5bdf4acb4c0544c3c172))
12+
* **web:** ignore "No MultiFormat Readers" error ([#64](https://github.com/ionic-team/capacitor-barcode-scanner/issues/64)) ([29f0def](https://github.com/ionic-team/capacitor-barcode-scanner/commit/29f0defcc4cf88c2af21811c940a192023a3f3a7))
13+
14+
15+
### Features
16+
17+
* Use hint and return barcode format ([#86](https://github.com/ionic-team/capacitor-barcode-scanner/issues/86)) ([e3de532](https://github.com/ionic-team/capacitor-barcode-scanner/commit/e3de532351db36674c4f0f372b705d299f63b785))
18+
19+
20+
21+
22+
623
## [2.0.4](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.0.3...v2.0.4) (2025-08-20)
724

825
### Performance improvements

example-app/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [2.1.0](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.0.4...v2.1.0) (2025-09-09)
7+
8+
9+
### Features
10+
11+
* Use hint and return barcode format ([#86](https://github.com/ionic-team/capacitor-barcode-scanner/issues/86)) ([e3de532](https://github.com/ionic-team/capacitor-barcode-scanner/commit/e3de532351db36674c4f0f372b705d299f63b785))
12+
13+
14+
15+
16+
617
## [2.0.4](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.0.3...v2.0.4) (2025-08-20)
718

819
### Performance improvements

example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example-app",
33
"private": true,
4-
"version": "2.0.4",
4+
"version": "2.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"npmClient": "pnpm"
55
}

plugin/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [2.1.0](/compare/v2.0.4...v2.1.0) (2025-09-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **web:** enable back camera support in browser environment (#85) f0f81c4, closes #85
12+
* **web:** ignore "No MultiFormat Readers" error (#64) 29f0def, closes #64
13+
14+
15+
### Features
16+
17+
* Use hint and return barcode format (#86) e3de532, closes #86
18+
19+
20+
21+
22+
623
## [2.0.4](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.0.3...v2.0.4) (2025-08-20)
724

825
### Performance improvements

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/barcode-scanner",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "Capacitor plugin using Outsystems Barcode libs",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)