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

Merge release/2.3.0 into develop branch #1082

Merged
merged 81 commits into from
Nov 27, 2023
Merged

Merge release/2.3.0 into develop branch #1082

merged 81 commits into from
Nov 27, 2023

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    4259031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01593c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Merge release/1.25.0 into main branch (#494)

    * HOTFIX update tooltip primary variant to ux-emerald (#415)
    
    * Feature RS-8352 Tabs (#477)
    
    Add Tabs and Tabs with react-bootstrap and styled-components
    
    * feature/UIDS-442 add Button to DS (#450)
    
    Adds react-bootstrap and Button component to the Design System
    
    * Bug/UIDS-484 Set node version on nightly visual tests (#485)
    
    * chore/UIDS-476 documentation updates (#486)
    
    * Chore/ Add Percy snapshots for buttons (#488)
    
    * Chore/ Delete old sample file for cypress tests (#482)
    
    * Merge hotfix/1.24.1 into develop branch (#493)
    
    * allows Tooltip to open on hover (#487)
    
    * Prepare release 1.25.0
    
    Co-authored-by: Rachel Roppolo <rachel@userinterviews.com>
    Co-authored-by: Jane Sebastian <jane@userinterviews.com>
    Co-authored-by: Jason Basuil <basuilj@gmail.com>
    Co-authored-by: brianCollinsUI <84730553+brianCollinsUI@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    5 people authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    fb49996 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e5b93e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b1f60d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Merge release/1.26.0 into main branch (#513)

    * HOTFIX update tooltip primary variant to ux-emerald (#415)
    
    * Feature RS-8352 Tabs (#477)
    
    Add Tabs and Tabs with react-bootstrap and styled-components
    
    * feature/UIDS-442 add Button to DS (#450)
    
    Adds react-bootstrap and Button component to the Design System
    
    * Bug/UIDS-484 Set node version on nightly visual tests (#485)
    
    * chore/UIDS-476 documentation updates (#486)
    
    * Chore/ Add Percy snapshots for buttons (#488)
    
    * Chore/ Delete old sample file for cypress tests (#482)
    
    * Merge hotfix/1.24.1 into develop branch (#493)
    
    * allows Tooltip to open on hover (#487)
    
    * Merge release/1.25.0 into develop branch (#495)
    
    * allows Tooltip to open on hover (#487)
    
    * Prepare hotfix 1.24.1 (#492)
    
    * Prepare release 1.25.0
    
    Co-authored-by: Jason Basuil <basuilj@gmail.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    * Merge hotfix/1.25.1 into develop branch (#499)
    
    * allows Tooltip to open on hover (#487)
    
    * Prepare hotfix 1.24.1 (#492)
    
    * Merge release/1.25.0 into main branch (#494)
    
    * HOTFIX update tooltip primary variant to ux-emerald (#415)
    
    * Feature RS-8352 Tabs (#477)
    
    Add Tabs and Tabs with react-bootstrap and styled-components
    
    * feature/UIDS-442 add Button to DS (#450)
    
    Adds react-bootstrap and Button component to the Design System
    
    * Bug/UIDS-484 Set node version on nightly visual tests (#485)
    
    * chore/UIDS-476 documentation updates (#486)
    
    * Chore/ Add Percy snapshots for buttons (#488)
    
    * Chore/ Delete old sample file for cypress tests (#482)
    
    * Merge hotfix/1.24.1 into develop branch (#493)
    
    * allows Tooltip to open on hover (#487)
    
    * Prepare release 1.25.0
    
    Co-authored-by: Rachel Roppolo <rachel@userinterviews.com>
    Co-authored-by: Jane Sebastian <jane@userinterviews.com>
    Co-authored-by: Jason Basuil <basuilj@gmail.com>
    Co-authored-by: brianCollinsUI <84730553+brianCollinsUI@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    * update relative bootstrap imports (#497)
    
    * Prepare hotfix 1.25.1
    
    Co-authored-by: Jason Basuil <basuilj@gmail.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Rachel Roppolo <rachel@userinterviews.com>
    Co-authored-by: Jane Sebastian <jane@userinterviews.com>
    Co-authored-by: brianCollinsUI <84730553+brianCollinsUI@users.noreply.github.com>
    
    * Chore/wait a bit longer for things to render on some percy snapshots (#503)
    
    * UIDS-438 Add AsyncCreatableSelect (#500)
    
    * UIDS-506 Update Form to handle GET method (#507)
    
    Previously passing a GET method would have worked for Rails, but it wouldn't
    put the params in the URL which is the expected behavior. This makes it so we
    properly pass GET directly to the form method parameter.
    
    One other thing this does is remove the CSRF params if GET is passed. These are
    ignored in GET and thus aren't necessary and would add extra params to the URL.
    
    One potential upgrade that was left on the cutting room floor was passing any
    extra props directly to the form component.
    
    * CHORE Fix node version in deploy action (#510)
    
    * CHORE Fix yaml spacing on deploy action (#512)
    
    * feature/UIDS-312 add Dropdown to DS (#502)
    
    * adds Dropdown and subcomponents
    
    * adds DropdownIconToggle
    
    * creates shared button mixins
    
    * remove children proptype, consolidate shared proptypes
    
    * add Percy snapshots for Dropdowns
    
    * Prepare release 1.26.0
    
    Co-authored-by: Rachel Roppolo <rachel@userinterviews.com>
    Co-authored-by: Jane Sebastian <jane@userinterviews.com>
    Co-authored-by: Jason Basuil <basuilj@gmail.com>
    Co-authored-by: brianCollinsUI <84730553+brianCollinsUI@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Bob Saris <bob@userinterviews.com>
    6 people authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    35bde05 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Merge release/1.26.1 into main branch (#517)

    * UIDS-501 Export color variables for use in js (#504)
    
    * use font-type-30 on form-control (#516)
    
    * Prepare release 1.26.1
    github-actions[bot] authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    3c22d6a View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Merge branch 'release/1.27.0' into main

    Rachel Roppolo authored and Rachel Roppolo committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    b7ff3db View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts on 1.27.0

    Rachel Roppolo authored and Rachel Roppolo committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    dbb32e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Merge release/1.28.0 into main branch (#563)

    * updates Dropdown documentation, adds Figma addon for illustrations (#554)
    
    * add transparent Button variant & update DropdownIconToggle (#560)
    
    Adding the transparent and outline transparent variant to the Button component. Uses transparent button variant in ModalFooter actions for closing. Updates DropdownToggle to support icon-only dropdown. Removes DropdownIconToggle in favor of using DropdownToggle to better support flexible styling.
    
    * Prepare release 1.28.0
    
    Co-authored-by: Jason Basuil <basuilj@gmail.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and jasonbasuil authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    ec827b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Merge release/1.29.0 into main branch (#569)

    * add CardList to DS (#567)
    
    Adds a CardList layout component to wrap around existing design system Cards.
    
    * update Pill color and border (#568)
    
    Updates Pills colors, removes Pill border, and introduces a Pills layout component to wrap around a collection of Pill components.
    
    * Prepare release 1.29.0
    
    Co-authored-by: Jason Basuil <basuilj@gmail.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and jasonbasuil authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    9200396 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Merge release/1.29.1 into main branch (#578)

    * remove margin from Card (#572)
    
    * rename CardList to CardContainer (#574)
    
    Co-authored-by: Jason Basuil <basuilj@gmail.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and jasonbasuil authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    c14f468 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Merge release/1.29.2 into main branch (#594)

    * Button and Link distinction documentation (#587)
    
    * add brand variants to Button (#593)
    
    Co-authored-by: Jason Basuil <basuilj@gmail.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and jasonbasuil authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    73db0b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a49fb1 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Merge release/1.30.0 into main branch (#611)

    * removing TrackedButton from export (#603)
    
    * add aria-live to Toast (#605)
    
    * handle setting title prop on Toast (#607)
    
    * update focus state to Button and Select (#601)
    
    Co-authored-by: Jason Basuil <basuilj@gmail.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and jasonbasuil authored May 5, 2022
    Configuration menu
    Copy the full SHA
    db34760 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Merge release/1.30.1 into main branch (#618)

    * fix styles on Select to allow for tabbing and proper focus (#617)
    github-actions[bot] authored May 16, 2022
    Configuration menu
    Copy the full SHA
    bfaafec View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Merge release/1.30.2 into main branch (#624)

    * allow setting id on InputLabel (#621)
    
    * add id to FormGroup__invalid-feedback (#623)
    github-actions[bot] authored May 19, 2022
    Configuration menu
    Copy the full SHA
    716f489 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Merge release/1.30.3 into main branch (#629)

    * update Input focus boder to ux-blue-500 for 3:1 contrast ratio (#628)
    github-actions[bot] authored May 23, 2022
    Configuration menu
    Copy the full SHA
    4ee7f86 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Merge release/1.31.0 into main branch (#633)

    * update FormGroup and InputLabel to support fieldset and legend (#632)
    github-actions[bot] authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    4b8e1da View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Merge release/1.31.1 into main branch (#642)

    * change FormControlLabel label and children to span (#638)
    
    * updating input scss variables (#641)
    
    * Prepare release 1.31.1
    github-actions[bot] authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    a3ab62a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Merge release/1.32.0 into main branch (#660)

    * remove required id from FormGroup (#645)
    
    * Fix cypress tests (#647)
    
    * Add data-testid to LoadingOverlay (#652)
    
    * add Link variant to Button component (#659)
    
    * upgrade react-select v5 (#658)
    
    * Add Accordion to DS (#656)
    github-actions[bot] authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    99b0077 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. update snapshots

    jasonbasuil committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    08fbf35 View commit details
    Browse the repository at this point in the history
  2. Merge release/1.32.1 into main branch (#668)

    * add tabindex to error alerts (#655)
    
    * update snapshots (#667)
    github-actions[bot] authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    a05d024 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Merge release/1.32.2 into main branch (#675)

    * add Chromatic (#665)
    
    * Bump async from 3.2.1 to 3.2.3 (#596)
    
    * Bump minimist from 1.2.5 to 1.2.6 (#581)
    
    * Bump nanoid from 3.1.30 to 3.3.2 (#580)
    
    * Bump node-fetch from 2.6.1 to 2.6.7 (#532)
    
    * Bump shelljs from 0.8.4 to 0.8.5 (#520)
    
    * updates to Accordion v2 (#673)
    
    * Bump terser from 4.8.0 to 4.8.1 (#674)
    
    * Prepare release 1.32.2
    github-actions[bot] authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    5777eff View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Merge release/1.32.3 into main branch (#688)

    * update build schedule for Chromatic  (#681)
    
    * Remove percy and cypress (#682)
    
    * chromatic build change on push develop (#686)
    
    * add ToggleInput (#672)
    github-actions[bot] authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    a3e81b0 View commit details
    Browse the repository at this point in the history
  2. Merge release/1.32.4 into main branch (#692)

    * update react toggle css import (#691)
    github-actions[bot] authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    0324eeb View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Merge release/1.32.5 into main branch (#700)

    * UIDS-695 node prop type (#696)
    
    * copy style.css and use directly in ToggleInput (#699)
    github-actions[bot] authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    03efd6f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Merge release/1.33.0 into main branch (#709)

    * change Select option color to $ux-gray-900 (#707)
    
    * text-decoration none on DropdownItem hover (#706)
    
    * add unstyled variant to DropdownToggle (#704)
    github-actions[bot] authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    e6ee42a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Merge release/1.34.0 into main branch (#719)

    * add disabled ToggleInput story (#713)
    
    * Accordion updates for better content flexibility and alignment with Card (#708)
    github-actions[bot] authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    52fb483 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Merge release/1.34.1 into main branch (#728)

    * Add label for Pill close button (#722)
    
    * remove prop spread on Accordion and ToggleInput, expose additional props as needed (#724)
    
    * update custom select Option to allow for indeterminate state on CheckboxButton (#727)
    
    * Prepare release 1.34.1
    github-actions[bot] authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    689ef1f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Merge release/1.34.2 into main branch (#734)

    * CheckboxButtonGroup and RadioButtonGroup state and width updates  (#731)
    github-actions[bot] authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    78ef5a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Merge release/1.34.3 into main branch (#740)

    * Added ability to pass a `trailingIcon` to `ProfileCell` (#733)
    github-actions[bot] authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    05cae34 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Merge release/1.35.0 into main branch (#744)

    * make modal prop work with all Selects (#743)
    
    * Fix color system JS variable order (#739)
    
    Fixes the 500 level color values for green and navy. This is because the variables for 500 were used as the
    non-numbered values but those don't always correspond to the 500 value.
    I set them all to the 500 variables for consistency.
    
    * Prepare release 1.35.0
    github-actions[bot] authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    2019001 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Merge release/1.36.0 into main branch (#753)

    * Add aria-label for trailingIconOnClickSubmit Input (#751)
    
    * add Grid components (Container, Row, Col) (#750)
    
    * add Popover (#717)
    github-actions[bot] authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    cad4615 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Merge release/1.36.1 into main branch (#757)

    * change width to max-width on Card (#756)
    github-actions[bot] authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    366e90e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Merge release/1.36.2 into main branch (#769)

    * Use default color for input label tooltips (#761)
    
    * update cursor to pointer on select control (#765)
    
    * add CardStack (#763)
    github-actions[bot] authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    3264e33 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Merge release/1.36.3 into main branch (#778)

    * remove CardContainer and CardList (#772)
    
    * add OptionWithDescription for selects (#774)
    github-actions[bot] authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    07e14e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Merge release/1.37.0 into main branch (#787)

    * add Main layout component (#777)
    
    * add labelDescription to OptionWithDescription (#786)
    
    * add Flex component (#781)
    github-actions[bot] authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    5a6306f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Merge release/1.38.0 into main branch (#796)

    * update TableCell compact variant to 0.75rem top padding (#793)
    
    * Bump loader-utils from 1.4.1 to 1.4.2 (#782)
    
    * add red Pill color (#790)
    
    * Add Text and Heading components (#785)
    github-actions[bot] authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    92fc555 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Merge release/1.38.1 into main branch (#803)

    * add LoadingSkeleton (#800)
    
    * Adding contentCenterOverflow prop to LoadingOverlay (#802)
    github-actions[bot] authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    5b36bbc View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Merge release/1.38.2 into main branch (#807)

    * import skeleton.css directly to LoadingSkeleton (#806)
    github-actions[bot] authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    0254e05 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Merge release/1.38.3 into main branch (#812)

    * Adding optional props to Tabs component (#811)
    github-actions[bot] authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    4663cd1 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Merge release/1.38.4 into main branch (#822)

    * add Grouped Options story for SingleSelect (#816)
    
    * Bump express from 4.17.1 to 4.18.2 (#795)
    
    * Bump decode-uri-component from 0.2.0 to 0.2.2 (#794)
    
    * Bump qs from 6.5.2 to 6.5.3 (#791)
    
    * some README cleanup (#817)
    
    * add pre-built loading skeleton to Card (#821)
    github-actions[bot] authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    057436f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Merge release/1.39.0 into main branch (#834)

    * make inputId required on Select components (#827)
    
    * Bump http-cache-semantics from 4.1.0 to 4.1.1 (#828)
    
    * export Main from DS (#831)
    
    * add loading state to Button (#833)
    github-actions[bot] authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    ab8b201 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Merge release/1.40.0 into main branch (#840)

    * set Button focus outline to only keyboard (#839)
    
    * Update setMessage to accept object in useToast.js and add Toast.mdx doc file (#838)
    github-actions[bot] authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    aac5691 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61989ef View commit details
    Browse the repository at this point in the history
  3. move CNAME to root

    jasonbasuil committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    1434f36 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Merge release/1.41.0 into main branch (#851)

    * Add bugsnag config to DS and handle toast arg error (#845)
    
    * use focus-visible for AccordionToggle focus state (#847)
    
    * update transparent button active bg color (#843)
    
    * add ProfileCellSkeleton (#825)
    github-actions[bot] authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    dbd0a61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65a5d83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03642df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e69df3 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Merge release/1.41.1 into main branch (#874)

    * Move react-scripts to devDependencies (#854)
    
    * enforce storybook v6.2.1 (#864)
    
    * Button height and typography updates (#849)
    
    * add conditional removeBorderLeft, update Alert padding (#858)
    
    * Revert "Button height and typography updates (#849)" (#873)
    
    This reverts commit 5fc8bfe.
    
    * upgrade to bugsnag 7 (#871)
    github-actions[bot] authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    8bbac97 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Delete CNAME

    jasonbasuil authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    756dcfe View commit details
    Browse the repository at this point in the history
  2. Create CNAME

    jasonbasuil authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    75ba506 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Merge release/1.42.0 into main branch (#881)

    * Revert "button size updates (previously reverted) (#876)" (#880)
    
    * remove Bugsnag (#878)
    github-actions[bot] authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    46235d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Merge release/1.42.1 into main branch (#885)

    * add TableLoadingSkeleton (#869)
    
    * update Input placeholder color to gray-700 (#866)
    
    * use UI logo for favicon (#884)
    
    * add DropdownDivider and destructive DropdownItem variant (#860)
    github-actions[bot] authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a881397 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Merge release/1.42.2 into main branch (#895)

    * add fa-fw to DropdownItem (#890)
    
    * Improve outline transparent button disabled state (#894)
    github-actions[bot] authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    b64b9d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Merge release/1.43.0 into main branch (#903)

    * Bug/746 fix asyncselect modal stories (#892)
    
    * Add drawer component (#900)
    
    * upgrade Bootstrap 5.1 (#902)
    github-actions[bot] authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    d925890 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Merge release/1.43.1 into main branch (#909)

    * Drawer/Fix DrawerFooter onPrimaryAction click handler (#908)
    github-actions[bot] authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c9fbef7 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. remove unused react-scripts (#928)

    bump node version max to 19 (#926)
    
    add TableFoot, update TableCell hover, and allow stickyRowBottom (#916)
    
    move btn-focus-outline--dark-bg to buttons styles (#917)
    
    Storybook 7 upgrade (#911)
    
    Improve Drawer breakpoints on tablets (#921)
    
    add Spacing stories to foundations (#914)
    jasonbasuil committed May 17, 2023
    Configuration menu
    Copy the full SHA
    35ee057 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1ed5ec View commit details
    Browse the repository at this point in the history
  3. Revert "update snapshots and lockfile"

    This reverts commit e1ed5ec.
    jasonbasuil committed May 17, 2023
    Configuration menu
    Copy the full SHA
    912b82f View commit details
    Browse the repository at this point in the history
  4. Revert "remove unused react-scripts (#928)"

    This reverts commit 35ee057.
    jasonbasuil committed May 17, 2023
    Configuration menu
    Copy the full SHA
    75eda19 View commit details
    Browse the repository at this point in the history
  5. Merge release/2.0.0-rc into main branch (#931)

    * add Spacing stories to foundations (#914)
    
    * Improve Drawer breakpoints on tablets (#921)
    
    * Storybook 7 upgrade (#911)
    
    * move btn-focus-outline--dark-bg to buttons styles (#917)
    
    * add TableFoot, update TableCell hover, and allow stickyRowBottom (#916)
    
    * bump node version max to 19 (#926)
    
    * remove unused react-scripts (#928)
    github-actions[bot] authored May 17, 2023
    Configuration menu
    Copy the full SHA
    0fe3524 View commit details
    Browse the repository at this point in the history
  6. Merge release/2.0.0-rc1 into main branch (#935)

    * fix bad merge that included old SB6 duplicate docs (#934)
    github-actions[bot] authored May 17, 2023
    Configuration menu
    Copy the full SHA
    1f38caf View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

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

Commits on May 23, 2023

  1. Merge release/2.0.1 into main branch (#946)

    * Add loading props to DrawerFooter actions (#942)
    
    * change Chromatic build deploy on main branch (#944)
    
    * add EmptyState component (#939)
    
    * Update module resolver to resolve dependabot (#945)
    github-actions[bot] authored May 23, 2023
    Configuration menu
    Copy the full SHA
    1f6a360 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Merge release/2.0.2 into main branch (#954)

    * Move deploy to GitHub actions (#950)
    
    * add MoneyInput component (#951)
    
    * add IconButton (#953)
    github-actions[bot] authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    ab2db51 View commit details
    Browse the repository at this point in the history
  2. Merge release/2.0.3 into main branch (#958)

    * export IconButton (#957)
    github-actions[bot] authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    baa0ae6 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Merge release/2.0.4 into main branch (#964)

    * add feature variant to Alert / Callout, un-publish announcement variant (#963)
    github-actions[bot] authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    ad96e36 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Merge release/2.1.0 into main branch (#977)

    * add target to Alert action (#974)
    
    * Bump word-wrap from 1.2.3 to 1.2.4 (#976)
    
    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump semver from 5.7.1 to 5.7.2 (#967)
    
    Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
    - [Commits](npm/node-semver@v5.7.1...v5.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump tough-cookie from 4.1.2 to 4.1.3 (#966)
    
    Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
    - [Release notes](https://github.com/salesforce/tough-cookie/releases)
    - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
    - [Commits](salesforce/tough-cookie@v4.1.2...v4.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: tough-cookie
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add RichTextEditor component (#972)
    
    Adds a RichTextEditor component to input and edit text with formatting. Currently supports bold, italic, link, unordered list, and ordered list.
    github-actions[bot] authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    46f4208 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Merge release/2.1.1 into main branch (#987)

    * upgrade FontAwesome v6.4.0 (#980)
    
    * ensure EmptyState title and subtitle have same margin-bottom (#984)
    
    * Adding lateral style icon and collapsed text (#986)
    github-actions[bot] authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a40b590 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge release/2.2.0 into main branch (#1014)

    * Update issue templates (#995)
    
    * Create -ui-design-system--pr.md (#996)
    
    * uses yalc for linking the DS to RS (#1000)
    
    * Bump @adobe/css-tools from 4.2.0 to 4.3.1 (#989)
    
    * upgrade storybook to 7.4.1 (#1005)
    
    * add TypeScript (#992)
    
    * Fixes up TS config (#993)
    
    * upgrade dependencies for semver (#1010)
    
    * adds necessary final step for unlinking rs (#1011)
    github-actions[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f037e33 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Merge release/2.2.1 into main branch (#1023)

    * convert Heading component to TypeScript (#1017)
    
    * convert Flex component to TypeScript (#1018)
    github-actions[bot] authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5ce7fb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3252d3 View commit details
    Browse the repository at this point in the history
  3. update snapshots

    jasonbasuil committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    4f088bd View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Merge release/2.2.2 into main branch (#1044)

    * Migrates Tabs component to TS  and CSS modules (#1038)
    
    * remove jest mock functions from stories (#1040)
    
    * Fixes storybook webpack config (#1042)
    
    * re-write components without styled-components (#1043)
    github-actions[bot] authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    b0a915e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Merge release/2.2.3 into main branch (#1058)

    * upgrade css-loader (#1050)
    
    * Bump postcss from 8.4.29 to 8.4.31 (#1051)
    
    * Fixes Bootstrap classname collision in Tabs component for Rails Server (#1049)
    
    * Fixes prop name in Tabs (#1052)
    
    Prevents tab class name prop from getting overridden.
    
    * add trailingText to Input component (#1056)
    
    * Allow drawer to be expanded by default (#1057)
    github-actions[bot] authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    487a9dc View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    99eae56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6b5c19 View commit details
    Browse the repository at this point in the history
  3. snapshots

    jasonbasuil committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7fb514b View commit details
    Browse the repository at this point in the history