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

[ASTextNode2] Add initial implementation for link handling. #396

Merged
merged 3 commits into from
Jul 3, 2017

Commits on Jun 28, 2017

  1. [ASTextNode2] Add initial implementation for link handling.

    This is a fairly basic first step to achieving feature parity between ASTextNode2
    and ASTextNode. It does not yet do the 9-box detection of links, and there is
    other code from ASTextNode that could be shared to improve this.
    
    However, in the interest of getting a shippable implementation running as soon
    as possible, I'm hoping to quickly refine this. Then we can continue improving
    it based on the original ASTextNode with the benefit of testing UI against it.
    appleguy committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    4c9574f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2017

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

Commits on Jul 3, 2017

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