Skip to content

Commit 9bf2376

Browse files
committed
5.1.2 release
1 parent 80b1237 commit 9bf2376

File tree

86 files changed

+2067
-2010
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+2067
-2010
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
# Change Log
44

5+
# [v5.1.2](https://github.com/framework7io/framework7/compare/v5.1.1...v5.1.2) - November 17, 2019
6+
* Core
7+
* Fixed issue when `.once` could be called more than once (#3322)
8+
* Navbar
9+
* Fixed issue when `scrollTopOnTitleClick` didn't work in iOS theme
10+
* Swiper - updated to latest 5.2.1
11+
* Core
12+
* New loop events `beforeLoopFix` and `loopFix`
13+
* New parameter `updateOnWindowResize` (by default `true`) that will update/recalc swiper on window resize/orientationchange
14+
* Mousewheel
15+
* Fixed scroll wheel unwanted frozen effect (#3328)
16+
* Thumbs
17+
* New `multipleActiveThumbs` (by default `true`) option to control whether multiple thumbnail slides may get activated or not.
18+
* Phenome
19+
* Navbar
20+
* Fixed issue when dynamically updating its classes/props could break its layout
21+
* Minor fixes
22+
523
# [v5.1.1](https://github.com/framework7io/framework7/compare/v5.1.0...v5.1.1) - November 3, 2019
624
* Core
725
* Calendar

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
"url": "https://github.com/framework7io/framework7/issues"
4040
},
4141
"homepage": "http://framework7.io/",
42+
"funding": {
43+
"type": "patreon",
44+
"url": "https://www.patreon.com/vladimirkharlampidi"
45+
},
4246
"browserslist": [
4347
"Android >= 7",
4448
"IOS >= 11",

packages/core/components/accordion.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)