Skip to content

Commit ff6abc4

Browse files
chore(release): 8.0.0 [skip ci]
# [8.0.0](v7.0.3...v8.0.0) (2025-12-08) ### Bug Fixes * **android:** Adjust WebView sizing during keyboard size changes ([ae75247](ae75247)) * **android:** use 'propName = value' assignment syntax in build.gradle files ([37b39b0](37b39b0)) ### feature * Capacitor 8 support ([f8c21ef](f8c21ef)) ### BREAKING CHANGES * Capacitor 8 requires major update
1 parent 17e3ac3 commit ff6abc4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [8.0.0](https://github.com/ionic-team/capacitor-keyboard/compare/v7.0.3...v8.0.0) (2025-12-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** Adjust WebView sizing during keyboard size changes ([ae75247](https://github.com/ionic-team/capacitor-keyboard/commit/ae752478ffece97f2693e9f323ec9be8f3cae8bd))
7+
* **android:** use 'propName = value' assignment syntax in build.gradle files ([37b39b0](https://github.com/ionic-team/capacitor-keyboard/commit/37b39b0c649ee9fb803d05accbb8a5160f10f7b5))
8+
9+
10+
### feature
11+
12+
* Capacitor 8 support ([f8c21ef](https://github.com/ionic-team/capacitor-keyboard/commit/f8c21ef521de3ae9c8fda8aae52dac2c4b8343e7))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* Capacitor 8 requires major update
18+
119
# [8.0.0-next.4](https://github.com/ionic-team/capacitor-keyboard/compare/v8.0.0-next.3...v8.0.0-next.4) (2025-11-17)
220

321
* **ios:** Minor updates to Package.swift

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/keyboard",
3-
"version": "8.0.0-next.4",
3+
"version": "8.0.0",
44
"description": "The Keyboard API provides keyboard display and visibility control, along with event tracking when the keyboard shows and hides.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)