Skip to content

Commit dbabd46

Browse files
committed
8.0.1
1 parent 6453249 commit dbabd46

5 files changed

Lines changed: 21 additions & 8 deletions

File tree

CHANGELOG.md

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

33
# Change Log
44

5+
# [8.0.1](https://github.com/framework7io/framework7/compare/v8.0.0...v8.0.1) (2023-04-06)
6+
7+
### Bug Fixes
8+
9+
- **data-table:** detach events on destroy ([396fdac](https://github.com/framework7io/framework7/commit/396fdac747ff223472e722ab77f1c594a953f008))
10+
11+
### Features
12+
13+
- **core:** prevent page scrolling during custom page transitions ([6453249](https://github.com/framework7io/framework7/commit/645324951a76274338ef33a813543de1b7f5ce2e))
14+
- **icon:** add class to Icon also specified in `icon` prop ([42b56fa](https://github.com/framework7io/framework7/commit/42b56fa4105017113b774017e80f0b2e0837c1a7))
15+
- **touch-ripple:** use blurred ripple wave on photo browser toolbar ([02b08b6](https://github.com/framework7io/framework7/commit/02b08b68f4b39e56c5baf84032c5448c088dbd1a))
16+
- update vue web types ([ee8c71d](https://github.com/framework7io/framework7/commit/ee8c71d4f6c16e16aaedbae823a09393ead3397c))
17+
518
# [8.0.0](https://github.com/framework7io/framework7/compare/v8.0.0...v7.1.5) (2023-04-03)
619

720
### Core

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.0.0",
3+
"version": "8.0.1",
44
"description": "Full featured mobile HTML framework for building iOS & Android apps",
55
"type": "module",
66
"exports": {
@@ -436,5 +436,5 @@
436436
"ssr-window": "^4.0.2",
437437
"swiper": "^9.2.0"
438438
},
439-
"releaseDate": "April 3, 2023"
439+
"releaseDate": "April 6, 2023"
440440
}

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.0.0",
3+
"version": "8.0.1",
44
"description": "Build full featured iOS & Android apps using Framework7 & React",
55
"type": "module",
66
"exports": {
@@ -47,5 +47,5 @@
4747
"type": "patreon",
4848
"url": "https://www.patreon.com/framework7"
4949
},
50-
"releaseDate": "April 3, 2023"
50+
"releaseDate": "April 6, 2023"
5151
}

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.0.0",
3+
"version": "8.0.1",
44
"description": "Build full featured iOS & Android apps using Framework7 & Svelte",
55
"type": "module",
66
"svelte": "./framework7-svelte.js",
@@ -46,5 +46,5 @@
4646
"type": "patreon",
4747
"url": "https://www.patreon.com/framework7"
4848
},
49-
"releaseDate": "April 3, 2023"
49+
"releaseDate": "April 6, 2023"
5050
}

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.0.0",
3+
"version": "8.0.1",
44
"description": "Build full featured iOS & Android apps using Framework7 & Vue",
55
"type": "module",
66
"exports": {
@@ -55,5 +55,5 @@
5555
"type": "patreon",
5656
"url": "https://www.patreon.com/framework7"
5757
},
58-
"releaseDate": "April 3, 2023"
58+
"releaseDate": "April 6, 2023"
5959
}

0 commit comments

Comments
 (0)