Skip to content

Commit

Permalink
Keyboard fixes, window.resize events - issue #125 #127
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-rr committed Jan 28, 2021
1 parent d18fb57 commit 29a8a53
Show file tree
Hide file tree
Showing 14 changed files with 258 additions and 162 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.2.4] - 2021-01-28

### Enhancements
- Keyboard will move pane up, only if focused element is child of Pane
- `window.resize` events are now automatically managed [#127](https://github.com/roman-rr/cupertino-pane/issues/127)

### Bug Fixes
- Fixed `currentBreak()` method
- Fixed and improved keyboard events [#125](https://github.com/roman-rr/cupertino-pane/issues/125)

## [1.2.3] - 2021-01-22

### Features
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,7 @@ By default, we are now handle keyboard in hybrid mobile applications and push pa
If you would like handle this part by yourself, set option `handleKeyboard: false`.

## Future Goals
- [Issues] Handle keyboard only for Pane inputs, #125, #127
- [Docs] ($150 budget) -> Package branding
- [Code] Fix immutable issue in breakpoint class
- [Accurance] Draw experiment application (Normal/TimeStamp/Native) - Native Touch Plugin
- [Docs] (Traffic + Carbon ads) -> Docs engine (F7, Netlify, Gatsby, GH pages)
- [Showcase] Apple Music F7
Expand Down
123 changes: 74 additions & 49 deletions dist/cupertino-pane.esm.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cupertino-pane.esm.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 29a8a53

Please sign in to comment.