Skip to content

Commit 407394b

Browse files
committed
6.3.12 release
1 parent 1e2094e commit 407394b

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

CHANGELOG.md

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

33
# Change Log
44

5+
# [6.3.12](https://github.com/framework7io/framework7/compare/v6.3.11...v6.3.12) (2021-12-13)
6+
7+
### Bug Fixes
8+
9+
- **calendar:** remove `` char from calendar days for Chinese locale ([5f595f2](https://github.com/framework7io/framework7/commit/5f595f26d8c2f97fc9fc2a3e84dd99a20377b8a8)), closes [#3960](https://github.com/framework7io/framework7/issues/3960)
10+
- **popup:** add `pointer-events: none` to `popup-behind` state ([246e737](https://github.com/framework7io/framework7/commit/246e737d188a5d7d0c266cc21ad9a75ad4e78e2b))
11+
- **range:** add missing type definitions ([#3961](https://github.com/framework7io/framework7/issues/3961)) ([d3bc1b4](https://github.com/framework7io/framework7/commit/d3bc1b4f703c1a236c66620ab54679a164bb4010))
12+
13+
### Features
14+
15+
- **tabbar:** allow tabbar to have highlight in iOS theme with extra `tabbar-highlight` class ([3a141ad](https://github.com/framework7io/framework7/commit/3a141ad8cb1c349623f50680e4c5930d52b3517c))
16+
517
# [6.3.11](https://github.com/framework7io/framework7/compare/v6.3.10...v6.3.11) (2021-12-08)
618

719
### 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.11",
3+
"version": "6.3.12",
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.11",
3+
"version": "6.3.12",
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.11",
3+
"version": "6.3.12",
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.11",
5+
"version": "6.3.12",
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.11",
3+
"version": "6.3.12",
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)