FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing 5.1.0...5.1.1 · NativeScript/NativeScript · GitHub

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: NativeScript/NativeScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.1.0
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: NativeScript/NativeScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.1.1
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
  • 20 commits
  • 106 files changed
  • 6 contributors

Commits on Dec 5, 2018

  1. Configuration menu
    Copy the full SHA
    259aaa4 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Configuration menu
    Copy the full SHA
    562628f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Configuration menu
    Copy the full SHA
    9bf9177 View commit details
    Browse the repository at this point in the history
  2. chore: bump versions

    SvetoslavTsenov committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    7c92416 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7eaba62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ca6e99 View commit details
    Browse the repository at this point in the history
  5. chore: update

    SvetoslavTsenov committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    4feb453 View commit details
    Browse the repository at this point in the history
  6. chore: typo

    SvetoslavTsenov committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    05c842c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6683 from NativeScript/svetoslavtsenov/update-con…

    …trinuting
    
    svetoslavtsenov/update contrinuting
    SvetoslavTsenov authored Dec 7, 2018
    Configuration menu
    Copy the full SHA
    43dddbb View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    c084660 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Configuration menu
    Copy the full SHA
    44dba1a View commit details
    Browse the repository at this point in the history
  2. feat(view): added iOS parameter for modal presentation style (#6409)

    * feat(view): added iOS parameter for modal presentation style
    
    * Now passing options to showModal in one argument
    
    * refactor: Move context and close in modal options
    
    * chore: Comments added for UIModalPresentationStyle.Popover case
    
    * refactor: Use modalOptions in e2e demo
    
    * chore: fix pbroken test
    surdu authored and Alexander Vakrilov committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    540b2b4 View commit details
    Browse the repository at this point in the history
  3. feat(tns-platform-declarations): Generate iOS typings from iOS 12.1 S…

    …DK (#6693)
    
    * feat(tns-platform-declarations): Generate iOS typings from iOS 12.1 SDK
    
    * Instructions for generating iOS typescript definitions
    * Refactor `typings-gen.sh` to use {N} CLI and generate fuller
    metadata for the system libraries
    * Automatically generate `ios.d.ts` wrapper
    * Add interop pointers and references as alternatives
    to `string` for `char*` args
    (implemented in NativeScript/ios-jsc#1022)
    
    BREAKING CHANGE: Several enum values have changed because
        they have been wrongly generated.
    
        To migrate your app or plugin code use the new names of the
        following:
        *  enum NSUnderlineStyle:
            - `StyleNone` -> `None`
            - `StyleSingle` -> `Single`
            - `StyleThick` -> `Thick`
            - `StyleDouble` -> `Double`
         * enum AVAudioSessionErrorCode:
            - `CodeNone` -> `None`
            - `CodeMediaServicesFailed` -> `MediaServicesFailed`
            - `CodeIsBusy` -> `IsBusy`
            - `CodeIncompatibleCategory` -> `IncompatibleCategory`
            - `CodeCannotInterruptOthers` -> `CannotInterruptOthers`
            - `CodeMissingEntitlement` -> `MissingEntitlement`
            - `CodeSiriIsRecording` -> `SiriIsRecording`
            - `CodeCannotStartPlaying` -> `CannotStartPlaying`
            - `CodeCannotStartRecording` -> `CannotStartRecording`
            - `CodeBadParam` -> `BadParam`
            - `CodeResourceNotAvailable` -> `ResourceNotAvailable`
            - `CodeUnspecified` -> `Unspecified`
    
    * fix(ui/text-base): Update NSUnderlineStyle.StyleSingle constant
    
    After the typings regeneration its and several others' names have
    changed to the expected `NSUnderlineStyle.Single`.
    
    * fix(tns-platform-declarations): Restore deprecated enum values
    
    In order to not introduce a breaking change in a patch version, we
    are keeping `Style...` and `Code...` values that have been wrongly
    generated till now. In the next major/minor release of the package
    when the typings are regenerated we can safely remove them.
    
    Revert to using the deprecated one's in `text-base.ios.ts` so that
    the introduction of this breaking change doesn't slip in undetected.
    
    * fix(application.ios): Directly call presetnNativeScriptApp
    
    We've been using `performSelectorWithObject` but it's
    declaration has been manually added. Moreover it's more
    convenient to directly call the method.
    mbektchiev authored and Alexander Vakrilov committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    1c0218e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. fix(ios delegate) Eliminate crash on selector looking for "Window" (#…

    …6428)
    
    * Add a "window" value so that NS doesn't crash on selectors looking for the delegate.window...
    
    * chore: tslint
    
    * chore: comments to referenced issues added
    Nathanael Anderson authored and Alexander Vakrilov committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    1989594 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6095779 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea44416 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Configuration menu
    Copy the full SHA
    54b6df6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5f110f View commit details
    Browse the repository at this point in the history
  3. Fix some lint errors

    darind authored and SvetoslavTsenov committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    ee2c1c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1783747 View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL