Skip to content

Commit d4863d6

Browse files
committed
7.0.8 release
1 parent c2a2213 commit d4863d6

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
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+
# [7.0.8](https://github.com/framework7io/framework7/compare/v7.0.7...v7.0.8) (2022-09-14)
6+
7+
### Bug Fixes
8+
9+
- **core:** export internal $jsx helper for lazy components ([c2a2213](https://github.com/framework7io/framework7/commit/c2a2213520374abde4424e1ca8e62c9f788fd23a)), closes [#4072](https://github.com/framework7io/framework7/issues/4072)
10+
- **panel:** don't process backdrop if disabled ([c01b23c](https://github.com/framework7io/framework7/commit/c01b23cb9fd75df54e95aee2ccbec45ee0ca23d9)), closes [#4069](https://github.com/framework7io/framework7/issues/4069)
11+
- **swiper:** fix if loaded as lazy component ([32f3be9](https://github.com/framework7io/framework7/commit/32f3be99e0af0a08dac73e94cf6ced76a76bf7fb)), closes [#4073](https://github.com/framework7io/framework7/issues/4073)
12+
13+
### Features
14+
15+
- **core:** expose `Framework7.parseComponent` ([7b0aea0](https://github.com/framework7io/framework7/commit/7b0aea01f21e30c825e3e6d7ceea3716f010f3fc))
16+
517
# [7.0.7](https://github.com/framework7io/framework7/compare/v7.0.6...v0.0.0) (2022-07-15)
618

719
### Bug Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7",
3-
"version": "7.0.7",
3+
"version": "7.0.8",
44
"description": "Full featured mobile HTML framework for building iOS & Android apps",
55
"type": "module",
66
"exports": {

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-react",
3-
"version": "7.0.7",
3+
"version": "7.0.8",
44
"description": "Build full featured iOS & Android apps using Framework7 & React",
55
"type": "module",
66
"exports": {

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-svelte",
3-
"version": "7.0.7",
3+
"version": "7.0.8",
44
"description": "Build full featured iOS & Android apps using Framework7 & Svelte",
55
"type": "module",
66
"svelte": "./framework7-svelte.js",

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": "7.0.7",
5+
"version": "7.0.8",
66
"contributions": {
77
"html": {
88
"types-syntax": "typescript",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-vue",
3-
"version": "7.0.7",
3+
"version": "7.0.8",
44
"description": "Build full featured iOS & Android apps using Framework7 & Vue",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)