Skip to content

Commit 093ecf6

Browse files
committed
7.1.3
1 parent 74aa9d8 commit 093ecf6

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

CHANGELOG.md

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

33
# Change Log
44

5+
# [7.1.3](https://github.com/framework7io/framework7/compare/v7.1.2...v7.1.3) (2023-02-02)
6+
7+
### Bug Fixes
8+
9+
- **panel:** fix panel close routine if it was closed immediately ([#4127](https://github.com/framework7io/framework7/issues/4127)) ([74aa9d8](https://github.com/framework7io/framework7/commit/74aa9d88c54697b95f8e60985438cf323a228c50)), closes [#4108](https://github.com/framework7io/framework7/issues/4108)
10+
- **popover:** disable safe areas in popover ([5d5bce6](https://github.com/framework7io/framework7/commit/5d5bce64f3f9c4b90fc473870ace9efc342a1c0c))
11+
- **router:** keep router props history if page was loaded with passed `props` ([5ad3d8a](https://github.com/framework7io/framework7/commit/5ad3d8a995ab303a76c0f50ceae58af39426c8dd))
12+
- **svelte:** fix custom icon classes ([06b406c](https://github.com/framework7io/framework7/commit/06b406c7803592892deb7b55b15e34530b6f2269)), closes [#4126](https://github.com/framework7io/framework7/issues/4126)
13+
514
# [7.1.2](https://github.com/framework7io/framework7/compare/v7.1.1...v7.1.2) (2023-01-18)
615

716
### 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": "7.1.2",
3+
"version": "7.1.3",
44
"description": "Full featured mobile HTML framework for building iOS & Android apps",
55
"type": "module",
66
"exports": {

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": "7.1.2",
3+
"version": "7.1.3",
44
"description": "Build full featured iOS & Android apps using Framework7 & React",
55
"type": "module",
66
"exports": {

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": "7.1.2",
3+
"version": "7.1.3",
44
"description": "Build full featured iOS & Android apps using Framework7 & Svelte",
55
"type": "module",
66
"svelte": "./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": "7.1.2",
5+
"version": "7.1.3",
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": "7.1.2",
3+
"version": "7.1.3",
44
"description": "Build full featured iOS & Android apps using Framework7 & Vue",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)