Skip to content

Commit 31849a7

Browse files
authored
Merge branch 'master' into feat-issue-741-add-event-cta
2 parents acc5856 + 384c314 commit 31849a7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+137
-96
lines changed

.github/pull_request_template.md renamed to .github/PULL_REQUEST_TEMPLATE/pull_request_template.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,31 @@
1-
## Title of this pull request
1+
Link(s) to demo pages where this element can be viewed (recommend using netlify link and not sandboxes that require VPN access):
2+
- [Link](https://5e6089f7c8e38b0008963801--happy-galileo-ea79c4.netlify.com/examples/)
3+
4+
---
5+
6+
### For new components
27

38
* Link to discovery documentation (should contain all the planning and requirements for this work):
4-
- See the `DISCOVERY.md` template at the root of the project
5-
* Link(s) to demo pages where this element can be viewed:
9+
- See the `DISCOVERY.md` template at the root of the project; this can be copied and stored in your component folder for reference.
610

7-
---
11+
### For component fixes and features
12+
13+
* Link to issue detailing the request:
814

915
### What has changed and why
16+
1017
Summarize files edited as part of this MR along with a brief description of what was changed/why.
1118

1219
*
1320

1421
### Testing instructions
22+
1523
Be sure to include detailed instructions on how your update can be tested by another developer.
1624

1725
1.
1826

1927
#### Browser requirements
28+
2029
Your component should work in all of the following environments:
2130

2231
- [ ] Latest 2 versions of Edge
@@ -30,17 +39,22 @@ Your component should work in all of the following environments:
3039
- [ ] iPad Pro Safari
3140
- [ ] Pixel 3 Chrome
3241

42+
#### Infrastructure requirements
43+
3344
Your repository infrastructure updates should work for at least:
3445
- [ ] Node v8.x
3546
- [ ] NPM v7.x
3647

3748
### Ready-for-merge Checklist
3849

39-
- [ ] Expected files: all files in this pull request are related to one feature request or issue (no stragglers)?
40-
- [ ] Did browser testing pass?
41-
- [ ] Did you update or add any necessary documentation (README.md, WHY.md, etc.)?
42-
- [ ] Was this feature demo'd and the design review approved?
43-
- [ ] Did you update the CHANGELOG.md file with a summary of this update?
50+
Check off items as they are completed. Feel free to delete items if they are not applicable to your PR.
51+
52+
- [ ] Expected files: all files in this pull request are related to one request or issue (no stragglers or scope-creep).
53+
- [ ] Tests have been updated to cover these changes.
54+
- [ ] Browser testing passed.
55+
- [ ] Documentation (README.md, WHY.md, etc.) updated or added.
56+
- [ ] Link to the demo recording: []()
57+
- [ ] Approved by designer.
4458

4559

4660
**Be sure to share your updates with the [[email protected]](mailto:[email protected]) mailing list!**

CHANGELOG-prerelease.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
## Prerelease 40 ( TBD )
1+
## Prerelease 41 ( TBD )
22

3-
Tag: [v1.0.0-prerelease.40](https://github.com/patternfly/patternfly-elements/releases/tag/v1.0.0-prerelease.40)
3+
Tag: [v1.0.0-prerelease.41](https://github.com/patternfly/patternfly-elements/releases/tag/v1.0.0-prerelease.41)
44

5-
- [7deb9bb](https://github.com/patternfly/patternfly-elements/commit/7deb9bb6227c0560b60a665ecd43b450db0f90e1) fix: Prevent default pfe-cta arrow from wrapping to a new line by itself (#679)
65
- [](https://github.com/patternfly/patternfly-elements/commit/) feat: adding event to pfe-cta component
76

7+
## Prerelease 40 ( 2020-03-10 )
8+
9+
Tag: [v1.0.0-prerelease.40](https://github.com/patternfly/patternfly-elements/releases/tag/v1.0.0-prerelease.40)
10+
11+
- [d0c2a45](https://github.com/patternfly/patternfly-elements/commit/d0c2a4526ec3fc15339bd4ec393364486a260c84) fix: pfe-navigation cta overlap bug in IE11 (#766)
12+
- [eb4a9f6](https://github.com/patternfly/patternfly-elements/commit/eb4a9f63514ad9635d1b195e89d596c3feaf2201) chore: Prettier updates (#770)
13+
- [7deb9bb](https://github.com/patternfly/patternfly-elements/commit/7deb9bb6227c0560b60a665ecd43b450db0f90e1) fix: Prevent default pfe-cta arrow from wrapping to a new line by itself #679 (#765)
14+
- [ba9d8b2](https://github.com/patternfly/patternfly-elements/commit/ba9d8b2cfed50580671041778d3d00cb5d5741d1) chore: Fixed invalid Markdown, was missing a back tic (#762)
15+
816
## Prerelease 39 ( 2020-02-19 )
917

1018
Tag: [v1.0.0-prerelease.39](https://github.com/patternfly/patternfly-elements/releases/tag/v1.0.0-prerelease.39)

docs/layouts/_default/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- Convert to a partial -->
99
<nav id="main-toc">
1010
<section class="inner-toc">
11-
<span class="label big" style="margin-bottom: 1.5rem;">Version 1.0.0-prerelease.39</span>
11+
<span class="label big" style="margin-bottom: 1.5rem;">Version 1.0.0-prerelease.40</span>
1212

1313
<h3><a href="/getting-started">Getting Started</a></h3>
1414
<ul>

docs/layouts/_default/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- Convert to a partial -->
99
<nav id="main-toc">
1010
<section class="inner-toc">
11-
<span class="label big" style="margin-bottom: 1.5rem;">Version 1.0.0-prerelease.39</span>
11+
<span class="label big" style="margin-bottom: 1.5rem;">Version 1.0.0-prerelease.40</span>
1212

1313
<h3><a href="/getting-started">Getting Started</a></h3>
1414
<ul>

docs/layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<!-- Convert to a partial -->
4141
<nav id="mobile-toc" class="hide">
4242
<section class="inner-toc">
43-
<span class="label big" style="margin-bottom: 1.5rem;">Version 1.0.0-prerelease.39</span>
43+
<span class="label big" style="margin-bottom: 1.5rem;">Version 1.0.0-prerelease.40</span>
4444

4545
<h3><a href="/getting-started">Getting Started</a></h3>
4646
<ul>

elements/pfe-accordion/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

elements/pfe-accordion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"pfe-accordion-panel.js"
1010
]
1111
},
12-
"version": "1.0.0-prerelease.39",
12+
"version": "1.0.0-prerelease.40",
1313
"publishConfig": {
1414
"access": "public"
1515
},
@@ -49,7 +49,7 @@
4949
],
5050
"license": "MIT",
5151
"dependencies": {
52-
"@patternfly/pfe-sass": "^1.0.0-prerelease.39",
52+
"@patternfly/pfe-sass": "^1.0.0-prerelease.40",
5353
"@patternfly/pfelement": "^1.0.0-prerelease.39"
5454
},
5555
"generator-pfelement-version": "0.5.5",

elements/pfe-autocomplete/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

elements/pfe-autocomplete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"className": "PfeAutocomplete",
55
"elementName": "pfe-autocomplete"
66
},
7-
"version": "1.0.0-prerelease.39",
7+
"version": "1.0.0-prerelease.40",
88
"description": "Autocomplete element for PatternFly Elements",
99
"keywords": [
1010
"web-components",
@@ -36,7 +36,7 @@
3636
],
3737
"license": "MIT",
3838
"dependencies": {
39-
"@patternfly/pfe-sass": "^1.0.0-prerelease.39",
39+
"@patternfly/pfe-sass": "^1.0.0-prerelease.40",
4040
"@patternfly/pfelement": "^1.0.0-prerelease.39"
4141
},
4242
"generator-pfelement-version": "0.5.5",

elements/pfe-avatar/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)