@patternfly/patternfly 4.144.1 → 4.144.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/RELEASE-NOTES.md +40 -0
- package/package.json +1 -1
package/RELEASE-NOTES.md
CHANGED
|
@@ -3,6 +3,46 @@ id: Release notes
|
|
|
3
3
|
section: developer-resources
|
|
4
4
|
releaseNoteTOC: true
|
|
5
5
|
---
|
|
6
|
+
|
|
7
|
+
## 2021.13 release notes (2021-10-08)
|
|
8
|
+
Packages released:
|
|
9
|
+
- [@patternfly/patternfly@v4.144.2](https://www.npmjs.com/package/@patternfly/patternfly/v/4.144.2)
|
|
10
|
+
|
|
11
|
+
### Components
|
|
12
|
+
- **Backdrop:** Added var for position to allow customization ([#4391](https://github.com/patternfly/patternfly/pull/4391))
|
|
13
|
+
- **Banner:** Added link style ([#4383](https://github.com/patternfly/patternfly/pull/4383))
|
|
14
|
+
- **Card:**
|
|
15
|
+
* Fixed demo image paths ([#4400](https://github.com/patternfly/patternfly/pull/4400))
|
|
16
|
+
* Updated log view and event view demos ([#4371](https://github.com/patternfly/patternfly/pull/4371))
|
|
17
|
+
- **Drag drop:**
|
|
18
|
+
* Added drag drop ([#4398](https://github.com/patternfly/patternfly/pull/4398))
|
|
19
|
+
* Moved drag drop styles into component ([#4404](https://github.com/patternfly/patternfly/pull/4404))
|
|
20
|
+
- **Dual list selector:** Added support for disabled items ([#4361](https://github.com/patternfly/patternfly/pull/4361))
|
|
21
|
+
- **Jump links:** Moved text into expandable toggle ([#4352](https://github.com/patternfly/patternfly/pull/4352))
|
|
22
|
+
- **Label:** Added compact variant ([#4386](https://github.com/patternfly/patternfly/pull/4386))
|
|
23
|
+
- **Log viewer:**
|
|
24
|
+
* Preserved white space in log viewer text ([#4397](https://github.com/patternfly/patternfly/pull/4397))
|
|
25
|
+
* Made text fill available space in container ([#4406](https://github.com/patternfly/patternfly/pull/4406))
|
|
26
|
+
- **Masthead:** Updated column-end ([#4418](https://github.com/patternfly/patternfly/pull/4418))
|
|
27
|
+
- **Masthead, description list**: Fixed undefined vars ([#4421](https://github.com/patternfly/patternfly/pull/4421))
|
|
28
|
+
- **Menu:** Added scrollable and plain modifiers ([#4392](https://github.com/patternfly/patternfly/pull/4392))
|
|
29
|
+
- **Nav:** Added support for menu component as flyout ([#4417](https://github.com/patternfly/patternfly/pull/4417))
|
|
30
|
+
- **Progress stepper:** Added help text for popover ([#4381](https://github.com/patternfly/patternfly/pull/4381))
|
|
31
|
+
- **Radio, checkbox, form:** Corrected label alignment ([#4375](https://github.com/patternfly/patternfly/pull/4375))
|
|
32
|
+
- **Select:**
|
|
33
|
+
* Added support for placeholder in toggle ([#4377](https://github.com/patternfly/patternfly/pull/4377))
|
|
34
|
+
* Removed double invalid icon on invalid typeahead ([#4385](https://github.com/patternfly/patternfly/pull/4385))
|
|
35
|
+
- **Table:**
|
|
36
|
+
* Added fixed columns ([#4326](https://github.com/patternfly/patternfly/pull/4326))
|
|
37
|
+
* Addressed followup compact tree issues ([#4389](https://github.com/patternfly/patternfly/pull/4389))
|
|
38
|
+
- **Text input group:** Added component ([#4408](https://github.com/patternfly/patternfly/pull/4408))
|
|
39
|
+
- **Toolbar:** Adjusted demo heights, removed dupe demo ([#4373](https://github.com/patternfly/patternfly/pull/4373))
|
|
40
|
+
|
|
41
|
+
### Other
|
|
42
|
+
- **Deps:** Update dependency theme-patternfly-org to v0.7.3 ([#4275](https://github.com/patternfly/patternfly/pull/4275))
|
|
43
|
+
- **Utilities:** Added breakpoint options to docs ([#4409](https://github.com/patternfly/patternfly/pull/4409))
|
|
44
|
+
|
|
45
|
+
|
|
6
46
|
## 2021.12 release notes (2021-09-14)
|
|
7
47
|
Packages released:
|
|
8
48
|
- [@patternfly/patternfly@v4.135.2](https://www.npmjs.com/package/@patternfly/patternfly/v/4.135.2)
|