Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cache): Images not saved to cache #171

Merged
merged 12 commits into from
Jul 12, 2018
Merged

fix(cache): Images not saved to cache #171

merged 12 commits into from
Jul 12, 2018

Commits on Jun 17, 2018

  1. Configuration menu
    Copy the full SHA
    79f8f3d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from eduardoRoth/eduardoRoth-patch-ios-ionicwkw…

    …ebview
    
    fix(wkwebview): Images not loading in Ionic WKWebView
    eduardoRoth committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    fc00969 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. fix(livereload): Images not loading

    When running in an emulator or in a device with the flag --livereload images were not showing.
    eduardoRoth committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    367f674 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from eduardoRoth/eduardoRoth-fix-livereload

    fix(livereload): Images not loading
    eduardoRoth committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    e12f4a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd23fe5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from eduardoRoth/pr/3

    Pr/3
    eduardoRoth committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    94b3b29 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

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

Commits on Jul 2, 2018

  1. Merge pull request #5 from zyra/master

    Update to latest version merge
    eduardoRoth committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    0e8c948 View commit details
    Browse the repository at this point in the history
  2. fix(livereload): Using reject instead of resolve

    Reject caused an error and did not return the URL. Fixed this resolving and returning the image URL back to the promise.
    eduardoRoth committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    f4b5bd2 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Merge pull request #6 from zyra/master

    Update last version
    eduardoRoth committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    0be417c View commit details
    Browse the repository at this point in the history
  2. fix(cache): Images not saved to cache

    If you didn't set a maxCacheSize, images won't be stored in the cache and will not load in your component.
    
    Changed shouldIndex property based in @felixbroehl modifications.
    eduardoRoth committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    d2b3c93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea54a54 View commit details
    Browse the repository at this point in the history