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

v7 Milestone #481

Merged
merged 45 commits into from
Jul 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
6ab042f
Add `hideLabel` prop (#227)
Apr 17, 2018
3efd628
merge master
Jun 18, 2018
3b00e6e
Add `Select` placeholder option by default (#256)
Jun 18, 2018
c1dea53
Merge branch 'master' into v4
chawes13 Apr 19, 2019
66282a5
Lint rolling
chawes13 Apr 19, 2019
086c570
Mapping aria-disabled instead of disabled (#337)
chawes13 Apr 19, 2019
513ed55
a11y group legends (#384)
chawes13 Oct 10, 2019
b57e13a
Merge branch 'master' into v4
dpikt Jan 9, 2020
6648ee0
Remove custom style prop on button (#408)
dpikt Jan 30, 2020
caefffd
Merge
dpikt Jan 30, 2020
0ce4fca
Add migration guide
dpikt Jan 31, 2020
813a0bf
Naming
dpikt Jan 31, 2020
79a0490
Consolidate examples
dpikt Jan 31, 2020
da18f13
Merge branch 'master' into v4
chawes13 Aug 31, 2021
f8210ae
Move deprecated migration guide to v6 milestone
chawes13 Aug 31, 2021
38bf3d5
Fix merge conflict
chawes13 Aug 31, 2021
c826d50
Take prop change name one level of abstraction further to accommodate…
chawes13 Aug 31, 2021
7da7efe
Modify File Input to accept multiple files (#380)
chawes13 Oct 19, 2021
34893e5
Add className to spinner component (#493)
ghrlee Jan 11, 2022
1c2a834
Made options & value as required for the TabBar component (#461)
AngelMDev Jan 14, 2022
9690ac7
Merge branch 'master' into v6
chawes13 Jan 18, 2022
182987c
Issue #347 : Add remove button to default file input previews (#526)
nicoledow Jan 24, 2022
21752f3
524 remove setter link (#528)
chawes13 Jan 24, 2022
f3b5ddd
Modal close refactor (#525)
chawes13 Jan 24, 2022
3b14b86
Pass redux flash message to dismiss fn (#522)
chawes13 Mar 19, 2022
e88d6da
Merge branch 'master' into v6
chawes13 Mar 19, 2022
d0de1f9
Add ref forwarding to button (#542)
chawes13 Jun 14, 2022
549c300
Add button ref note to migration guide
chawes13 Jun 14, 2022
ec36f7f
Merge branch 'main' into v6
chawes13 Jun 14, 2022
8bab561
Merge branch 'main' into v6
chawes13 Jun 15, 2022
016a81d
Fix tests and prop types (#553)
chawes13 Jun 15, 2022
640526b
allow cell to take custom properties like aria and data-cy per cell b…
aojin Jun 15, 2022
77049f3
Do not overwrite default modal classes (#554)
chawes13 Jun 16, 2022
9066f1b
render caption in table if passed in as a prop (#540)
jhp0621 Jun 16, 2022
ee1456a
Add GitHub issue templates (#555)
chawes13 Jun 22, 2022
3594064
Add support for additional undocumented props (#556)
chawes13 Jun 23, 2022
a4b2a57
Add disabled class to outer field wrapper (#557)
chawes13 Jun 23, 2022
05c07c0
Bug/react modal default (#559)
chawes13 Jun 23, 2022
52ce390
Upgrade DateInput's react-datepicker dependency (#558)
chawes13 Jun 23, 2022
b46ba63
Extend radio checkbox prop types (#563)
chawes13 Jun 29, 2022
56e1bc6
Upgrade to react-switch to v7 (#564)
chawes13 Jun 30, 2022
dac90b5
Update package independently (#565)
chawes13 Jun 30, 2022
d8c0057
Upgrade to react 17 (#569)
chawes13 Jun 30, 2022
f5f1ebd
Remove lp hoc (#562)
chawes13 Jul 1, 2022
005a1c4
Allow specification of group's input props (#571)
chawes13 Jul 4, 2022
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
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug Report
about: Report a bug with LPL's component library
labels: bug
---

<!--
Please fill out this template with all the relevant information so we can
understand what's going on and fix the issue. We encourage you to submit a PR
to fix the reported issue!
-->

## Environment

- `@launchpad/lp-components` version:
- `react` version:
- `node` version:

## Expected Behavior

## Current Behavior

## Steps to Reproduce
<!--
If possible, please create a repository that reproduces the issue with the
minimal amount of code possible.
-->

## Suggested Solution
<!--
It's ok if you don't have a suggested solution, but please let us know if you
have any ideas!
-->
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature Request
about: Suggest a feature or a new component for LPL's component library
labels: enhancement
---

## Feature Description
<!-- Describe the issue(s) that the feature would address -->

## Suggested Solution
<!--
It's ok if you don't have a suggested solution, but please let us know if you
have any ideas!
-->

## Alternatives Considered / Existing Workarounds

## Additional Context
<!-- Add other information, screenshots, etc. about the request here -->
3 changes: 1 addition & 2 deletions .storybook/styles/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
&:hover{ cursor: pointer; }

&:focus{
border: none;
outline: none;
text-decoration: none;
}
}
Expand Down Expand Up @@ -79,6 +77,7 @@ button.button-chill:hover {
&:focus{ border: 1px solid $hover-bg; }

&.is-disabled{
background-color: $bg-1;
opacity: 0.4;
cursor: not-allowed;
}
Expand Down
23 changes: 22 additions & 1 deletion .storybook/styles/components/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,14 @@ select{
}
}

/*-----------------------
Radio
-----------------------*/
.RadioGroup {
label {
cursor: pointer;
}
}

/*-----------------------
Checkbox
Expand Down Expand Up @@ -197,6 +205,19 @@ input[type="checkbox"]{
}
}

/*-----------------------
Disabled
-----------------------*/

.disabled {
label {
cursor: default;
}

input[type="checkbox"], input[type="radio"] {
cursor: not-allowed;
}
}

/*-----------------------
Error
Expand Down Expand Up @@ -305,7 +326,7 @@ Uploader
}
}

.button-secondary-light>input{
input[type="file"]{
position:absolute;
top:0;
right:0;
Expand Down
2 changes: 1 addition & 1 deletion .storybook/styles/components/_spinner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Spinner
-----------------------*/

#spinner {
.spinner {
@include rem(margin-top, 50px);
text-align: center;

Expand Down
6 changes: 6 additions & 0 deletions .storybook/styles/components/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,9 @@ th{
content:"▲";
}
}

.custom-caption {
font-weight: bold;
font-size: 0.8rem;
color: $blue-dark;
}
1 change: 1 addition & 0 deletions .storybook/styles/settings/variables/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//BLUE
$blue-light: #BEE4FF;
$blue-base: #6BC2FF;
$blue-dark: #006AB5;

//GREEN
$green-dark: #56C852;
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
cache: yarn
before_script:
- 'yarn lint'
- 'yarn lint --max-warnings=0'
- 'yarn size'
notifications:
email: false
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Documentation and usage info can be found in [docs.md](docs.md).
- [v4.0.0](migration-guides/v4.0.0.md)
- [v5.0.0](migration-guides/v5.0.0.md)
- [v6.0.0](migration-guides/v6.0.0.md)
- [v7.0.0](migration-guides/v7.0.0.md)

## Contribution

Expand Down
13 changes: 0 additions & 13 deletions __mocks__/@launchpadlab/lp-hoc.js

This file was deleted.

Loading