Skip to content

Commit 884a8ec

Browse files
committed
8.3.1
1 parent 7acde80 commit 884a8ec

File tree

8 files changed

+26
-13
lines changed

8 files changed

+26
-13
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ src/core/framework7.js
1313
src/core/framework7-lite.js
1414
src/core/modules/demo-module.js
1515
src/core/modules/component/snabbdom
16+
src/core/shared/material-color-utils.js
1617
woff2
1718

1819
src/vue-temp

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+
# [8.3.1](https://github.com/framework7io/framework7/compare/v8.3.0...v8.3.1) (2024-02-05)
6+
7+
8+
### Bug Fixes
9+
10+
* **calendar:** fix param type of calendar parameter formatValue ([#4235](https://github.com/framework7io/framework7/issues/4235)) ([ac1f205](https://github.com/framework7io/framework7/commit/ac1f2053b504f5a898775cb6fb80f7513f8cc8ff))
11+
* **core:** insert theme stylesheet first to allow overriding ([#4219](https://github.com/framework7io/framework7/issues/4219)) ([#4220](https://github.com/framework7io/framework7/issues/4220)) ([c02e90d](https://github.com/framework7io/framework7/commit/c02e90da66c284f16eae11bd01284b98e844047e))
12+
* **core:** replace references to obsolete addListener/removeListener ([#4221](https://github.com/framework7io/framework7/issues/4221)) ([4430722](https://github.com/framework7io/framework7/commit/443072262bcbf0755f4fed293df90d220af12f54))
13+
* **sortable:** Prevent touchscreen scrolling conflict via touch-action ([#4227](https://github.com/framework7io/framework7/issues/4227)) ([0505835](https://github.com/framework7io/framework7/commit/0505835f00466765c4ed20dfbd0669b1c1c26b10)), closes [#4178](https://github.com/framework7io/framework7/issues/4178)
14+
* **types:** correct exports for react, vue and svelte ([5b380eb](https://github.com/framework7io/framework7/commit/5b380eb3ee48107f1f3c95ef39203956c564e591))
15+
* **types:** fix missing types ([#4231](https://github.com/framework7io/framework7/issues/4231)) ([734ab0a](https://github.com/framework7io/framework7/commit/734ab0ab8573c62ff82b782172162849454f137d)), closes [#4181](https://github.com/framework7io/framework7/issues/4181)
16+
517
# [8.3.0](https://github.com/framework7io/framework7/compare/v8.2.0...v8.3.0) (2023-08-18)
618

719
### Bug Fixes

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"description": "Full featured mobile HTML framework for building iOS & Android apps",
55
"type": "module",
66
"exports": {
@@ -454,5 +454,5 @@
454454
"ssr-window": "^4.0.2",
455455
"swiper": "^10.2.0"
456456
},
457-
"releaseDate": "August 18, 2023"
457+
"releaseDate": "February 5, 2024"
458458
}

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-react",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"description": "Build full featured iOS & Android apps using Framework7 & React",
55
"type": "module",
66
"exports": {
@@ -50,5 +50,5 @@
5050
"type": "patreon",
5151
"url": "https://www.patreon.com/framework7"
5252
},
53-
"releaseDate": "August 18, 2023"
53+
"releaseDate": "February 5, 2024"
5454
}

packages/svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-svelte",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"description": "Build full featured iOS & Android apps using Framework7 & Svelte",
55
"type": "module",
66
"svelte": "./framework7-svelte.js",
@@ -49,5 +49,5 @@
4949
"type": "patreon",
5050
"url": "https://www.patreon.com/framework7"
5151
},
52-
"releaseDate": "August 18, 2023"
52+
"releaseDate": "February 5, 2024"
5353
}

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

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-vue",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"description": "Build full featured iOS & Android apps using Framework7 & Vue",
55
"type": "module",
66
"exports": {
@@ -61,5 +61,5 @@
6161
"type": "patreon",
6262
"url": "https://www.patreon.com/framework7"
6363
},
64-
"releaseDate": "August 18, 2023"
64+
"releaseDate": "February 5, 2024"
6565
}

src/core/components/app/app-class.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ class Framework7 extends Framework7Class {
198198
const app = this;
199199
const html = document.querySelector('html');
200200
if (app.mq.dark && app.mq.light) {
201-
app.mq.dark.addEventListener("change", app.colorSchemeListener);
202-
app.mq.light.addEventListener("change", app.colorSchemeListener);
201+
app.mq.dark.addEventListener('change', app.colorSchemeListener);
202+
app.mq.light.addEventListener('change', app.colorSchemeListener);
203203
}
204204
if (app.mq.dark && app.mq.dark.matches) {
205205
html.classList.add('dark');
@@ -216,8 +216,8 @@ class Framework7 extends Framework7Class {
216216
const window = getWindow();
217217
if (!window.matchMedia) return;
218218
const app = this;
219-
if (app.mq.dark) app.mq.dark.removeEventListener("change", app.colorSchemeListener);
220-
if (app.mq.light) app.mq.light.removeEventListener("change", app.colorSchemeListener);
219+
if (app.mq.dark) app.mq.dark.removeEventListener('change', app.colorSchemeListener);
220+
if (app.mq.light) app.mq.light.removeEventListener('change', app.colorSchemeListener);
221221
}
222222

223223
setDarkMode(mode) {

0 commit comments

Comments
 (0)