File tree Expand file tree Collapse file tree 6 files changed +41
-37
lines changed Expand file tree Collapse file tree 6 files changed +41
-37
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @patternfly/elements
22
3+ ## 2.0.3
4+
5+ ### Patch Changes
6+
7+ - 9fd329e21: ` <pf-panel> ` : fixed raised and bordered variants
8+
39## 2.0.2
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @patternfly/elements" ,
33 "license" : " MIT" ,
4- "version" : " 2.0.2 " ,
4+ "version" : " 2.0.3 " ,
55 "description" : " PatternFly Elements" ,
66 "customElements" : " custom-elements.json" ,
77 "type" : " module" ,
Original file line number Diff line number Diff line change 11# @patternfly/pfe-tools
22
3+ ## 1.1.0
4+
5+ ### Minor Changes
6+
7+ - 79f30b8f6: ` 11ty/plugins/custom-elements-manifest.cjs ` : added ` renderTitleInOverview `
8+ option, a boolean flag which defaults to ` true ` .
9+
10+ When true, this option renders an ` <h1> ` in the element's docs page's "Overview"
11+ section.
12+
13+ Note: the next major release will switch this option to ` false ` by default, so
14+ to prepare your docs pages, add your own headings:
15+
16+ BEFORE:
17+
18+ ``` md
19+ {% renderOverview %}
20+ <pf-jazz-hands></pf-jazz-hands>
21+ {% endrenderOverview %}
22+ ```
23+
24+ AFTER:
25+
26+ ``` md
27+ <section class="band">
28+ <h1 id="jazz-hands">Jazz Hands</h1>
29+ </section>
30+
31+ {% renderOverview %}
32+ <pf-jazz-hands></pf-jazz-hands>
33+ {% endrenderOverview %}
34+ ```
35+
336## 1.0.1
437
538### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @patternfly/pfe-tools" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.1.0 " ,
44 "type" : " module" ,
55 "description" : " Development and build tools for PatternFly Elements and related projects" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments