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: missive/emoji-mart
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.5
Choose a base ref
...
head repository: missive/emoji-mart
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.6
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Jan 15, 2017

  1. wrap localStorage access in try-catch

    Many browsers may support localStorage, but disable access to it in certain situations. For example, Safari private browsing mode will raise an exception if you try to access localStorage from a third-party domain, resulting in unhandled errors like...
    
    > QuotaExceededError: DOM Exception 22: An attempt was made to add something to storage that exceeded the quota.
    
    The easiest way to handle this for optional features is to simply try-catch all access to localStorage.
    trun committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    c3aae4f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. Merge pull request #34 from trun/fix/local-storage-disabled

    wrap localStorage access in try-catch
    EtienneLem authored Jan 16, 2017
    Configuration menu
    Copy the full SHA
    637e456 View commit details
    Browse the repository at this point in the history
  2. Release v0.3.6

    EtienneLem committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    7ffcecf View commit details
    Browse the repository at this point in the history
Loading