Skip to content

Commit c1ac6c7

Browse files
committedFeb 27, 2024
8.3.2
1 parent d6c60f8 commit c1ac6c7

File tree

6 files changed

+25
-16
lines changed

6 files changed

+25
-16
lines changed
 

‎CHANGELOG.md

+16-7
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,26 @@
22

33
# Change Log
44

5-
# [8.3.1](https://github.com/framework7io/framework7/compare/v8.3.0...v8.3.1) (2024-02-05)
5+
# [8.3.2](https://github.com/framework7io/framework7/compare/v8.3.1...v8.3.2) (2024-02-27)
6+
7+
### Bug Fixes
8+
9+
- **sheet:** correctly remove resize handler ([ffb5c8c](https://github.com/framework7io/framework7/commit/ffb5c8c5ba2ccb7921d3d931b66b3ad7546113a9)), closes [#4251](https://github.com/framework7io/framework7/issues/4251)
610

11+
### Features
12+
13+
- **core:** better error stack trace for router components ([d6c60f8](https://github.com/framework7io/framework7/commit/d6c60f834121e044cc7d1e83db6ae362518bed52)), closes [#4250](https://github.com/framework7io/framework7/issues/4250)
14+
15+
# [8.3.1](https://github.com/framework7io/framework7/compare/v8.3.0...v8.3.1) (2024-02-05)
716

817
### Bug Fixes
918

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)
19+
- **calendar:** fix param type of calendar parameter formatValue ([#4235](https://github.com/framework7io/framework7/issues/4235)) ([ac1f205](https://github.com/framework7io/framework7/commit/ac1f2053b504f5a898775cb6fb80f7513f8cc8ff))
20+
- **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))
21+
- **core:** replace references to obsolete addListener/removeListener ([#4221](https://github.com/framework7io/framework7/issues/4221)) ([4430722](https://github.com/framework7io/framework7/commit/443072262bcbf0755f4fed293df90d220af12f54))
22+
- **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)
23+
- **types:** correct exports for react, vue and svelte ([5b380eb](https://github.com/framework7io/framework7/commit/5b380eb3ee48107f1f3c95ef39203956c564e591))
24+
- **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)
1625

1726
# [8.3.0](https://github.com/framework7io/framework7/compare/v8.2.0...v8.3.0) (2023-08-18)
1827

‎packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7",
3-
"version": "8.3.1",
3+
"version": "8.3.2",
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": "February 5, 2024"
457+
"releaseDate": "February 27, 2024"
458458
}

‎packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-react",
3-
"version": "8.3.1",
3+
"version": "8.3.2",
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": "February 5, 2024"
53+
"releaseDate": "February 27, 2024"
5454
}

‎packages/svelte/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-svelte",
3-
"version": "8.3.1",
3+
"version": "8.3.2",
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": "February 5, 2024"
52+
"releaseDate": "February 27, 2024"
5353
}

‎packages/vue/framework7-vue-web-types.json

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

‎packages/vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-vue",
3-
"version": "8.3.1",
3+
"version": "8.3.2",
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": "February 5, 2024"
64+
"releaseDate": "February 27, 2024"
6565
}

0 commit comments

Comments
 (0)
Failed to load comments.