Skip to content

Commit

Permalink
5.7.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jun 1, 2020
1 parent eb605a7 commit 3d188cd
Show file tree
Hide file tree
Showing 60 changed files with 352 additions and 174 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

# Change Log

# [v5.7.6](https://github.com/framework7io/framework7/compare/v5.7.5...v5.7.6) - June 1, 2020
* Core
* Range slider
* Fix for better handling touch events on Windows
* Router
* Fixed issue with parsing route params for Master Detail master page when navigating directly to detail page
* Tabs
* Automatically set initial animated tab position based on `tab-active` class
* React/Svelte/Vue
* ListItem
* Added `smartSelectInstance()` method to get Smart Select instance in Svelte
* Added `virtualListInstance()` methods to get Virtual List instance in Svelte
* ListInput
* Auto update Color Picker and Calendar params on `calendarParams` and `colorPickerParams` props changes
* Minor fixes

# [v5.7.5](https://github.com/framework7io/framework7/compare/v5.7.2...v5.7.5) - May 16, 2020
* Core
* Input
Expand Down
2 changes: 1 addition & 1 deletion packages/core/components/panel.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion packages/core/components/panel/resizable-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ function resizablePanel(panel) {
}
$el.removeClass('panel-resizing');
Utils.nextFrame(() => {
if (visibleByBreakpoint) return;
$el.transition('');
if (effect === 'reveal') {
$backdropEl.transition('');
Expand Down
2 changes: 1 addition & 1 deletion packages/core/components/range.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d188cd

Please sign in to comment.