Skip to content

Commit

Permalink
8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jul 6, 2023
1 parent f4b24bc commit cea5937
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

# Change Log

# [8.2.0](https://github.com/framework7io/framework7/compare/v8.1.0...v8.2.0) (2023-07-06)

### Bug Fixes

- **inputs:** fixed outline input without label misalignment ([81d2757](https://github.com/framework7io/framework7/commit/81d2757676609a2a79b85aeb586bf14489c0a449))
- **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)

### Features

- **panel:** limit resizable to max 100% width and support resizable floating panels ([27ae4e1](https://github.com/framework7io/framework7/commit/27ae4e12cf232387390f2a795d365019fb086eba))
- **swiper:** update to Swiper v10 ([b6cb30a](https://github.com/framework7io/framework7/commit/b6cb30a680a49ebb3dcc9ed931e0789bb41c6d37))

# [8.1.0](https://github.com/framework7io/framework7/compare/v8.0.5...v8.1.0) (2023-06-12)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "framework7",
"version": "8.1.0",
"version": "8.2.0",
"description": "Full featured mobile HTML framework for building iOS & Android apps",
"type": "module",
"exports": {
Expand Down Expand Up @@ -434,7 +434,7 @@
"path-to-regexp": "^6.2.0",
"skeleton-elements": "^4.0.1",
"ssr-window": "^4.0.2",
"swiper": "^9.2.0"
"swiper": "^10.0.3"
},
"releaseDate": "June 12, 2023"
"releaseDate": "July 6, 2023"
}
4 changes: 2 additions & 2 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "framework7-react",
"version": "8.1.0",
"version": "8.2.0",
"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": "June 12, 2023"
"releaseDate": "July 6, 2023"
}
4 changes: 2 additions & 2 deletions packages/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "framework7-svelte",
"version": "8.1.0",
"version": "8.2.0",
"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": "June 12, 2023"
"releaseDate": "July 6, 2023"
}
2 changes: 1 addition & 1 deletion packages/vue/framework7-vue-web-types.json
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"framework": "vue",
"name": "framework7-vue",
"version": "8.1.0",
"version": "8.2.0",
"contributions": {
"html": {
"types-syntax": "typescript",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "framework7-vue",
"version": "8.1.0",
"version": "8.2.0",
"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": "June 12, 2023"
"releaseDate": "July 6, 2023"
}

0 comments on commit cea5937

Please sign in to comment.