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

Support alpha values for theme() function #8416

Merged
merged 6 commits into from May 25, 2022

Commits on May 25, 2022

  1. Fix typo

    thecrypticace committed May 25, 2022
    Copy the full SHA
    b5e9655 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    17cc428 View commit details
    Browse the repository at this point in the history
  3. Eliminate redundant object creation in resolveFunctionKeys

    Building an object of N keys incrementally using Object.reduce + splat results in N intermediate objects. We should just create one object and assign each key.
    thecrypticace committed May 25, 2022
    Copy the full SHA
    17fb20d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7eb6c75 View commit details
    Browse the repository at this point in the history
  5. Add test case

    And fix typos that were definitely not there
    thecrypticace committed May 25, 2022
    Copy the full SHA
    672eb83 View commit details
    Browse the repository at this point in the history
  6. Update changelog

    thecrypticace committed May 25, 2022
    Copy the full SHA
    1f2f38e View commit details
    Browse the repository at this point in the history