Skip to content

Release react-components #356

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

Merged
merged 24 commits into from
Nov 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
646c284
Create Avatar component
niftyrinki Oct 2, 2020
65ab0af
(LIDAR-555) Add neutral tag
Lukeaber Oct 14, 2020
c7313f0
(PDS-496) - Add a11y to Loading component
jilliankeenan Oct 20, 2020
8b8aecd
(MAINT) - Converting tooltiphover component to function component
jilliankeenan Oct 20, 2020
4d16ef2
Merge branch 'development' into ft/component-avatar
caseywilliams Oct 28, 2020
bc65647
(MAINT) Add dag and workspaces icons
sean-mckenna Oct 14, 2020
cc63871
Merge pull request #319 from niftyrinki/ft/component-avatar
caseywilliams Oct 28, 2020
76cfd26
Merge pull request #345 from jilliankeenan/PDS-496
jilliankeenan Oct 30, 2020
aff4aec
Add `pull_request_target` event to test.yml
vine77 Oct 30, 2020
c7fb94e
(PDS-512) Add signout option to Sidebar Footer (#338)
sean-mckenna Nov 2, 2020
4996deb
(PDS-555) Change props and close icon colour
Lukeaber Nov 2, 2020
2cf4e63
(MAINT) Fix breaking tests
Lukeaber Nov 2, 2020
17b85f4
Update test.yml
vine77 Nov 2, 2020
e644c77
Merge pull request #355 from puppetlabs/MAINT-PDS-Linter
vine77 Nov 2, 2020
c05f4c3
(maint) Fix ability to npm link react-components
chrisleicester Oct 30, 2020
2aba902
Remove unused rimraf dependency
vine77 Nov 2, 2020
2efac51
Merge pull request #353 from puppetlabs/maint/fix-react-components-np…
vine77 Nov 2, 2020
57650f2
Update CHANGELOG.md
vine77 Nov 2, 2020
9e0c999
Merge pull request #339 from puppetlabs/PDS-555-Add-neutral-tag
vine77 Nov 3, 2020
65b04e0
Merge pull request #341 from sean-mckenna/MAINT-add-icons
vine77 Nov 3, 2020
63a7f88
Merge pull request #346 from jilliankeenan/MAINT-Convert-Tooltip
vine77 Nov 3, 2020
8b9bd6e
Update CHANGELOG.md
vine77 Nov 3, 2020
17088d6
Update test.yml
vine77 Nov 3, 2020
1c63c7c
Bump version
vine77 Nov 3, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ name: Test

on:
push:
branches-ignore:
- development
- master
branches: [development, master]
pull_request:
branches-ignore:
- development
- master
branches-ignore: [development, master]
# TODO: See if the following event can be used to get tests running on PRs from forks. Note that we would have to change the git context from the base to the PR with actions/checkout.
# pull_request_target:
# types: [opened, reopened, synchronize]

jobs:
test:
Expand All @@ -20,7 +19,7 @@ jobs:
node-version: [12.4.0]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
Expand Down
33 changes: 21 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,44 @@
# react-components 5.25.0 (2020-11-02)

- [Avatar] Create Avatar component (by [@niftyrinki](https://github.com/niftyrinki) in [#319](https://github.com/puppetlabs/design-system/pull/319))
- [Sidebar] Add signout option to Sidebar.Footer (by [@sean-mckenna](https://github.com/sean-mckenna) in [#338](https://github.com/puppetlabs/design-system/pull/338))
- [Tag] Add "neutral" Tag (by [@Lukeaber](https://github.com/Lukeaber) in [#339](https://github.com/puppetlabs/design-system/pull/339))
- [Icon] Add "dag" and "workspaces" icons (by [@sean-mckenna](https://github.com/sean-mckenna) in [#341](https://github.com/puppetlabs/design-system/pull/341))
- [Loading] Add a11y to Loading component (by [@jilliankeenan](https://github.com/jilliankeenan) in [#345](https://github.com/puppetlabs/design-system/pull/345))
- Fix ability to `npm link` react-components by removing `prebuild` step (by [@chrisleicester](https://github.com/chrisleicester) in [#353](https://github.com/puppetlabs/design-system/pull/353))

# react-components 5.24.3 (2020-10-27)

- [Filter] Add onUpdate prop to filter (by [eglenfield](https://github.com/eglenfield) in [#344](https://github.com/puppetlabs/design-system/pull/344))
- [Filter] Add onUpdate prop to filter (by [@eglenfield](https://github.com/eglenfield) in [#344](https://github.com/puppetlabs/design-system/pull/344))

# react-components 5.24.2 (2020-10-22)

- [Form.Field] Hide form field labels visually (but not to screen readers) when label is null (by [sprokusk](https://github.com/sprokusk) in [#348](https://github.com/puppetlabs/design-system/pull/348))
- [Form.Field] Hide form field labels visually (but not to screen readers) when label is null (by [@sprokusk](https://github.com/sprokusk) in [#348](https://github.com/puppetlabs/design-system/pull/348))
- [Input] Update placeholder color to n700 to meet accessibility contrast ratios (by [@Sigler](https://github.com/Sigler) in [#347](https://github.com/puppetlabs/design-system/pull/347))

# react-components 5.24.1 (2020-10-14)

- [Toolbar] Fix toolbar tabs alignment (by [melcherry98](https://github.com/melcherry98) in [#342](https://github.com/puppetlabs/design-system/pull/342))
- [Toolbar] Fix toolbar tabs alignment (by [@melcherry98](https://github.com/melcherry98) in [#342](https://github.com/puppetlabs/design-system/pull/342))

# react-components 5.24.0 (2020-10-12)

- [Popover] Add Popover component (by [melcherry98](https://github.com/melcherry98) in [#333](https://github.com/puppetlabs/design-system/pull/333))
- [Popover] Add Popover component (by [@melcherry98](https://github.com/melcherry98) in [#333](https://github.com/puppetlabs/design-system/pull/333))
- [SidePanel] Add `closeButtonIcon` and `hideCloseButton` props to SidePanel (by [@jilliankeenan](https://github.com/jilliankeenan) in [#336](https://github.com/puppetlabs/design-system/pull/336))
- [Logo] Fix logo for Comply (by [vine77](https://github.com/vine77) in [#332](https://github.com/puppetlabs/design-system/pull/332))
- [Logo] Fix logo for Comply (by [@vine77](https://github.com/vine77) in [#332](https://github.com/puppetlabs/design-system/pull/332))

# react-components 5.23.1 (2020-10-07)

- [Logo] Add "comply" logo (by [Ioannis-Karasavvaidis](https://github.com/Ioannis-Karasavvaidis) in [#327](https://github.com/puppetlabs/design-system/pull/327))
- [Input] Fix bug with default `size` in Input (by [sprokusk](https://github.com/sprokusk) in [016651a](https://github.com/puppetlabs/design-system/commit/016651a357d2f2f1960147229cc7909f3088b4dc))
- [Logo] Add "comply" logo (by [@Ioannis-Karasavvaidis](https://github.com/Ioannis-Karasavvaidis) in [#327](https://github.com/puppetlabs/design-system/pull/327))
- [Input] Fix bug with default `size` in Input (by [@sprokusk](https://github.com/sprokusk) in [016651a](https://github.com/puppetlabs/design-system/commit/016651a357d2f2f1960147229cc7909f3088b4dc))

# react-components 5.23.0 (2020-10-07)

- [Tabs] Add "transparent" Tabs variant and make Tabs scrollable (at narrow widths) (by [@caseywilliams](https://github.com/caseywilliams) in [#302](https://github.com/puppetlabs/design-system/pull/302))
- [Input] Add size and shape props to Input component to support search bars (by [melcherry98](https://github.com/melcherry98) in [#324](https://github.com/puppetlabs/design-system/pull/324))
- [Icon] Add "scan" and "pencil-list" icons (by [Ioannis-Karasavvaidis](https://github.com/Ioannis-Karasavvaidis) in [#329](https://github.com/puppetlabs/design-system/pull/329))
- [Alert] Change icon for "danger" Alert (by [eliely](https://github.com/eliely) in [#320](https://github.com/puppetlabs/design-system/pull/320))
- [Copy] Properly export Copy component (by [sprokusk](https://github.com/sprokusk) in [#322](https://github.com/puppetlabs/design-system/pull/322))
- [Form] Relax Form.Field `description` prop type (by [vine77](https://github.com/vine77) in [#305](https://github.com/puppetlabs/design-system/pull/305))
- [Input] Add size and shape props to Input component to support search bars (by [@melcherry98](https://github.com/melcherry98) in [#324](https://github.com/puppetlabs/design-system/pull/324))
- [Icon] Add "scan" and "pencil-list" icons (by [@Ioannis-Karasavvaidis](https://github.com/Ioannis-Karasavvaidis) in [#329](https://github.com/puppetlabs/design-system/pull/329))
- [Alert] Change icon for "danger" Alert (by [@eliely](https://github.com/eliely) in [#320](https://github.com/puppetlabs/design-system/pull/320))
- [Copy] Properly export Copy component (by [@sprokusk](https://github.com/sprokusk) in [#322](https://github.com/puppetlabs/design-system/pull/322))
- [Form] Relax Form.Field `description` prop type (by [@vine77](https://github.com/vine77) in [#305](https://github.com/puppetlabs/design-system/pull/305))

# data-grid 0.5.0 (2020-10-07)

Expand Down
Loading