Skip to content

Commit ab379a7

Browse files
committed
8.3.3
1 parent 60f4641 commit ab379a7

File tree

6 files changed

+18
-9
lines changed

6 files changed

+18
-9
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+
# [8.3.3](https://github.com/framework7io/framework7/compare/v8.3.2...v8.3.3) (2024-03-25)
6+
7+
### Bug Fixes
8+
9+
- back navigation when no f7Page found ([41f65cd](https://github.com/framework7io/framework7/commit/41f65cdc2789c0e1525757d9e4200f5005afd92c))
10+
- disable cache for device-info on server ([800b586](https://github.com/framework7io/framework7/commit/800b5864ad8a6c28eb5b11e90ca728b70fbd9506)), closes [#4252](https://github.com/framework7io/framework7/issues/4252)
11+
- **svelte:** fix issue with React.CSSProperties in types ([74b1565](https://github.com/framework7io/framework7/commit/74b156507199ae0d22846cbb0be22ac71f32d312)), closes [#4255](https://github.com/framework7io/framework7/issues/4255)
12+
- **svelte:** fix svelte field in package ([60f4641](https://github.com/framework7io/framework7/commit/60f4641b1ccecbe03e81c97261d5b9ba059b4240)), closes [#4259](https://github.com/framework7io/framework7/issues/4259)
13+
514
# [8.3.2](https://github.com/framework7io/framework7/compare/v8.3.1...v8.3.2) (2024-02-27)
615

716
### Bug Fixes

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7",
3-
"version": "8.3.2",
3+
"version": "8.3.3",
44
"description": "Full featured mobile HTML framework for building iOS & Android apps",
55
"type": "module",
66
"exports": {
@@ -454,5 +454,5 @@
454454
"ssr-window": "^4.0.2",
455455
"swiper": "^10.2.0"
456456
},
457-
"releaseDate": "February 27, 2024"
457+
"releaseDate": "March 25, 2024"
458458
}

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-react",
3-
"version": "8.3.2",
3+
"version": "8.3.3",
44
"description": "Build full featured iOS & Android apps using Framework7 & React",
55
"type": "module",
66
"exports": {
@@ -50,5 +50,5 @@
5050
"type": "patreon",
5151
"url": "https://www.patreon.com/framework7"
5252
},
53-
"releaseDate": "February 27, 2024"
53+
"releaseDate": "March 25, 2024"
5454
}

packages/svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-svelte",
3-
"version": "8.3.2",
3+
"version": "8.3.3",
44
"description": "Build full featured iOS & Android apps using Framework7 & Svelte",
55
"type": "module",
66
"svelte": "./framework7-svelte.js",
@@ -50,5 +50,5 @@
5050
"type": "patreon",
5151
"url": "https://www.patreon.com/framework7"
5252
},
53-
"releaseDate": "February 27, 2024"
53+
"releaseDate": "March 25, 2024"
5454
}

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": "8.3.2",
5+
"version": "8.3.3",
66
"contributions": {
77
"html": {
88
"types-syntax": "typescript",

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-vue",
3-
"version": "8.3.2",
3+
"version": "8.3.3",
44
"description": "Build full featured iOS & Android apps using Framework7 & Vue",
55
"type": "module",
66
"exports": {
@@ -61,5 +61,5 @@
6161
"type": "patreon",
6262
"url": "https://www.patreon.com/framework7"
6363
},
64-
"releaseDate": "February 27, 2024"
64+
"releaseDate": "March 25, 2024"
6565
}

0 commit comments

Comments
 (0)