Skip to content

Commit 93190dd

Browse files
committed
7.0.0 release
1 parent 1f194ac commit 93190dd

File tree

2 files changed

+24
-17
lines changed

2 files changed

+24
-17
lines changed

CHANGELOG.md

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,41 @@
11
# Change Log
22

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
511

612
# [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
1219

1320
# [v2.0.0](https://github.com/framework7io/framework7/compare/v1.0.3...v2.0.0) - February 25, 2018
1421

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
1724

1825
# [v1.0.3](https://github.com/framework7io/framework7/compare/v1.0.2...v1.0.3) - August 22, 2015
1926

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
2229

2330
# [v1.0.2](https://github.com/framework7io/framework7/compare/v1.0.1...v1.0.2) - March 22, 2015
2431

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
2633

2734
# [v1.0.1](https://github.com/framework7io/framework7/compare/v1.0.0...v1.0.1) - February 4, 2015
2835

29-
* Fixed issues with activable dummy button
30-
* Fixed demo issues
36+
- Fixed issues with activable dummy button
37+
- Fixed demo issues
3138

3239
# v1.0.0 - February 2, 2015
3340

34-
* Initial release.
41+
- Initial release.

dist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-plugin-keypad",
3-
"version": "7.0.0-beta.1",
3+
"version": "7.0.0",
44
"description": "Keypad plugin extends Framework7 with additional custom keyboards",
55
"main": "framework7-keypad.js",
66
"jsnext:main": "framework7-keypad.esm.js",
@@ -40,4 +40,4 @@
4040
"engines": {
4141
"node": ">= 0.10.0"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)