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: meliorence/react-native-render-html
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ecency/react-native-render-html
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 10 files changed
  • 5 contributors

Commits on Aug 19, 2018

  1. lightbox

    hsyndeniz committed Aug 19, 2018
    Configuration menu
    Copy the full SHA
    a9088a7 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    hsyndeniz authored Aug 19, 2018
    Configuration menu
    Copy the full SHA
    bcb7499 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Update HTMLImage.js

    hsyndeniz authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    8481bbd View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Fix Performance for Large DOM objects (Wikipedia)

    If I put a large HTML document in (ie Wikipedia) my app freezes, removing the parseDOM fixes it. I don't need rerendering - I just need one pass, so I added a prop to improve performance - now my app is slick! This is perfect for chat apps etc
    evanjmg authored Mar 22, 2019
    Configuration menu
    Copy the full SHA
    a9d2352 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Configuration menu
    Copy the full SHA
    fb31377 View commit details
    Browse the repository at this point in the history
  2. Added max image with feature

    mistikk committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    1020319 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

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

Commits on Dec 17, 2019

  1. unsafe, version bump

    feruzm committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    e2fff0b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pr/1'

    feruzm committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    fbfdf09 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from brsaylor2/textSelectable-fix

    Fix textSelectable not working for tagName textwrapper
    feruzm authored Dec 17, 2019
    Configuration menu
    Copy the full SHA
    edf3733 View commit details
    Browse the repository at this point in the history
  4. react-native-webview

    feruzm committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    3f1cce5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a799c5b View commit details
    Browse the repository at this point in the history
  6. version bump

    feruzm committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    b4649a0 View commit details
    Browse the repository at this point in the history
  7. webview autoheight

    feruzm committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    ced5c42 View commit details
    Browse the repository at this point in the history
Loading