Skip to content

Commit 2a6cdd7

Browse files
committed
9.0.3
1 parent ce78c34 commit 2a6cdd7

File tree

7 files changed

+30
-8
lines changed

7 files changed

+30
-8
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,8 @@ build/vue/components
5555
src/vue-temp/*.js
5656

5757
woff2/
58+
59+
.claude
60+
.agents
61+
.codex
62+
.gemini

.prettierignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ src/vue-temp
1414
src/core/shared/material-color-utils.js
1515
src/material-color-utilities
1616
.nova
17+
.claude
18+
.agents
19+
.codex
20+
.gemini
1721
package.json

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
# [9.0.3](https://github.com/framework7io/framework7/compare/v9.0.2...v9.0.3) (2026-02-13)
4+
5+
### Bug Fixes
6+
7+
- **calendar:** fix dateFormat overrides ([d8e8167](https://github.com/framework7io/framework7/commit/d8e8167dc2753bb080024c51689dea30f955272a)), closes [#4374](https://github.com/framework7io/framework7/issues/4374)
8+
- **calendar:** fix wrong nested popover position in MD theme ([783a92f](https://github.com/framework7io/framework7/commit/783a92fecf17f55c13f98707ada149a656ec9801))
9+
- **calendar:** fixes calendar nested picker closes calendar ([18b0030](https://github.com/framework7io/framework7/commit/18b0030e2e45594d44d3836fc4272251ea32225e)), closes [#4378](https://github.com/framework7io/framework7/issues/4378)
10+
- **data-table:** styles for data-table sorting ([5f9e33b](https://github.com/framework7io/framework7/commit/5f9e33b9d4b4fadbf54f8f8396869658989d01a1)), closes [#4377](https://github.com/framework7io/framework7/issues/4377)
11+
- **dialog:** fix button color ignored in iOS theme ([ce78c34](https://github.com/framework7io/framework7/commit/ce78c34f37db516f8223597c92024de68e517934)), closes [#4373](https://github.com/framework7io/framework7/issues/4373)
12+
- **popover:** restore scrolling on popover by disabling touch highlight on it ([4881641](https://github.com/framework7io/framework7/commit/488164110e88f1cee4529fcb3990bd1182fec6da)), closes [#4355](https://github.com/framework7io/framework7/issues/4355)
13+
- **svelte:** add inputmode param to input ([#4379](https://github.com/framework7io/framework7/issues/4379)) ([11ce150](https://github.com/framework7io/framework7/commit/11ce1503ab22f2dae1a44fcc34b81f1118e5f791))
14+
- **tabbar:** correctly handle pointercancel ([a620a99](https://github.com/framework7io/framework7/commit/a620a999b280511d5f3e7a1d497a85369b7249bc)), closes [#4380](https://github.com/framework7io/framework7/issues/4380) [#4381](https://github.com/framework7io/framework7/issues/4381)
15+
316
# [9.0.2](https://github.com/framework7io/framework7/compare/v9.0.1...v9.0.2) (2025-12-05)
417

518
### 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": "9.0.2",
3+
"version": "9.0.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": "^5.0.1",
455455
"swiper": "^12.0.3"
456456
},
457-
"releaseDate": "December 5, 2025"
457+
"releaseDate": "February 13, 2026"
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": "9.0.2",
3+
"version": "9.0.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": "December 5, 2025"
53+
"releaseDate": "February 13, 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.2",
3+
"version": "9.0.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": "December 5, 2025"
53+
"releaseDate": "February 13, 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.2",
3+
"version": "9.0.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": "December 5, 2025"
64+
"releaseDate": "February 13, 2026"
6565
}

0 commit comments

Comments
 (0)