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: hellosign/hellosign-embedded
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: hellosign/hellosign-embedded
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 12 commits
  • 36 files changed
  • 2 contributors

Commits on Aug 29, 2018

  1. Merge pull request #65 from HelloFax/develop

    v1.5.2
    nathanbuchar authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    e0d13da View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66 from HelloFax/develop

    Update travis.yml
    nathanbuchar authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    0ae3842 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. 1.6.0 (#69)

    * [DEV-4309] Sunset uxVersion 1
    
    * Removes `uxVersion` option
    * Removes all `uxVersion: 1` logic from source code
    * Removes documentation for `uxVersion` in the README
    * Removes `uxVersion` option from demo
    
    * [DEV-4309] Fix tests
    
    * Must throw a TypeError if no arguments are provided
      Previously, this was a side effect of accessing `frameUrl` in a block
    containg `uxVersion` logic which was removed.
    
    * 1.6.0-0
    
    * 1.6.0
    nathanbuchar authored Sep 10, 2018
    Configuration menu
    Copy the full SHA
    f948103 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c431f5a View commit details
    Browse the repository at this point in the history
  3. 1.6.0 (#69) (#70)

    * [DEV-4309] Sunset uxVersion 1
    
    * Removes `uxVersion` option
    * Removes all `uxVersion: 1` logic from source code
    * Removes documentation for `uxVersion` in the README
    * Removes `uxVersion` option from demo
    
    * [DEV-4309] Fix tests
    
    * Must throw a TypeError if no arguments are provided
      Previously, this was a side effect of accessing `frameUrl` in a block
    containg `uxVersion` logic which was removed.
    
    * 1.6.0-0
    
    * 1.6.0
    nathanbuchar authored Sep 10, 2018
    Configuration menu
    Copy the full SHA
    3295a08 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. v1.6.1 (#72)

    nathanbuchar authored Sep 12, 2018
    Configuration menu
    Copy the full SHA
    55cf86a View commit details
    Browse the repository at this point in the history
  2. Update develop (#73)

    * 1.6.0 (#69)
    
    * [DEV-4309] Sunset uxVersion 1
    
    * Removes `uxVersion` option
    * Removes all `uxVersion: 1` logic from source code
    * Removes documentation for `uxVersion` in the README
    * Removes `uxVersion` option from demo
    
    * [DEV-4309] Fix tests
    
    * Must throw a TypeError if no arguments are provided
      Previously, this was a side effect of accessing `frameUrl` in a block
    containg `uxVersion` logic which was removed.
    
    * 1.6.0-0
    
    * 1.6.0
    
    * 1.6.1
    nathanbuchar authored Sep 12, 2018
    Configuration menu
    Copy the full SHA
    66aa7fc View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Update develop (#79)

    * 1.6.0 (#69)
    
    * [DEV-4309] Sunset uxVersion 1
    
    * Removes `uxVersion` option
    * Removes all `uxVersion: 1` logic from source code
    * Removes documentation for `uxVersion` in the README
    * Removes `uxVersion` option from demo
    
    * [DEV-4309] Fix tests
    
    * Must throw a TypeError if no arguments are provided
      Previously, this was a side effect of accessing `frameUrl` in a block
    containg `uxVersion` logic which was removed.
    
    * 1.6.0-0
    
    * 1.6.0
    
    * v1.6.1 (#72)
    nathanbuchar authored Oct 10, 2018
    Configuration menu
    Copy the full SHA
    6dad519 View commit details
    Browse the repository at this point in the history
  2. [DEV-4322] HelloSign Embedded v2 (#80)

    refactor(DEV-4322): HelloSign Embedded v2
    
    BREAKING CHANGE: `HelloSign` is now a class, not a singleton.
    BREAKING CHANGE: `init()` has been deprecated
    BREAKING CHANGE: The `url` option is now the first argument of `open()`
    BREAKING CHANGE: `open()` options are now defined as the second argument
    BREAKING CHANGE: `userCulture` option is now named `locale`
    BREAKING CHANGE: `healthCheckoutTimeoutMs` option is now named `timeout`
    BREAKING CHANGE: `requester` option is now named `requestingEmail`
    BREAKING CHANGE: `messageListener` option has been removed
    BREAKING CHANGE: `uxVersion` option has been removed
    BREAKING CHANGE: `height` option has been removed
    BREAKING CHANGE: `HelloSign.CULTURES` is now `HelloSign.locales`
    BREAKING CHANGE: `HelloSign.VERSION` is now `HelloSign.version`
    
    Fixes #27, fixes #31, fixes #36, fixes #40, fixes #47, fixes #57, fixes #75.
    nathanbuchar authored Oct 10, 2018
    Configuration menu
    Copy the full SHA
    2702594 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Configuration menu
    Copy the full SHA
    3cd0007 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f782c51 View commit details
    Browse the repository at this point in the history
  3. chore(release): 2.0.0

    nathanbuchar committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    2c2c0f0 View commit details
    Browse the repository at this point in the history
Loading