Skip to content

Commit e81268d

Browse files
committed
6.3.7 release
1 parent f208300 commit e81268d

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
# Change Log
44

5+
# [6.3.7](https://github.com/framework7io/framework7/compare/v6.3.6...v6.3.7) (2021-10-28)
6+
7+
### Bug Fixes
8+
9+
- **gauge:** fix update method types ([f1b75d5](https://github.com/framework7io/framework7/commit/f1b75d594d98e197f2060a2c9b5d14df517321b7)), closes [#3950](https://github.com/framework7io/framework7/issues/3950)
10+
- **searchbar:** searchByItem to use current `vl.items` ([68e4a09](https://github.com/framework7io/framework7/commit/68e4a0943494d379f4a8c0dfa0a5a535426df8f0)), closes [#3948](https://github.com/framework7io/framework7/issues/3948)
11+
12+
### Features
13+
14+
- **vue:** reactive `closeByBackdropClick`, `closeByOutsideClick` and `closeOnEscape` props in Sheet component ([db21896](https://github.com/framework7io/framework7/commit/db2189663951353d404d1c5f75c29fd6b408c860)), closes [#3949](https://github.com/framework7io/framework7/issues/3949)
15+
516
# [6.3.6](https://github.com/framework7io/framework7/compare/v6.3.5...v6.3.6) (2021-10-25)
617

718
### Bug Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7",
3-
"version": "6.3.6",
3+
"version": "6.3.7",
44
"description": "Full featured mobile HTML framework for building iOS & Android apps",
55
"main": "cjs/framework7.js",
66
"module": "esm/framework7.js",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-react",
3-
"version": "6.3.6",
3+
"version": "6.3.7",
44
"description": "Build full featured iOS & Android apps using Framework7 & React",
55
"main": "cjs/framework7-react.js",
66
"module": "esm/framework7-react.js",

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-svelte",
3-
"version": "6.3.6",
3+
"version": "6.3.7",
44
"description": "Build full featured iOS & Android apps using Framework7 & Svelte",
55
"main": "cjs/framework7-svelte.js",
66
"module": "esm/framework7-svelte.js",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-vue",
3-
"version": "6.3.6",
3+
"version": "6.3.7",
44
"description": "Build full featured iOS & Android apps using Framework7 & Vue",
55
"main": "cjs/framework7-vue.js",
66
"module": "esm/framework7-vue.js",

0 commit comments

Comments
 (0)