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

Release 2.11.2 #4169

Merged
merged 54 commits into from Apr 28, 2021
Merged

Release 2.11.2 #4169

merged 54 commits into from Apr 28, 2021

Commits on Mar 1, 2021

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

Commits on Mar 2, 2021

  1. updated single-quotes to use double-quotes.

    Jeff Eoff committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    f7f879a View commit details
    Browse the repository at this point in the history
  2. added examples for .usa-radio__input and .usa-radio__input--tile chec…

    …ked and disabled. added styles for the --tile version.
    Jeff Eoff committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    31d66fe View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

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

Commits on Mar 10, 2021

  1. Include explicit button state classes in unstyled hover, active overr…

    …ides
    
    The unstyled button mixin customizes the hover and active appearance of a button, but only applies this with the browser-native `:hover` and `:active` modifiers, and not with USWDS' explicit `usa-button--hover` and `usa-button--active` modifier classes.
    aduth committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    f521350 View commit details
    Browse the repository at this point in the history
  2. Switch to matchMedia for viewport-specific JavaScript

    Changes from responding to resize event with conditions on current viewport size, to event-based matchMedia.
    
    Why:
    
    - Fewer runtime dependencies, reducing bundle size and maintenance overhead
    - Faster response time of viewport changes, since viewport-specific logic is run immediately, without a debounce delay
    - Simpler tests, due to the absence of timer scheduling accounting for debounce
    - Less computationally-intensive, since resize events are no longer handled, regardless whether they're debounced
    aduth committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    950caac View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Add disabled modifiers for unstyled button resets

    Co-authored-by: Dan O. Williams <11464021+thisisdano@users.noreply.github.com>
    aduth and thisisdano committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    fea205c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db49028 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cb66ff View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

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

Commits on Mar 17, 2021

  1. Merge pull request #4110 from uswds/main

    Sync 2.11.1
    thisisdano committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    1908d13 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Use "inherit" for font smoothing reset

    The unstyled button resets font smoothing which may have been applied by e.g. disabled button styling. However, the reset is opinionated and assumes a specific default font smoothing. This can cause some inconsistency between the appearance of links and unstyled buttons if the page's default font smoothing does not match the opinionated reset styling. Instead, reset using the "inherit" keyword to inherit what would be the normal font smoothing behavior absent smoothing applied by the "add-knockout-font-smoothing" mixin.
    aduth committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    4f39b1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72f948c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11a3761 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    6126a37 View commit details
    Browse the repository at this point in the history
  2. Add additional 24px icon

    thisisdano committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    fd48b28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc726a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1df7b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3707d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2bad9b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0666d03 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b75605c View commit details
    Browse the repository at this point in the history
  9. Add material rename script

    thisisdano committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    7254560 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Merge pull request #4139 from uswds/dw-icon-update

    Use 24px icons only (+ small icon updates)
    mejiaj committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    0f1f4d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Update checkbox and radio examples.

    - Remove extra example
    - Move radio tile checked back to 1st item
    mejiaj committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    eb992c6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:uswds/uswds into je-radio-shows-…

    …unchecked-when-disabled-even-when-checked
    mejiaj committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    a463f0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6be4de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a0e2f7 View commit details
    Browse the repository at this point in the history
  5. Run snyk wizard.

    mejiaj committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    fdca19d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Create summary box package.

    mejiaj committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    829cc6c View commit details
    Browse the repository at this point in the history
  2. Cleanup package imports in styles.scss

    - Remove duplicate entry
    - Add missing summary box
    - Sort alphabetically
    - Add icon and icon list
    - Add site alert
    - Add collection
    mejiaj committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    55a4e77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a4a326 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    452a0cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5201e3c View commit details
    Browse the repository at this point in the history
  3. Remove extra return.

    mejiaj committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    a0d62fe View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Merge pull request #4116 from uswds/gsq-aduth-debounce-to-mql

    USWDS - Footer Component updates test spec
    thisisdano committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    27a5e54 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4160 from uswds/je-radio-shows-unchecked-when-dis…

    …abled-even-when-checked
    
    USWDS - Checkbox & Radio: Display state when disabled and checked.
    thisisdano committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    74ce3d0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4091 from uswds/jm-deprecate-site-max-width

    USWDS - Variables: Deprecate site-max-width variable.
    thisisdano committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    3701ddb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4115 from aduth/aduth-link-smoothing-consistency

    Buttons: Use "inherit" for font smoothing reset
    thisisdano committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    b4391ba View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4162 from uswds/jm-summary-box-package

    USWDS - Packages: Add summary box and update imports list.
    thisisdano committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    567f7ad View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4077 from aduth/aduth-unstyled-hover-active-classes

    Button: Include explicit state classes in unstyled hover, active overrides
    thisisdano committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    c3d224f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

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

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    2c3b7e0 View commit details
    Browse the repository at this point in the history
  2. Remove stray debug code

    thisisdano committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    6d9e89f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Merge pull request #4163 from uswds/jm-sidenav-current-color

    USWDS - Side navigation: Fix current color link color.
    thisisdano committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    328cc9d View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    thisisdano committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    f1b18aa View commit details
    Browse the repository at this point in the history
  3. Update refs to 2.11.2

    thisisdano committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    30c1444 View commit details
    Browse the repository at this point in the history
  4. Update _notifications.scss

    thisisdano committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    11144be View commit details
    Browse the repository at this point in the history
  5. Reorganize and use !default for deprecated vars

    This will enable any user overrides in subsequent code
    thisisdano committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    c3c54ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75d974f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0110001 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4173 from uswds/dw-final-2.11.2-updates

    Final 2.11.2 updates
    thisisdano committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    8f28cd7 View commit details
    Browse the repository at this point in the history
  9. 2.11.2

    thisisdano committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    ab988ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c92b052 View commit details
    Browse the repository at this point in the history