From cea593791b8e9c16b5a1d5f1b013977b997d71b8 Mon Sep 17 00:00:00 2001 From: Vladimir Kharlampidi Date: Thu, 6 Jul 2023 13:11:19 +0300 Subject: [PATCH] 8.2.0 --- CHANGELOG.md | 12 ++++++++++++ packages/core/package.json | 6 +++--- packages/react/package.json | 4 ++-- packages/svelte/package.json | 4 ++-- packages/vue/framework7-vue-web-types.json | 2 +- packages/vue/package.json | 4 ++-- 6 files changed, 22 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffad3f287b..d73492c5e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index d408e7c973..24084c034c 100644 --- a/packages/core/package.json +++ b/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": { @@ -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" } diff --git a/packages/react/package.json b/packages/react/package.json index 602d53fe02..2da761e728 100644 --- a/packages/react/package.json +++ b/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": { @@ -47,5 +47,5 @@ "type": "patreon", "url": "https://www.patreon.com/framework7" }, - "releaseDate": "June 12, 2023" + "releaseDate": "July 6, 2023" } \ No newline at end of file diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 8ef380157b..b09de140f7 100644 --- a/packages/svelte/package.json +++ b/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", @@ -46,5 +46,5 @@ "type": "patreon", "url": "https://www.patreon.com/framework7" }, - "releaseDate": "June 12, 2023" + "releaseDate": "July 6, 2023" } \ No newline at end of file diff --git a/packages/vue/framework7-vue-web-types.json b/packages/vue/framework7-vue-web-types.json index 2a5876d27b..af1f710ccc 100644 --- a/packages/vue/framework7-vue-web-types.json +++ b/packages/vue/framework7-vue-web-types.json @@ -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", diff --git a/packages/vue/package.json b/packages/vue/package.json index 80485e671b..4b2d45ea8a 100644 --- a/packages/vue/package.json +++ b/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": { @@ -55,5 +55,5 @@ "type": "patreon", "url": "https://www.patreon.com/framework7" }, - "releaseDate": "June 12, 2023" + "releaseDate": "July 6, 2023" } \ No newline at end of file