Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: framework7io/framework7
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: framework7io/framework7
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.1
Choose a head ref
  • 8 commits
  • 45 files changed
  • 2 contributors

Commits on Sep 14, 2018

  1. Add missing interface props for RouteOptions for router.back

    Added `ignoreCache` and `force` to RouteOptions interface.
    dlee authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    a439c19 View commit details
    Browse the repository at this point in the history
  2. 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.
    dlee authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    689fe11 View commit details
    Browse the repository at this point in the history
  3. 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?`.
    dlee authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    757994f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2018

  1. Merge pull request #2666 from dlee/patch-1

    Add missing interface props for RouteOptions for router.back
    nolimits4web authored Sep 15, 2018
    Configuration menu
    Copy the full SHA
    c7dd7d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2667 from dlee/patch-2

    Declare `side` argument optional in panel.[open|close]
    nolimits4web authored Sep 15, 2018
    Configuration menu
    Copy the full SHA
    dc958c4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2668 from dlee/patch-3

    Fix parameter typing for Router.navigate
    nolimits4web authored Sep 15, 2018
    Configuration menu
    Copy the full SHA
    9421891 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1973c08 View commit details
    Browse the repository at this point in the history
  5. 3.3.1 release

    nolimits4web committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    1ee0f7b View commit details
    Browse the repository at this point in the history
Loading