Skip to content

Commit

Permalink
8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jun 12, 2023
1 parent f4c4c7e commit 69bc908
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 19 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,28 @@

# Change Log

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

### Bug Fixes

- **calendar:** fix range styles if same day selected ([84eaf76](https://github.com/framework7io/framework7/commit/84eaf76b46b20327018bee71f21da84e3ca095dc)), closes [#4191](https://github.com/framework7io/framework7/issues/4191)
- **core:** hide scrollbar where required in FireFix ([f4c4c7e](https://github.com/framework7io/framework7/commit/f4c4c7e90b1b4eb2a12a587219ba59ff275e9514)), closes [#4189](https://github.com/framework7io/framework7/issues/4189)
- **core:** translucent now applies in iOS theme not depending on iOS device ([06b8970](https://github.com/framework7io/framework7/commit/06b897020548ca73bea9c19f16a168834a3b7322))
- **messagebar:** fix `textareaId` to be passed to textarea element ([b3b10b2](https://github.com/framework7io/framework7/commit/b3b10b235421d7c5cde0ca54dfdddc45ac1d8f4c))
- **panel:** fix panel closed without transition when opened with swipe ([be8492c](https://github.com/framework7io/framework7/commit/be8492cba29bab92fbdaa53bc4aaf81377f180d1))
- **popover:** fix ignored `arrow` prop in Popover components ([feaa823](https://github.com/framework7io/framework7/commit/feaa8231798f60a72ea8a3049a2b389de178c3b6))
- **progressbar:** fix wrong style applied in Svelte component ([4604b1f](https://github.com/framework7io/framework7/commit/4604b1f861fdfe8d25b2a15696288b0d3e8f96bf)), closes [#4183](https://github.com/framework7io/framework7/issues/4183)
- **router:** fix for correct navigate if used route path format like `/:optionalParam(any+[regexp]+)?` ([#4179](https://github.com/framework7io/framework7/issues/4179)) ([6d40482](https://github.com/framework7io/framework7/commit/6d40482d0b526ce1c368b68d83bc7abfa52823df))
- **router:** fix routable modal destroy if modal route has `async` prop ([1234e78](https://github.com/framework7io/framework7/commit/1234e78967d3c9e9ea3055e7505d33ae4e8eb5db))
- **searchbar:** remove unused clear button layer ([4e13c36](https://github.com/framework7io/framework7/commit/4e13c36b201140cd41e9a83ca32368bd3dd44430))

### Features

- **list-index:** tweak label colors in MD theme ([b797d9b](https://github.com/framework7io/framework7/commit/b797d9bdc57785ec5358e7b5d003a7df57737236))
- **notification:** increase notifiaction transition duration and paddings in MD theme ([27f211e](https://github.com/framework7io/framework7/commit/27f211efe0fc4757e5abc39b9ad0c426e3172174))
- **picker:** full width single column picker scrolling ([04ca371](https://github.com/framework7io/framework7/commit/04ca371f929f25d6fd8f92aeac50ac8b39d6070a))
- **pull-to-refresh:** tweak md colors ([b014a34](https://github.com/framework7io/framework7/commit/b014a34229cf21528cb7b21b0ed3402e21c33997))

# [8.0.5](https://github.com/framework7io/framework7/compare/v8.0.4...v8.0.5) (2023-05-08)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions kitchen-sink/core/index.html
Expand Up @@ -10,7 +10,7 @@
<meta name="theme-color" content="#fff">
<meta http-equiv="Content-Security-Policy" content="default-src * 'self' 'unsafe-inline' 'unsafe-eval' data:">
<title>Framework7</title>
<link rel="stylesheet" href="../../build/core/framework7-bundle.css">
<link rel="stylesheet" href="../../packages/core/framework7-bundle.min.css">
<link rel="stylesheet" href="css/app.css">
<link rel="apple-touch-icon" href="img/f7-icon-square.png">
<link rel="icon" href="img/f7-icon.png">
Expand Down Expand Up @@ -104,7 +104,7 @@
</div>
<div class="view view-main view-init safe-areas" data-master-detail-breakpoint="768" data-url="/"></div>
</div>
<script src="../../build/core/framework7-bundle.js"></script>
<script src="../../packages/core/framework7-bundle.min.js"></script>
<script src="js/routes.js"></script>
<script src="js/store.js"></script>
<script src="js/app.js"></script>
Expand Down
11 changes: 3 additions & 8 deletions kitchen-sink/svelte/src/pages/segmented.svelte
@@ -1,12 +1,7 @@
<script>
import {
Page,
Navbar,
Block,
Segmented,
Button,
} from 'framework7-svelte';
let activeStrongButton = 0;
import { Page, Navbar, Block, Segmented, Button } from 'framework7-svelte';
let activeStrongButton = 0;
</script>

<!-- svelte-ignore a11y-invalid-attribute -->
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "framework7",
"version": "8.0.5",
"version": "8.1.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": "May 8, 2023"
"releaseDate": "June 12, 2023"
}
4 changes: 2 additions & 2 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "framework7-react",
"version": "8.0.5",
"version": "8.1.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": "May 8, 2023"
"releaseDate": "June 12, 2023"
}
4 changes: 2 additions & 2 deletions packages/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "framework7-svelte",
"version": "8.0.5",
"version": "8.1.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": "May 8, 2023"
"releaseDate": "June 12, 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.5",
"version": "8.1.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.5",
"version": "8.1.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": "May 8, 2023"
"releaseDate": "June 12, 2023"
}

0 comments on commit 69bc908

Please sign in to comment.