Skip to content

Commit

Permalink
8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Apr 6, 2023
1 parent 6453249 commit dbabd46
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

# Change Log

# [8.0.1](https://github.com/framework7io/framework7/compare/v8.0.0...v8.0.1) (2023-04-06)

### Bug Fixes

- **data-table:** detach events on destroy ([396fdac](https://github.com/framework7io/framework7/commit/396fdac747ff223472e722ab77f1c594a953f008))

### Features

- **core:** prevent page scrolling during custom page transitions ([6453249](https://github.com/framework7io/framework7/commit/645324951a76274338ef33a813543de1b7f5ce2e))
- **icon:** add class to Icon also specified in `icon` prop ([42b56fa](https://github.com/framework7io/framework7/commit/42b56fa4105017113b774017e80f0b2e0837c1a7))
- **touch-ripple:** use blurred ripple wave on photo browser toolbar ([02b08b6](https://github.com/framework7io/framework7/commit/02b08b68f4b39e56c5baf84032c5448c088dbd1a))
- update vue web types ([ee8c71d](https://github.com/framework7io/framework7/commit/ee8c71d4f6c16e16aaedbae823a09393ead3397c))

# [8.0.0](https://github.com/framework7io/framework7/compare/v8.0.0...v7.1.5) (2023-04-03)

### Core
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7",
"version": "8.0.0",
"version": "8.0.1",
"description": "Full featured mobile HTML framework for building iOS & Android apps",
"type": "module",
"exports": {
Expand Down Expand Up @@ -436,5 +436,5 @@
"ssr-window": "^4.0.2",
"swiper": "^9.2.0"
},
"releaseDate": "April 3, 2023"
"releaseDate": "April 6, 2023"
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7-react",
"version": "8.0.0",
"version": "8.0.1",
"description": "Build full featured iOS & Android apps using Framework7 & React",
"type": "module",
"exports": {
Expand Down Expand Up @@ -47,5 +47,5 @@
"type": "patreon",
"url": "https://www.patreon.com/framework7"
},
"releaseDate": "April 3, 2023"
"releaseDate": "April 6, 2023"
}
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7-svelte",
"version": "8.0.0",
"version": "8.0.1",
"description": "Build full featured iOS & Android apps using Framework7 & Svelte",
"type": "module",
"svelte": "./framework7-svelte.js",
Expand Down Expand Up @@ -46,5 +46,5 @@
"type": "patreon",
"url": "https://www.patreon.com/framework7"
},
"releaseDate": "April 3, 2023"
"releaseDate": "April 6, 2023"
}
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7-vue",
"version": "8.0.0",
"version": "8.0.1",
"description": "Build full featured iOS & Android apps using Framework7 & Vue",
"type": "module",
"exports": {
Expand Down Expand Up @@ -55,5 +55,5 @@
"type": "patreon",
"url": "https://www.patreon.com/framework7"
},
"releaseDate": "April 3, 2023"
"releaseDate": "April 6, 2023"
}

0 comments on commit dbabd46

Please sign in to comment.