File tree Expand file tree Collapse file tree 11 files changed +66
-8
lines changed
Expand file tree Collapse file tree 11 files changed +66
-8
lines changed Original file line number Diff line number Diff line change 104104 " fluffy-rockets-swim" ,
105105 " forty-berries-cry" ,
106106 " forty-queens-deny" ,
107+ " four-schools-teach" ,
107108 " fuzzy-plants-peel" ,
108109 " gentle-dingos-count" ,
109110 " giant-goats-swim" ,
149150 " modal" ,
150151 " modern-readers-joke" ,
151152 " moody-games-applaud" ,
153+ " nasty-donuts-work" ,
152154 " nasty-swans-float" ,
153155 " nervous-meals-turn" ,
154156 " nervous-sheep-walk" ,
188190 " seven-phones-crash" ,
189191 " seven-phones-smash" ,
190192 " shaggy-windows-boil" ,
193+ " sharp-days-attack" ,
191194 " sharp-months-raise" ,
192195 " shiny-dots-rescue" ,
193196 " short-donuts-remain" ,
229232 " tough-days-unite" ,
230233 " tricky-tools-joke" ,
231234 " twenty-parrots-smile" ,
235+ " unlucky-doors-cheer" ,
232236 " violet-cows-film" ,
233237 " violet-sheep-ring" ,
234238 " warm-fishes-listen" ,
Original file line number Diff line number Diff line change 11# @patternfly/pfe-core
22
3+ ## 2.0.0-next.14
4+
5+ ### Minor Changes
6+
7+ - 82da44c11: ✨ Added ` ScrollSpyController `
8+ ✨ Added ` RovingTabindexController `
9+
10+ - ` ScrollSpyController ` sets an attribute (` active ` by default) on one of it's
11+ children when that child's ` href ` attribute is to a hash reference to an IDd
12+ heading on the page.
13+ - ` RovingTabindexController ` implements roving tabindex, as described in WAI-ARIA practices.
14+
315## 2.0.0-next.13
416
517### Major Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @patternfly/pfe-core" ,
3- "version" : " 2.0.0-next.13 " ,
3+ "version" : " 2.0.0-next.14 " ,
44 "license" : " MIT" ,
55 "description" : " PatternFly Elements Core Library" ,
66 "customElements" : " custom-elements.json" ,
Original file line number Diff line number Diff line change 11# @patternfly/pfe-accordion
22
3+ ## 2.0.0-next.12
4+
5+ ### Patch Changes
6+
7+ - 1a43f607f: Fixed: ` expanded ` attribute on headers in HTML will expand associated panels
8+ - Updated dependencies [ 82da44c11]
9+ - @patternfly/pfe-core @2.0.0-next.14
10+
311## 2.0.0-next.11
412
513### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @patternfly/pfe-accordion" ,
3- "version" : " 2.0.0-next.11 " ,
3+ "version" : " 2.0.0-next.12 " ,
44 "license" : " MIT" ,
55 "description" : " Accordion for PatternFly Elements" ,
66 "customElements" : " custom-elements.json" ,
7474 " Michael Potter"
7575 ],
7676 "dependencies" : {
77- "@patternfly/pfe-core" : " ^2.0.0-next.13 " ,
77+ "@patternfly/pfe-core" : " ^2.0.0-next.14 " ,
7878 "@patternfly/pfe-icon" : " ^2.0.0-next.5" ,
7979 "lit" : " 2.3.0"
8080 }
Original file line number Diff line number Diff line change 11## 1.0.0-prerelease.50 ( TBD )
22
3+ ## 2.0.0-next.7
4+
5+ ### Major Changes
6+
7+ - 82da44c11: Reimplemented ` <pfe-jump-links> ` to align with [ PatternFly
8+ v4] ( https://patternfly.org/components/jump-links ) .
9+
10+ See the [ docs] ( https://patternflyelements.org/components/jump-links ) for more
11+ info.
12+
13+ ### Patch Changes
14+
15+ - Updated dependencies [ 82da44c11]
16+ - @patternfly/pfe-core @2.0.0-next.14
17+
318## 2.0.0-next.6
419
520### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @patternfly/pfe-jump-links" ,
33 "license" : " MIT" ,
4- "version" : " 2.0.0-next.6 " ,
4+ "version" : " 2.0.0-next.7 " ,
55 "description" : " Jump links element for PatternFly Elements" ,
66 "customElements" : " custom-elements.json" ,
77 "type" : " module" ,
6868 " Benny Powers <[email protected] >" 6969 ],
7070 "dependencies" : {
71- "@patternfly/pfe-core" : " ^2.0.0-next.10 " ,
71+ "@patternfly/pfe-core" : " ^2.0.0-next.14 " ,
7272 "lit" : " 2.3.0"
7373 }
7474}
Original file line number Diff line number Diff line change 11# @patternfly/pfe-tooltip
22
3+ ## 2.0.0-next.9
4+
5+ ### Patch Changes
6+
7+ - 457eaa9d0: ` pfe-tools ` : Set typescript compilerOptions ` composite: true `
8+
9+ ` pfe-tooltip ` : Added return type for anonymous function for content in constructor
10+
11+ - Updated dependencies [ 82da44c11]
12+ - @patternfly/pfe-core @2.0.0-next.14
13+
314## 2.0.0-next.8
415
516### Major Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @patternfly/pfe-tooltip" ,
3- "version" : " 2.0.0-next.8 " ,
3+ "version" : " 2.0.0-next.9 " ,
44 "description" : " PatternFly Elements | Tooltip" ,
55 "customElements" : " custom-elements.json" ,
66 "license" : " MIT" ,
5858 " !test/*"
5959 ],
6060 "dependencies" : {
61- "@patternfly/pfe-core" : " ^2.0.0-next.13 " ,
61+ "@patternfly/pfe-core" : " ^2.0.0-next.14 " ,
6262 "lit" : " 2.3.0"
6363 }
6464}
Original file line number Diff line number Diff line change 11# @patternfly/pfe-tools
22
3+ ## 1.0.0-next.41
4+
5+ ### Patch Changes
6+
7+ - 457eaa9d0: ` pfe-tools ` : Set typescript compilerOptions ` composite: true `
8+
9+ ` pfe-tooltip ` : Added return type for anonymous function for content in constructor
10+
311## 1.0.0-next.40
412
513### Patch Changes
You can’t perform that action at this time.
0 commit comments