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

Primer CSS 16.0.0 #1241

Merged
merged 476 commits into from
Mar 25, 2021
Merged

Primer CSS 16.0.0 #1241

merged 476 commits into from
Mar 25, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    8397fbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d332a33 View commit details
    Browse the repository at this point in the history
  3. Why is this still here

    BinaryMuse committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    369ff1d View commit details
    Browse the repository at this point in the history
  4. 🔥 console.log

    BinaryMuse committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    8fd49df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5c7f6a View commit details
    Browse the repository at this point in the history
  6. npm install @primer/primitives@0.0.0-2f8f2f6

    Colin committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    168cdcc View commit details
    Browse the repository at this point in the history
  7. npm install @primer/primitives@0.0.0-995139d

    Colin committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    6d730b6 View commit details
    Browse the repository at this point in the history
  8. npm install @primer/primitives@0.0.0-da21f4f

    Colin committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    9f81295 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a75f293 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5711c3a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Rename diff to diffstat

    simurai committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    79844b9 View commit details
    Browse the repository at this point in the history
  2. npm install @primer/primitives@0.0.0-c996b75

    Colin committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    c318edb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf52585 View commit details
    Browse the repository at this point in the history
  4. npm install @primer/primitives@0.0.0-60615e1

    Colin committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    dfa316c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Merge branch 'mkt/color-modes-whee' of https://github.com/primer/css

    …into mkt/color-modes-whee
    simurai committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    0396b9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a24bbd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e0a06d View commit details
    Browse the repository at this point in the history
  4. Fix bad URL

    BinaryMuse committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    f41b615 View commit details
    Browse the repository at this point in the history
  5. update filter dropdown button text color

    Colin committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    378ccd8 View commit details
    Browse the repository at this point in the history
  6. add success state ofr timeline item

    Colin committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    8093736 View commit details
    Browse the repository at this point in the history
  7. linter

    Colin committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    2a0a09c View commit details
    Browse the repository at this point in the history
  8. linter

    Colin committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    fe10c22 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Add color-text-white

    simurai committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    d20f865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dfc062 View commit details
    Browse the repository at this point in the history
  3. npm install @primer/primitives@0.0.0-0981f9b

    Colin committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    a92fa83 View commit details
    Browse the repository at this point in the history
  4. Changed autocomplete variables

    To reuse in other components
    auareyou committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    b7eef5a View commit details
    Browse the repository at this point in the history
  5. npm install @primer/primitives@0.0.0-9310bf0

    Colin committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    d648179 View commit details
    Browse the repository at this point in the history
  6. Generalize styles for overlay components

    Changes to
    
    - Dropdowns
    - Popovers
    - Select-menus
    auareyou committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    225b2c1 View commit details
    Browse the repository at this point in the history
  7. npm install @primer/primitives@0.0.0-724076c

    Colin committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    d1f3e78 View commit details
    Browse the repository at this point in the history
  8. Remove workflow guide

    BinaryMuse committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    dbc1d69 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2698079 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6da07ec View commit details
    Browse the repository at this point in the history
  11. Update migration guide

    BinaryMuse committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    b97d401 View commit details
    Browse the repository at this point in the history
  12. Fixup links from .md file

    BinaryMuse committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    f7d9c56 View commit details
    Browse the repository at this point in the history
  13. Re-enable variable analysis

    Since we currently have a lot of old variables aliased to the new CSS
    color variables, I modified the variable analysis function to skip any
    variable with a computed value that is a CSS variable (i.e. matches
    the regex `/^var\(--.*\)/`).
    BinaryMuse committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    c4a5d72 View commit details
    Browse the repository at this point in the history
  14. Update Octicon import

    BinaryMuse committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    b771edf View commit details
    Browse the repository at this point in the history
  15. Re-enable variables page

    BinaryMuse committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    5c95623 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Update suggester.scss

    simurai authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    3a16720 View commit details
    Browse the repository at this point in the history
  2. Update select-menu.scss

    simurai authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    515177f View commit details
    Browse the repository at this point in the history
  3. npm install @primer/primitives@0.0.0-9846881

    Colin committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    a498fb6 View commit details
    Browse the repository at this point in the history
  4. npm install @primer/primitives@0.0.0-2893f68

    Colin committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    a58ee74 View commit details
    Browse the repository at this point in the history
  5. npm install @primer/primitives@0.0.0-9d55cc8

    Colin committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    daf706d View commit details
    Browse the repository at this point in the history
  6. update menu selected state bg

    Colin committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    ce69a37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d78d83a View commit details
    Browse the repository at this point in the history
  8. update hr color

    Colin committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    e1dfa6f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    40ef190 View commit details
    Browse the repository at this point in the history
  2. Use bg-overlay for Popovers

    simurai committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    3ea4d28 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1188 from primer/au-tocomplete-var

    Au tocomplete var
    simurai authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    84209ba View commit details
    Browse the repository at this point in the history
  4. Update utilites

    simurai committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    ca18ab7 View commit details
    Browse the repository at this point in the history
  5. Thanks linter

    simurai committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    2c089ff View commit details
    Browse the repository at this point in the history
  6. npm install @primer/primitives@0.0.0-ae82158

    Colin committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    714c3a5 View commit details
    Browse the repository at this point in the history
  7. npm install @primer/primitives@0.0.0-e267bd0

    Colin committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    f35b9f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. npm install @primer/primitives@0.0.0-fd6a5b3

    Colin committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    29f69aa View commit details
    Browse the repository at this point in the history
  2. npm install @primer/primitives@0.0.0-52c43a6

    Colin committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    20567ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0bb3e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

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

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    59a8516 View commit details
    Browse the repository at this point in the history
  2. Style Toasts in dark mode

    simurai committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    204f639 View commit details
    Browse the repository at this point in the history
  3. Lint

    simurai committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    248e95a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c54a2dd View commit details
    Browse the repository at this point in the history
  5. update hr border color

    Colin committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    20d54c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

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

Commits on Nov 9, 2020

  1. update yellow label styling to warning

    Colin committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    7a66f04 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Bump primer/primitives

    colebemis committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    2ec76c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74b0a6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    901aca4 View commit details
    Browse the repository at this point in the history
  4. Bump @primer/primitives

    colebemis committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    afea54d View commit details
    Browse the repository at this point in the history
  5. Bump @primer/primitives

    colebemis committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    92786cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a0a427 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

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

Commits on Nov 13, 2020

  1. Fix right AvatarStack

    simurai committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    eee7558 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    82ac274 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed44b6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9e538a View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    a3fb1f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a36754 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    543302e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into mkt/color-modes-whee

    Colin Keany authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    0a59f53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32990d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    dbb8dc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5b66fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e9ffb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    524fe69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab17094 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Update migration guide

    simurai committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    7f7ca98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83a6a81 View commit details
    Browse the repository at this point in the history
  3. Update labels

    simurai committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    eaa0450 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    299b8d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c39e22 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Replace tooltip colors

    simurai committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    c781839 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'mkt/color-modes-whee' of https://github.com/primer/css

    …into mkt/color-modes-whee
    simurai committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    b2b5a01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    431d9a0 View commit details
    Browse the repository at this point in the history
  4. update underline nav primary counter color

    Colin committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    b679eea View commit details
    Browse the repository at this point in the history
  5. linter

    Colin committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    da2c4ee View commit details
    Browse the repository at this point in the history
  6. fix nested class

    Colin committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    96246c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Update form select icon

    colebemis committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    b828ffe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0ccb27 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

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

Commits on Nov 27, 2020

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

Commits on Nov 30, 2020

  1. Fix transparent avatars

    simurai committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    c5cfc9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d27e142 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    bdc300d View commit details
    Browse the repository at this point in the history
  2. npm install @primer/primitives@0.0.0-2020111201651

    Colin Keany committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    bcf157d View commit details
    Browse the repository at this point in the history
  3. Revert "npm install @primer/primitives@0.0.0-2020111201651"

    This reverts commit bcf157d.
    Colin Keany committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    b1e6255 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

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

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    4ed1d12 View commit details
    Browse the repository at this point in the history
  2. npm install @primer/primitives@0.0.0-2020114182653

    Colin Keany committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    09bf4d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cb151a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    267474d View commit details
    Browse the repository at this point in the history
  5. update button group to work for embedded btn

    Colin Keany committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    7d7aa0d View commit details
    Browse the repository at this point in the history
  6. lol nvm

    Colin Keany committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    7800b41 View commit details
    Browse the repository at this point in the history
  7. npm install @primer/primitives@0.0.0-2020114231048

    Colin Keany committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    4c7d66e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. update label darker to use gray-1

    Colin committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    136bb9f View commit details
    Browse the repository at this point in the history
  2. linter

    Colin committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    04e48c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93368c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. rounded corners on box-footer

    Colin committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    eefaa9f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Enable dark mode colors

    BinaryMuse committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    936e561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0826721 View commit details
    Browse the repository at this point in the history
  3. Experiments with dimmed

    BinaryMuse committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    98268ae View commit details
    Browse the repository at this point in the history
  4. Update primitives

    BinaryMuse committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    a1a019b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eae67f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    f0f0941 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc67077 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2385394 View commit details
    Browse the repository at this point in the history
  4. linter

    Colin committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    7f4651b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    458a2c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0889e4b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    728e480 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e14f37 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    29169b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

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

Commits on Dec 17, 2020

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

Commits on Dec 22, 2020

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

Commits on Dec 23, 2020

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

Commits on Jan 6, 2021

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

Commits on Jan 18, 2021

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

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    24b6cb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b59edf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e618b1e View commit details
    Browse the repository at this point in the history
  4. Change transition for navigation items

    Co-authored-by: simurai <simurai@github.com>
    koddsson and simurai authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    99ffa56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7de8ebf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71988b5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1217 from primer/fix-underline-border-flash

    Move `border-bottom-color` transition into `:hover`
    simurai authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    b9b041c View commit details
    Browse the repository at this point in the history
  8. make disabled text for inputs easier to see

    Colin committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    8ff9a1d View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    6a1daf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d5ef60 View commit details
    Browse the repository at this point in the history
  3. Fix docs

    It might broke when fixing a merge conflict.
    simurai committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    d48ebbb View commit details
    Browse the repository at this point in the history
  4. Update dark dimmed theme

    BinaryMuse committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    53e31bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4da8818 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    e6d203b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1667991 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8f900f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1441170 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    5813a09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd5cdf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ec838a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e213635 View commit details
    Browse the repository at this point in the history
  5. Lint

    simurai committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    20b1130 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Add shadow colors

    simurai committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    9309c57 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Remove dark dropdown

    simurai committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    e3d82fb View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

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

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    b417b49 View commit details
    Browse the repository at this point in the history
  2. lint update

    jonrohan authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    60966e5 View commit details
    Browse the repository at this point in the history
  3. more lint

    jonrohan authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    06f28bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    351d5e8 View commit details
    Browse the repository at this point in the history
  5. Use node 14.15.2 version

    This sets the node version to 14.15.2
    
    When using node 15 and running `npm install @primer/primitives@0.0.0-???`, it adds the `^` "up to next major version" which I think causes problems and also switches to `"lockfileVersion": 2,`.
    
    We probably don't need it once primer/primitives releases the next major version.
    simurai committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    4862832 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1231 from primer/mixin_updates

    Updating color-mode and color-mode-theme mixins
    jonrohan authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    afcbe60 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    434a935 View commit details
    Browse the repository at this point in the history
  2. Comment out some presentational variables and utilities

    To be tested on dotcom
    simurai committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    b3bc735 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    799d9b3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1233 from primer/color_modes/deprecate

    [Color Modes] Remove presentational utilities/variables
    simurai authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    89d022b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    376e0d4 View commit details
    Browse the repository at this point in the history
  6. lint fixes

    jonrohan committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    09bea8d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1234 from primer/put_back_some_utilities

    Put back some utilities for view_components
    jonrohan authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    7e7b125 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Remove all deprecated colors

    simurai committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    50c2f03 View commit details
    Browse the repository at this point in the history
  2. Keep .text-inherit

    simurai committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    e09aa8a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    b621594 View commit details
    Browse the repository at this point in the history
  2. Remove labels

    simurai committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    990b1f7 View commit details
    Browse the repository at this point in the history
  3. Remove .box-shadow

    simurai committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    fe6c4ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1da379 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65bb96f View commit details
    Browse the repository at this point in the history
  6. Remove .input-dark

    simurai committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    08de943 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1235 from primer/color_modes/remove-deprecated-co…

    …lors
    
    [Color Modes] Remove all deprecated colors
    jonrohan authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    474f27f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Merge branch 'mkt/color-modes-whee' of https://github.com/primer/css

    …into mkt/color-modes-whee
    simurai committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    bee4af7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e36291 View commit details
    Browse the repository at this point in the history
  3. npm install

    simurai committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    2772952 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13c49b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. npm version major

    simurai committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    04fea05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca1b19e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f325e12 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1131 from primer/mkt/color-modes-whee

    🎨  Color Modes
    simurai authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    bbd0cb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Merge pull request #1186 from primer/mkt/color-modes-docs

    WIP: color modes docs
    simurai authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    27555ac View commit details
    Browse the repository at this point in the history
  2. Update deprecations.js

    simurai committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    3d29a0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab7d4c7 View commit details
    Browse the repository at this point in the history
  4. Fix variables docs

    This broke after removing `../../src/support/variables/colors.scss`. For now it's just commented out.
    simurai committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    de5c865 View commit details
    Browse the repository at this point in the history
  5. Prettier

    simurai committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    eca5ef3 View commit details
    Browse the repository at this point in the history
  6. Add auto colors

    simurai committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    b51ceed View commit details
    Browse the repository at this point in the history
  7. Update v16-migration.mdx

    simurai committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    0649b5f View commit details
    Browse the repository at this point in the history
  8. Remove .btn-blue

    simurai committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    0e15502 View commit details
    Browse the repository at this point in the history
  9. Add link to deprecations.js

    simurai committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    2146327 View commit details
    Browse the repository at this point in the history
  10. Fix dark mode in docs

    simurai committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    0b18f1a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    052d44d View commit details
    Browse the repository at this point in the history
  12. Remove preview note

    simurai committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    914f4ba View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1238 from primer/tobiasahlin/move-font-face-out-f…

    …rom-vars
    
    Move marketing @font-face declarations from vars to type
    simurai authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    74c5442 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c938b83 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1183 from primer/avatar-flex-shrink-0

    Adds flex-shrink: 0 to .avatar class
    simurai authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    873c0d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Pin Primer CSS version

    simurai committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    8cb9f2c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Fix Progress docs

    simurai committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    0b76f1f View commit details
    Browse the repository at this point in the history
  2. Fix multi-value Progress

    simurai committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    fed22c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3adc47 View commit details
    Browse the repository at this point in the history
  4. Update popover docs

    simurai committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    70036e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    c7d87fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    878181d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9839cf6 View commit details
    Browse the repository at this point in the history
  4. Better performance

    jonrohan committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    fa0f266 View commit details
    Browse the repository at this point in the history
  5. leaner primitives

    jonrohan committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    b0024a1 View commit details
    Browse the repository at this point in the history
  6. missing some

    jonrohan committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    1d54916 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c85c14f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. mixin needs root

    jonrohan committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    ee34286 View commit details
    Browse the repository at this point in the history
  2. primitives bump

    jonrohan committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    a0a3868 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    ba9d8c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1246 from primer/timeline_badge_border

    Adding timeline-badge success border
    jonrohan authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    0b8d88b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    428e65d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1245 from primer/color-mode-vars-mixin

    Creating color-variables mixin, deleting color-mode-var mixin
    jonrohan authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    33908e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    441f53c View commit details
    Browse the repository at this point in the history
  2. npm install @primer/primitives@0.0.0-20212236052

    Updates tooltips and toasts
    simurai committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    3eb311b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e00e1ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f96a7c7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1251 from theojulienne/fix-spinner-browser-lag

    Add generic anim-rotate-360 class for use by view_components/spinner.
    simurai authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    7516e96 View commit details
    Browse the repository at this point in the history
  6. Edit anim-rotate docs

    Changing the `transform-origin` is not really needed for most elements.
    simurai committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    afb21fc View commit details
    Browse the repository at this point in the history
  7. Updating how we draw carets

    jonrohan committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    4e60647 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. change border offset

    jonrohan authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    dcfc76a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1253 from primer/caret_updates

    Caret clip-path updates
    simurai authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    765d5fa View commit details
    Browse the repository at this point in the history
  3. Add theming doc

    simurai committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    151c3eb View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Remove color mode mixins from docs

    Already part of /core/index.scss
    simurai committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    02f3b9b View commit details
    Browse the repository at this point in the history
  2. Update theming.md

    simurai committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    78289d3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1255 from primer/theming-docs

    Add theming docs
    simurai authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    c8dae02 View commit details
    Browse the repository at this point in the history
  4. @primer/primitives@4.0.1

    jonrohan committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    baf2db0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b501ecb View commit details
    Browse the repository at this point in the history
  6. Moving migration guide

    jonrohan committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    c2a613c View commit details
    Browse the repository at this point in the history
  7. Adding note to all pages

    jonrohan committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    527adf5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e57170 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef3ecf6 View commit details
    Browse the repository at this point in the history
  10. Use react link

    jonrohan committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    6583707 View commit details
    Browse the repository at this point in the history
  11. html link

    jonrohan committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    3150f02 View commit details
    Browse the repository at this point in the history
  12. Updating changelog

    jonrohan committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    4918d31 View commit details
    Browse the repository at this point in the history
  13. Remove functional wording

    jonrohan committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    7df6199 View commit details
    Browse the repository at this point in the history
  14. Put migration info back

    jonrohan committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    9bf343a View commit details
    Browse the repository at this point in the history
  15. Upgrade migration url

    jonrohan committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    b14d0e7 View commit details
    Browse the repository at this point in the history