Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Apr 3, 2023
1 parent 7ca9c57 commit 4adee5b
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

# Change Log

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

### Core

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -120,4 +120,4 @@
"vite": "^4.2.1",
"vue": "^3.2.47"
}
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "framework7",
"version": "8.0.0-beta.9",
"version": "8.0.0",
"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": "March 31, 2023"
"releaseDate": "April 3, 2023"
}
4 changes: 2 additions & 2 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "framework7-react",
"version": "8.0.0-beta.9",
"version": "8.0.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": "March 31, 2023"
"releaseDate": "April 3, 2023"
}
4 changes: 2 additions & 2 deletions packages/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "framework7-svelte",
"version": "8.0.0-beta.9",
"version": "8.0.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": "March 31, 2023"
"releaseDate": "April 3, 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.0.0-beta.9",
"version": "8.0.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.0.0-beta.9",
"version": "8.0.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": "March 31, 2023"
"releaseDate": "April 3, 2023"
}
4 changes: 3 additions & 1 deletion src/core/components/navbar/navbar.less
Expand Up @@ -191,7 +191,9 @@
}

// Transparent navbar
.navbar-transparent:not(.navbar-large):not(.navbar-transparent-visible):not(.with-searchbar-expandable-enabled) {
.navbar-transparent:not(.navbar-large):not(.navbar-transparent-visible):not(
.with-searchbar-expandable-enabled
) {
.navbar-bg,
.title {
opacity: 0;
Expand Down
4 changes: 3 additions & 1 deletion src/core/components/panel/panel.less
Expand Up @@ -35,7 +35,9 @@
overflow: visible;
transition-property: transform;
transition-duration: var(--f7-panel-transition-duration);
&:not(.panel-in):not(.panel-out):not(.panel-in-breakpoint):not(.panel-in-collapsed):not(.panel-in-swipe) {
&:not(.panel-in):not(.panel-out):not(.panel-in-breakpoint):not(.panel-in-collapsed):not(
.panel-in-swipe
) {
display: none;
}

Expand Down

0 comments on commit 4adee5b

Please sign in to comment.