Skip to content

Commit ea6974a

Browse files
committed
9.0.5
1 parent 5c092a9 commit ea6974a

5 files changed

Lines changed: 20 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1+
2+
3+
14
# Change Log
25

6+
# [9.0.5](https://github.com/framework7io/framework7/compare/v9.0.4...v9.0.5) (2026-05-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **svelte:** include HTML attributes in component prop types ([b10e1f0](https://github.com/framework7io/framework7/commit/b10e1f028c2341a44168309d55bdc51980162751)), closes [#4385](https://github.com/framework7io/framework7/issues/4385)
12+
* **toolbar:** allow native scroll on scrollable tabbar in iOS theme ([5c092a9](https://github.com/framework7io/framework7/commit/5c092a9bd2a2e8f9a3358f7123b338ea75791a98)), closes [#4391](https://github.com/framework7io/framework7/issues/4391)
13+
14+
315
# [9.0.4](https://github.com/framework7io/framework7/compare/v9.0.3...v9.0.4) (2026-04-29)
416

517
### Features

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": "9.0.4",
3+
"version": "9.0.5",
44
"description": "Full featured mobile HTML framework for building iOS & Android apps",
55
"type": "module",
66
"exports": {
@@ -472,5 +472,5 @@
472472
"ssr-window": "^5.0.1",
473473
"swiper": "^12.0.3"
474474
},
475-
"releaseDate": "April 29, 2026"
475+
"releaseDate": "May 27, 2026"
476476
}

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": "9.0.4",
3+
"version": "9.0.5",
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": "April 29, 2026"
53+
"releaseDate": "May 27, 2026"
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": "9.0.4",
3+
"version": "9.0.5",
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": "April 29, 2026"
53+
"releaseDate": "May 27, 2026"
5454
}

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": "9.0.4",
3+
"version": "9.0.5",
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": "April 29, 2026"
64+
"releaseDate": "May 27, 2026"
6565
}

0 commit comments

Comments
 (0)