Skip to content

Commit c869e09

Browse files
committed
3.0.0-beta.19 release
1 parent 07f092a commit c869e09

33 files changed

+53
-41
lines changed

CHANGELOG.md

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

33
# Change Log
44

5+
# [v3.0.0-beta.19](https://github.com/framework7io/framework7/compare/v3.0.0-beta.18...v3.0.0-beta.19) - July 3, 2018
6+
* Core
7+
* Router
8+
* View/Router parameter `beforeLeave` renamed to `routesBeforeLeave`
9+
* View/Router parameter `beforeEnter` renamed to `routesBeforeEnter`
10+
511
# [v3.0.0-beta.18](https://github.com/framework7io/framework7/compare/v3.0.0-beta.17...v3.0.0-beta.18) - July 3, 2018
612
* Core
713
* Router

packages/core/components/view/view.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ export default {
8585
// Delays
8686
iosPageLoadDelay: 0,
8787
materialPageLoadDelay: 0,
88+
// Routes hooks
89+
routesBeforeEnter: null,
90+
routesBeforeLeave: null,
8891
},
8992
},
9093
static: {

packages/core/css/framework7.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Framework7 3.0.0-beta.18
2+
* Framework7 3.0.0-beta.19
33
* Full featured mobile HTML framework for building iOS & Android apps
44
* http://framework7.io/
55
*

packages/core/css/framework7.ios.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Framework7 3.0.0-beta.18
2+
* Framework7 3.0.0-beta.19
33
* Full featured mobile HTML framework for building iOS & Android apps
44
* http://framework7.io/
55
*

packages/core/css/framework7.ios.min.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.

packages/core/css/framework7.md.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Framework7 3.0.0-beta.18
2+
* Framework7 3.0.0-beta.19
33
* Full featured mobile HTML framework for building iOS & Android apps
44
* http://framework7.io/
55
*

packages/core/css/framework7.md.min.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.

packages/core/css/framework7.min.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.

packages/core/css/framework7.rtl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Framework7 3.0.0-beta.18
2+
* Framework7 3.0.0-beta.19
33
* Full featured mobile HTML framework for building iOS & Android apps
44
* http://framework7.io/
55
*

packages/core/css/framework7.rtl.ios.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Framework7 3.0.0-beta.18
2+
* Framework7 3.0.0-beta.19
33
* Full featured mobile HTML framework for building iOS & Android apps
44
* http://framework7.io/
55
*

0 commit comments

Comments
 (0)