Skip to content

Commit 3d188cd

Browse files
committed
5.7.6 release
1 parent eb605a7 commit 3d188cd

Some content is hidden

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

60 files changed

+352
-174
lines changed

CHANGELOG.md

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

33
# Change Log
44

5+
# [v5.7.6](https://github.com/framework7io/framework7/compare/v5.7.5...v5.7.6) - June 1, 2020
6+
* Core
7+
* Range slider
8+
* Fix for better handling touch events on Windows
9+
* Router
10+
* Fixed issue with parsing route params for Master Detail master page when navigating directly to detail page
11+
* Tabs
12+
* Automatically set initial animated tab position based on `tab-active` class
13+
* React/Svelte/Vue
14+
* ListItem
15+
* Added `smartSelectInstance()` method to get Smart Select instance in Svelte
16+
* Added `virtualListInstance()` methods to get Virtual List instance in Svelte
17+
* ListInput
18+
* Auto update Color Picker and Calendar params on `calendarParams` and `colorPickerParams` props changes
19+
* Minor fixes
20+
521
# [v5.7.5](https://github.com/framework7io/framework7/compare/v5.7.2...v5.7.5) - May 16, 2020
622
* Core
723
* Input

packages/core/components/panel.js

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

packages/core/components/panel/resizable-panel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ function resizablePanel(panel) {
117117
}
118118
$el.removeClass('panel-resizing');
119119
Utils.nextFrame(() => {
120-
if (visibleByBreakpoint) return;
121120
$el.transition('');
122121
if (effect === 'reveal') {
123122
$backdropEl.transition('');

packages/core/components/range.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)