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(Color) Regex and color code cleanup and new color format support #8916

Merged
merged 33 commits into from
May 18, 2023

Commits on May 13, 2023

  1. not sure is a cleanup

    asturur committed May 13, 2023
    Configuration menu
    Copy the full SHA
    c26f998 View commit details
    Browse the repository at this point in the history
  2. not sure is a cleanup

    asturur committed May 13, 2023
    Configuration menu
    Copy the full SHA
    9792c44 View commit details
    Browse the repository at this point in the history
  3. lots of comments

    asturur committed May 13, 2023
    Configuration menu
    Copy the full SHA
    8db4286 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    048eb28 View commit details
    Browse the repository at this point in the history
  5. removed extra console log

    asturur committed May 13, 2023
    Configuration menu
    Copy the full SHA
    453248f View commit details
    Browse the repository at this point in the history
  6. color code cleanup

    asturur committed May 13, 2023
    Configuration menu
    Copy the full SHA
    a962ce1 View commit details
    Browse the repository at this point in the history
  7. color code cleanup

    asturur committed May 13, 2023
    Configuration menu
    Copy the full SHA
    b3bca21 View commit details
    Browse the repository at this point in the history
  8. even better

    asturur committed May 13, 2023
    Configuration menu
    Copy the full SHA
    3eb2bf7 View commit details
    Browse the repository at this point in the history
  9. added changelog

    asturur committed May 13, 2023
    Configuration menu
    Copy the full SHA
    b445f9c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f17c216 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Configuration menu
    Copy the full SHA
    979bfb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29a5598 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'regex-color-cleanup' of github.com:fabricjs/fabric.js i…

    …nto regex-color-cleanup
    asturur committed May 14, 2023
    Configuration menu
    Copy the full SHA
    5a5c134 View commit details
    Browse the repository at this point in the history
  4. ok seen those

    asturur committed May 14, 2023
    Configuration menu
    Copy the full SHA
    4d15b1c View commit details
    Browse the repository at this point in the history
  5. more test and fixed floats

    asturur committed May 14, 2023
    Configuration menu
    Copy the full SHA
    89ccb5f View commit details
    Browse the repository at this point in the history
  6. hopefully better code

    asturur committed May 14, 2023
    Configuration menu
    Copy the full SHA
    f3eadd8 View commit details
    Browse the repository at this point in the history
  7. hopefully better code

    asturur committed May 14, 2023
    Configuration menu
    Copy the full SHA
    ed671f0 View commit details
    Browse the repository at this point in the history
  8. converted tests

    asturur committed May 14, 2023
    Configuration menu
    Copy the full SHA
    77d2dbb View commit details
    Browse the repository at this point in the history
  9. moved method to util

    asturur committed May 14, 2023
    Configuration menu
    Copy the full SHA
    d4e98a5 View commit details
    Browse the repository at this point in the history
  10. missed lint

    asturur committed May 14, 2023
    Configuration menu
    Copy the full SHA
    649ba3c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Update src/color/Color.ts

    Co-authored-by: Shachar <34343793+ShaMan123@users.noreply.github.com>
    asturur and ShaMan123 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    02f0c5a View commit details
    Browse the repository at this point in the history
  2. Update src/color/constants.ts

    Co-authored-by: Shachar <34343793+ShaMan123@users.noreply.github.com>
    asturur and ShaMan123 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    2406fa3 View commit details
    Browse the repository at this point in the history
  3. Update src/color/constants.ts

    Co-authored-by: Shachar <34343793+ShaMan123@users.noreply.github.com>
    asturur and ShaMan123 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e3bfa4c View commit details
    Browse the repository at this point in the history
  4. Update src/color/constants.ts

    Co-authored-by: Shachar <34343793+ShaMan123@users.noreply.github.com>
    asturur and ShaMan123 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    b648cb4 View commit details
    Browse the repository at this point in the history
  5. Update src/color/util.ts

    Co-authored-by: Shachar <34343793+ShaMan123@users.noreply.github.com>
    asturur and ShaMan123 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    c78c568 View commit details
    Browse the repository at this point in the history
  6. Update src/color/constants.ts

    Co-authored-by: Shachar <34343793+ShaMan123@users.noreply.github.com>
    asturur and ShaMan123 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    43a2d1c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. save those

    asturur committed May 16, 2023
    Configuration menu
    Copy the full SHA
    210a24a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'regex-color-cleanup' of github.com:fabricjs/fabric.js i…

    …nto regex-color-cleanup
    asturur committed May 16, 2023
    Configuration menu
    Copy the full SHA
    fd75870 View commit details
    Browse the repository at this point in the history
  3. test with negative and revert

    asturur committed May 16, 2023
    Configuration menu
    Copy the full SHA
    4b3693f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    ed121bc View commit details
    Browse the repository at this point in the history
  2. grey average redone

    asturur committed May 18, 2023
    Configuration menu
    Copy the full SHA
    d90d07a View commit details
    Browse the repository at this point in the history
  3. ensure hexify is rounder

    asturur committed May 18, 2023
    Configuration menu
    Copy the full SHA
    713a425 View commit details
    Browse the repository at this point in the history
  4. added test

    asturur committed May 18, 2023
    Configuration menu
    Copy the full SHA
    362879f View commit details
    Browse the repository at this point in the history