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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Truncation Component #1500

Merged
merged 45 commits into from
Jun 5, 2020
Merged

Create Truncation Component #1500

merged 45 commits into from
Jun 5, 2020

Commits on May 26, 2020

  1. remove ESLint rules

    operator-linebreak is no different then default
    quotes is overwriting prettier config
    seve committed May 26, 2020
    Configuration menu
    Copy the full SHA
    bfcc624 View commit details
    Browse the repository at this point in the history
  2. add string-pixel-width dep

    seve committed May 26, 2020
    Configuration menu
    Copy the full SHA
    0ce3767 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52a54b7 View commit details
    Browse the repository at this point in the history
  4. add widthMap

    seve committed May 26, 2020
    Configuration menu
    Copy the full SHA
    9806bd3 View commit details
    Browse the repository at this point in the history
  5. create Truncate component

    seve committed May 26, 2020
    Configuration menu
    Copy the full SHA
    136d515 View commit details
    Browse the repository at this point in the history
  6. refactor in truncate component

    seve committed May 26, 2020
    Configuration menu
    Copy the full SHA
    7dc211f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. add font load checking

    seve committed May 27, 2020
    Configuration menu
    Copy the full SHA
    f97c94c View commit details
    Browse the repository at this point in the history
  2. remove font-family styling

    seve committed May 27, 2020
    Configuration menu
    Copy the full SHA
    56f143e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0faf36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    241f219 View commit details
    Browse the repository at this point in the history
  5. add span back

    seve committed May 27, 2020
    Configuration menu
    Copy the full SHA
    13d24b6 View commit details
    Browse the repository at this point in the history
  6. support children

    seve committed May 27, 2020
    Configuration menu
    Copy the full SHA
    8c6d806 View commit details
    Browse the repository at this point in the history
  7. remove maybeTruncateString

    seve committed May 27, 2020
    Configuration menu
    Copy the full SHA
    318ca86 View commit details
    Browse the repository at this point in the history
  8. sub in Truncate component

    seve committed May 27, 2020
    Configuration menu
    Copy the full SHA
    6ce95d4 View commit details
    Browse the repository at this point in the history
  9. add bold prop

    seve committed May 27, 2020
    Configuration menu
    Copy the full SHA
    ae295b0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    1e9c17d View commit details
    Browse the repository at this point in the history
  2. remove logs

    seve committed May 28, 2020
    Configuration menu
    Copy the full SHA
    fb998dc View commit details
    Browse the repository at this point in the history
  3. tweak truncation method

    seve committed May 28, 2020
    Configuration menu
    Copy the full SHA
    1976c15 View commit details
    Browse the repository at this point in the history
  4. memoize comp function

    seve committed May 28, 2020
    Configuration menu
    Copy the full SHA
    f523133 View commit details
    Browse the repository at this point in the history
  5. explain disable

    seve committed May 28, 2020
    Configuration menu
    Copy the full SHA
    bde5e32 View commit details
    Browse the repository at this point in the history
  6. fix bugs w/ abs/floor

    seve committed May 28, 2020
    Configuration menu
    Copy the full SHA
    618c4f1 View commit details
    Browse the repository at this point in the history
  7. tweak widths

    seve committed May 28, 2020
    Configuration menu
    Copy the full SHA
    7db76d3 View commit details
    Browse the repository at this point in the history
  8. tweak widths

    seve committed May 28, 2020
    Configuration menu
    Copy the full SHA
    cb94a10 View commit details
    Browse the repository at this point in the history
  9. fix font size

    seve committed May 28, 2020
    Configuration menu
    Copy the full SHA
    2c50b3d View commit details
    Browse the repository at this point in the history
  10. remove border

    seve committed May 28, 2020
    Configuration menu
    Copy the full SHA
    607a1d3 View commit details
    Browse the repository at this point in the history
  11. move test-id

    seve committed May 28, 2020
    Configuration menu
    Copy the full SHA
    716ba2b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. attempt css solution

    seve committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    aac4d8a View commit details
    Browse the repository at this point in the history
  2. Revert "attempt css solution"

    This reverts commit aac4d8a.
    seve committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    02c291a View commit details
    Browse the repository at this point in the history
  3. CSS solution v2

    seve committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    8052e37 View commit details
    Browse the repository at this point in the history
  4. remove string-pixel-width

    seve committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    a4d7136 View commit details
    Browse the repository at this point in the history
  5. remove widthsMap

    seve committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    72d4fb1 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. remove dead code

    seve committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    b3fcc3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31eb284 View commit details
    Browse the repository at this point in the history
  3. tweak label width

    seve committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    215ef29 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. fix e2e tests

    seve committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    6bf6448 View commit details
    Browse the repository at this point in the history
  2. remove testing string

    seve committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    16129de View commit details
    Browse the repository at this point in the history
  3. e2e annotations tweaks

    seve committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    e56e539 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. correct snapshot

    seve committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    6e03233 View commit details
    Browse the repository at this point in the history
  2. remove resolves

    seve committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    e61aaf4 View commit details
    Browse the repository at this point in the history
  3. check for labels

    seve committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    345cf38 View commit details
    Browse the repository at this point in the history
  4. add test-id

    seve committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    eba2854 View commit details
    Browse the repository at this point in the history
  5. format fix

    seve committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    c6cd236 View commit details
    Browse the repository at this point in the history
  6. update snapshot

    seve committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    e5f1a45 View commit details
    Browse the repository at this point in the history
  7. fix color

    seve committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    25492d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b14b61 View commit details
    Browse the repository at this point in the history