-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Comparing changes
Open a pull request
base repository: framework7io/framework7
base: v3.3.0
head repository: framework7io/framework7
compare: v3.3.1
- 8 commits
- 45 files changed
- 2 contributors
Commits on Sep 14, 2018
-
Add missing interface props for RouteOptions for router.back
Added `ignoreCache` and `force` to RouteOptions interface.
Configuration menu - View commit details
-
Copy full SHA for a439c19 - Browse repository at this point
Copy the full SHA a439c19View commit details -
Declare
side
argument optional in panel.[open|close]The types currently force you to provide a `side` argument for `panel.open`/`panel.close`. This relaxes the types to make that optional.
Configuration menu - View commit details
-
Copy full SHA for 689fe11 - Browse repository at this point
Copy the full SHA 689fe11View commit details -
Fix parameter typing for Router.navigate
Right now, you can't use `Router.navigate()` because its parameter is declared as a `Route` with all options required. I added a `NavigateParameters` interface that limits that to a `name`, `query?`, and `params?`.
Configuration menu - View commit details
-
Copy full SHA for 757994f - Browse repository at this point
Copy the full SHA 757994fView commit details
Commits on Sep 15, 2018
-
Merge pull request #2666 from dlee/patch-1
Add missing interface props for RouteOptions for router.back
Configuration menu - View commit details
-
Copy full SHA for c7dd7d7 - Browse repository at this point
Copy the full SHA c7dd7d7View commit details -
Merge pull request #2667 from dlee/patch-2
Declare `side` argument optional in panel.[open|close]
Configuration menu - View commit details
-
Copy full SHA for dc958c4 - Browse repository at this point
Copy the full SHA dc958c4View commit details -
Merge pull request #2668 from dlee/patch-3
Fix parameter typing for Router.navigate
Configuration menu - View commit details
-
Copy full SHA for 9421891 - Browse repository at this point
Copy the full SHA 9421891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1973c08 - Browse repository at this point
Copy the full SHA 1973c08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ee0f7b - Browse repository at this point
Copy the full SHA 1ee0f7bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.3.0...v3.3.1