Skip to content

Commit 0dedbf9

Browse files
Version Packages (#40)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 081666a commit 0dedbf9

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

.changeset/ios-keyboard-avoidance.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

example/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# lynx-console-test
22

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [081666a]
8+
- lynx-console@0.5.0
9+
310
## 0.0.11
411

512
### Patch Changes

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lynx-console-test",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"type": "module",
55
"scripts": {
66
"build": "rspeedy build",

package/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# lynx-console
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 081666a: Add keyboard avoidance for inputs inside `BottomSheet`. When the on-screen keyboard appears, the sheet expands by the keyboard height (capped at the max) and adds matching bottom padding so `<input>` elements (e.g. search, REPL) stay visible above the keyboard on iOS and Android.
8+
39
## 0.4.0
410

511
### Minor Changes

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lynx-console",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"type": "module",
55
"sideEffects": [
66
"**/*.css"

0 commit comments

Comments
 (0)