Skip to content

Commit 964ecf6

Browse files
committed
6.3.16 release
1 parent 56765e5 commit 964ecf6

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

CHANGELOG.md

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

33
# Change Log
44

5+
# [6.3.16](https://github.com/framework7io/framework7/compare/v6.3.15...v6.3.16) (2022-02-10)
6+
7+
### Bug Fixes
8+
9+
- **list-index:** fix types for `indexes` param ([e94bb2b](https://github.com/framework7io/framework7/commit/e94bb2b07159d5add03577ec2b02b58c9617b81d)), closes [#3970](https://github.com/framework7io/framework7/issues/3970)
10+
- **popup:** types for `containerEl` prop ([a06e3aa](https://github.com/framework7io/framework7/commit/a06e3aa03d7d9ea90d97ccf462b3c6d3f3517516))
11+
- **router:** don't call enter/leave for stacked page preload ([56765e5](https://github.com/framework7io/framework7/commit/56765e55d38ba9996ec16fd0df162514bddd3747))
12+
- **router:** don't call enter/leave for stacked page preload ([d9416ef](https://github.com/framework7io/framework7/commit/d9416eff32aca27377c39a25d87d612e8fc5d2f7)), closes [#3975](https://github.com/framework7io/framework7/issues/3975)
13+
- **types:** add missing params to notification and toast open/close methods ([50b1504](https://github.com/framework7io/framework7/commit/50b150458d9260cfe99424f8a90d1b5203ad1784))
14+
515
# [6.3.15](https://github.com/framework7io/framework7/compare/v6.3.14...v6.3.15) (2022-01-19)
616

717
### 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.15",
3+
"version": "6.3.16",
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.15",
3+
"version": "6.3.16",
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.15",
3+
"version": "6.3.16",
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/framework7-vue-web-types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-04/schema#",
33
"framework": "vue",
44
"name": "framework7-vue",
5-
"version": "6.3.15",
5+
"version": "6.3.16",
66
"contributions": {
77
"html": {
88
"types-syntax": "typescript",

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.15",
3+
"version": "6.3.16",
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)