Skip to content

Commit cea5937

Browse files
committed
8.2.0
1 parent f4b24bc commit cea5937

File tree

6 files changed

+22
-10
lines changed

6 files changed

+22
-10
lines changed

CHANGELOG.md

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

33
# Change Log
44

5+
# [8.2.0](https://github.com/framework7io/framework7/compare/v8.1.0...v8.2.0) (2023-07-06)
6+
7+
### Bug Fixes
8+
9+
- **inputs:** fixed outline input without label misalignment ([81d2757](https://github.com/framework7io/framework7/commit/81d2757676609a2a79b85aeb586bf14489c0a449))
10+
- **list-view:** add "list" slot in Vue component ([f4b24bc](https://github.com/framework7io/framework7/commit/f4b24bc489ce0b3f65bcd191407600b1f993b547)), closes [#4201](https://github.com/framework7io/framework7/issues/4201) [#4195](https://github.com/framework7io/framework7/issues/4195)
11+
12+
### Features
13+
14+
- **panel:** limit resizable to max 100% width and support resizable floating panels ([27ae4e1](https://github.com/framework7io/framework7/commit/27ae4e12cf232387390f2a795d365019fb086eba))
15+
- **swiper:** update to Swiper v10 ([b6cb30a](https://github.com/framework7io/framework7/commit/b6cb30a680a49ebb3dcc9ed931e0789bb41c6d37))
16+
517
# [8.1.0](https://github.com/framework7io/framework7/compare/v8.0.5...v8.1.0) (2023-06-12)
618

719
### Bug Fixes

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7",
3-
"version": "8.1.0",
3+
"version": "8.2.0",
44
"description": "Full featured mobile HTML framework for building iOS & Android apps",
55
"type": "module",
66
"exports": {
@@ -434,7 +434,7 @@
434434
"path-to-regexp": "^6.2.0",
435435
"skeleton-elements": "^4.0.1",
436436
"ssr-window": "^4.0.2",
437-
"swiper": "^9.2.0"
437+
"swiper": "^10.0.3"
438438
},
439-
"releaseDate": "June 12, 2023"
439+
"releaseDate": "July 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.1.0",
3+
"version": "8.2.0",
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": "June 12, 2023"
50+
"releaseDate": "July 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.1.0",
3+
"version": "8.2.0",
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": "June 12, 2023"
49+
"releaseDate": "July 6, 2023"
5050
}

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.1.0",
5+
"version": "8.2.0",
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.1.0",
3+
"version": "8.2.0",
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": "June 12, 2023"
58+
"releaseDate": "July 6, 2023"
5959
}

0 commit comments

Comments
 (0)