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

feat(Highlight): New Highlight Component #202

Merged
merged 9 commits into from
Nov 19, 2019
Merged

feat(Highlight): New Highlight Component #202

merged 9 commits into from
Nov 19, 2019

Commits on Nov 14, 2019

  1. §feat(Hightlight): New Hightlight Comnponent

    This new component allows developers to highlight text based on a term
    condition
    Juan Cruz Martinez authored and Juan Cruz Martinez committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    5c48c35 View commit details
    Browse the repository at this point in the history
  2. fix(filename): Rename typo in index.tsx name for Highlight component

    Replace the capital I for a lowercase i
    Juan Cruz Martinez authored and Juan Cruz Martinez committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    d0df400 View commit details
    Browse the repository at this point in the history
  3. fix(PR): Fix tests and add more examples

     * Fix visual tests by adding the visual snapshot
     * Add example on how to change the color of the highlight
     * Rename component folder from Hightlight to Highlight
    Juan Cruz Martinez authored and Juan Cruz Martinez committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    1691d25 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. fix(PR): Remove unnecessary props

    Juan Cruz Martinez authored and Juan Cruz Martinez committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    c712eb6 View commit details
    Browse the repository at this point in the history
  2. fix(PR): Replace span for fragment

    Juan Cruz Martinez authored and Juan Cruz Martinez committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    dea27f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

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

Commits on Nov 19, 2019

  1. fix(PR): Edge cases generating empty spans

    Avoid generating empty spans, and generate tests for the edge cases
    Juan Cruz Martinez authored and Juan Cruz Martinez committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    8a183d6 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/highlight' into feature/…

    …highlight
    Juan Cruz Martinez authored and Juan Cruz Martinez committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    892863b View commit details
    Browse the repository at this point in the history
  3. adding snapshot testings

    Juan Cruz Martinez authored and Juan Cruz Martinez committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    23b9495 View commit details
    Browse the repository at this point in the history