|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -# [v3.0.0](https://github.com/framework7io/framework7/compare/v3.0.0...v3.0.1) - October 16, 2019 |
4 |
| - * Added support for bottom safe area |
| 3 | +# [v7.0.0](https://github.com/framework7io/framework7/compare/v3.0.1...v7.0.0) - April 19, 2022 |
| 4 | + |
| 5 | +- added compatibility with Framework7 v7 |
| 6 | +- moved to pure ESM package |
| 7 | + |
| 8 | +# [v3.0.1](https://github.com/framework7io/framework7/compare/v3.0.0...v3.0.1) - October 16, 2019 |
| 9 | + |
| 10 | +- Added support for bottom safe area |
5 | 11 |
|
6 | 12 | # [v3.0.0](https://github.com/framework7io/framework7/compare/v2.0.0...v3.0.0) - October 16, 2019
|
7 |
| - * Reworked click events to be fully compatible with Framework7 v5 making clicks more responsive without FastClicks |
8 |
| - * Added `backdrop` parameter to have more control over modal backdrop |
9 |
| - * Added CSS Custom Properties for easier colors customization |
10 |
| - * Package files renamed from `framework.keypad...` to `framework7-keypad...` |
11 |
| - * Minor fixes |
| 13 | + |
| 14 | +- Reworked click events to be fully compatible with Framework7 v5 making clicks more responsive without FastClicks |
| 15 | +- Added `backdrop` parameter to have more control over modal backdrop |
| 16 | +- Added CSS Custom Properties for easier colors customization |
| 17 | +- Package files renamed from `framework.keypad...` to `framework7-keypad...` |
| 18 | +- Minor fixes |
12 | 19 |
|
13 | 20 | # [v2.0.0](https://github.com/framework7io/framework7/compare/v1.0.3...v2.0.0) - February 25, 2018
|
14 | 21 |
|
15 |
| - * Reworked to be compatible with Framework7 v2 |
16 |
| - * Added ES module version |
| 22 | +- Reworked to be compatible with Framework7 v2 |
| 23 | +- Added ES module version |
17 | 24 |
|
18 | 25 | # [v1.0.3](https://github.com/framework7io/framework7/compare/v1.0.2...v1.0.3) - August 22, 2015
|
19 | 26 |
|
20 |
| - * New parameter `closeByOutsideClick` (enabled by default). Will close Keypad when you click outside target input |
21 |
| - * A bit improved support for Material theme |
| 27 | +- New parameter `closeByOutsideClick` (enabled by default). Will close Keypad when you click outside target input |
| 28 | +- A bit improved support for Material theme |
22 | 29 |
|
23 | 30 | # [v1.0.2](https://github.com/framework7io/framework7/compare/v1.0.1...v1.0.2) - March 22, 2015
|
24 | 31 |
|
25 |
| - * New parameter `onlyInPopover` (disabled by default). Enable it and Keypad will be always opened in Popover |
| 32 | +- New parameter `onlyInPopover` (disabled by default). Enable it and Keypad will be always opened in Popover |
26 | 33 |
|
27 | 34 | # [v1.0.1](https://github.com/framework7io/framework7/compare/v1.0.0...v1.0.1) - February 4, 2015
|
28 | 35 |
|
29 |
| - * Fixed issues with activable dummy button |
30 |
| - * Fixed demo issues |
| 36 | +- Fixed issues with activable dummy button |
| 37 | +- Fixed demo issues |
31 | 38 |
|
32 | 39 | # v1.0.0 - February 2, 2015
|
33 | 40 |
|
34 |
| - * Initial release. |
| 41 | +- Initial release. |
0 commit comments