Skip to content

Commit e661726

Browse files
committed
prerelease 55 changelog and docs updates
1 parent 2f77874 commit e661726

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG-prerelease.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
## Prerelease 55 ( TBD )
2-
3-
- [](https://github.com/patternfly/patternfly-elements/commit/) feat: pfe-autocomplete - fire custom event when dropdown is shown
4-
- [](https://github.com/patternfly/patternfly-elements/commit/) fix: pfelement - restore pfelement tests (#1018)
1+
## Prerelease 55 ( 2020-08-19 )
2+
3+
- [3ee117e](https://github.com/patternfly/patternfly-elements/commit/3ee117e8a3df17f50738b9c0fa0caa3a9af9c679) feat: pfe-autocomplete - fire custom event when dropdown is shown (#1046)
4+
- [96efb0a](https://github.com/patternfly/patternfly-elements/commit/96efb0a9fcdb969fd8697d6e746b2da22a55288f) docs: disable broken code highlighting in docs' code blocks (#1039)
5+
- [0a46bfa](https://github.com/patternfly/patternfly-elements/commit/0a46bfaec0b16b4f68fffa96df7a1efb9a3fa016) docs: demo homepage - adding alt tags to images and fixing cta alignment (#1022)
6+
- [74418ec](https://github.com/patternfly/patternfly-elements/commit/74418ec2096bb9b45863272237307f93e68c87e6) docs: allow embedding HTML in markdown docs (#1030)
7+
- [e3e3d38](https://github.com/patternfly/patternfly-elements/commit/e3e3d38401a734124be08c65c2e447d3c47686f2) docs: Theme palette variables update (#1029)
8+
- [51e988c](https://github.com/patternfly/patternfly-elements/commit/51e988c3e645ff1d3018bc43f24cfaa6be3b5bb2) fix: pfelement - restore pfelement tests (#1018)
59
- [fbe4423](https://github.com/patternfly/patternfly-elements/commit/fbe442396f06b0a097366512b698dc0b6d5e1f9f) fix: improve CLS rating in lighthouse (#1020)
610

711
## Prerelease 54 ( 2020-07-31 )

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.53</span>
11+
<span class="label big" style="margin-bottom: 1.5rem;">Version 1.0.0-prerelease.55</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.53</span>
11+
<span class="label big" style="margin-bottom: 1.5rem;">Version 1.0.0-prerelease.55</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.53</span>
43+
<span class="label big" style="margin-bottom: 1.5rem;">Version 1.0.0-prerelease.55</span>
4444

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

0 commit comments

Comments
 (0)