Skip to content

Commit 8fd3c20

Browse files
committed
3.6.2 release
1 parent 7624130 commit 8fd3c20

Some content is hidden

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

41 files changed

+113
-106
lines changed

CHANGELOG.md

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

33
# Change Log
44

5+
# [v3.6.2](https://github.com/framework7io/framework7/compare/v3.6.1...v3.6.2) - December 11, 2018
6+
* Core
7+
* View
8+
* Fixed wrong type for `name` parameter in typescript definitions
9+
* Phenome
10+
* Message - fixed wrong click handler target
11+
512
# [v3.6.1](https://github.com/framework7io/framework7/compare/v3.6.0...v3.6.1) - December 10, 2018
613
* Phenome (React / Vue)
714
* Tabs - fixed issue with broken Animated/Swipeable tabs

packages/core/components/view/view.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export namespace View {
2828
}
2929
interface Parameters {
3030
/** View name. If view was created with name, then it may be accessed via app.views.[name] */
31-
name?: boolean
31+
name?: string
3232
/** Specify whether this is View is main or not. If not passed then will be determined based on whether its element has view-main class or not */
3333
main?: boolean
3434
/** Set to false to disable view router */

packages/core/css/framework7-lazy.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/**
2-
* Framework7 3.6.1
2+
* Framework7 3.6.2
33
* Full featured mobile HTML framework for building iOS & Android apps
44
* http://framework7.io/
55
*
66
* Copyright 2014-2018 Vladimir Kharlampidi
77
*
88
* Released under the MIT License
99
*
10-
* Released on: December 10, 2018
10+
* Released on: December 11, 2018
1111
*/
1212
html,
1313
body,

packages/core/css/framework7-lazy.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/css/framework7-lazy.rtl.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/**
2-
* Framework7 3.6.1
2+
* Framework7 3.6.2
33
* Full featured mobile HTML framework for building iOS & Android apps
44
* http://framework7.io/
55
*
66
* Copyright 2014-2018 Vladimir Kharlampidi
77
*
88
* Released under the MIT License
99
*
10-
* Released on: December 10, 2018
10+
* Released on: December 11, 2018
1111
*/
1212
html {
1313
direction: rtl;

packages/core/css/framework7-lazy.rtl.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/css/framework7.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/**
2-
* Framework7 3.6.1
2+
* Framework7 3.6.2
33
* Full featured mobile HTML framework for building iOS & Android apps
44
* http://framework7.io/
55
*
66
* Copyright 2014-2018 Vladimir Kharlampidi
77
*
88
* Released under the MIT License
99
*
10-
* Released on: December 10, 2018
10+
* Released on: December 11, 2018
1111
*/
1212
html,
1313
body,

packages/core/css/framework7.ios.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/**
2-
* Framework7 3.6.1
2+
* Framework7 3.6.2
33
* Full featured mobile HTML framework for building iOS & Android apps
44
* http://framework7.io/
55
*
66
* Copyright 2014-2018 Vladimir Kharlampidi
77
*
88
* Released under the MIT License
99
*
10-
* Released on: December 10, 2018
10+
* Released on: December 11, 2018
1111
*/
1212
html,
1313
body,

packages/core/css/framework7.ios.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/css/framework7.md.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/**
2-
* Framework7 3.6.1
2+
* Framework7 3.6.2
33
* Full featured mobile HTML framework for building iOS & Android apps
44
* http://framework7.io/
55
*
66
* Copyright 2014-2018 Vladimir Kharlampidi
77
*
88
* Released under the MIT License
99
*
10-
* Released on: December 10, 2018
10+
* Released on: December 11, 2018
1111
*/
1212
html,
1313
body,

0 commit comments

Comments
 (0)