Skip to content

Releases: user-interviews/ui-design-system

Release v1.30.0

05 May 17:00
db34760

Choose a tag to compare

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 <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

Release v1.29.2

20 Apr 22:03

Choose a tag to compare

remove extra version in package.json

Release v1.29.1

29 Mar 21:10
c14f468

Choose a tag to compare

Merge release/1.29.1 into main branch (#578)

* remove margin from Card (#572)

* rename CardList to CardContainer (#574)

Co-authored-by: Jason Basuil <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

Release v1.29.0

14 Mar 20:20
9200396

Choose a tag to compare

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 <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

Release v1.28.0

09 Mar 01:36
5a360c1

Choose a tag to compare

updates Dropdown documentation, adds Figma addon for illustrations (#…

Release v1.27.0

11 Feb 21:27

Choose a tag to compare

Fix merge conflicts on 1.27.0

Release v1.26.1

10 Jan 20:24
3c22d6a

Choose a tag to compare

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

Release v1.26.0

06 Jan 21:12
35bde05

Choose a tag to compare

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 <[email protected]>
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 <[email protected]>
Co-authored-by: Jane Sebastian <[email protected]>
Co-authored-by: Jason Basuil <[email protected]>
Co-authored-by: brianCollinsUI <[email protected]>
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 <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rachel Roppolo <[email protected]>
Co-authored-by: Jane Sebastian <[email protected]>
Co-authored-by: brianCollinsUI <[email protected]>

* 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 <[email protected]>
Co-authored-by: Jane Sebastian <[email protected]>
Co-authored-by: Jason Basuil <[email protected]>
Co-authored-by: brianCollinsUI <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Bob Saris <[email protected]>

Release v1.25.1

10 Dec 22:34
0b1f60d

Choose a tag to compare

Prepare hotfix 1.25.1 (#498)

Release v1.25.0

10 Dec 18:15
fb49996

Choose a tag to compare

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 <[email protected]>
Co-authored-by: Jane Sebastian <[email protected]>
Co-authored-by: Jason Basuil <[email protected]>
Co-authored-by: brianCollinsUI <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>