@patternfly/patternfly 4.221.1 → 4.221.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 +11 -0
- package/package.json +1 -1
package/RELEASE-NOTES.md
CHANGED
|
@@ -3,6 +3,17 @@ id: Release notes
|
|
|
3
3
|
section: developer-resources
|
|
4
4
|
releaseNoteTOC: true
|
|
5
5
|
---
|
|
6
|
+
## 2022.15 release notes (2022-11-18)
|
|
7
|
+
Packages released:
|
|
8
|
+
- [@patternfly/patternfly@v4.221.2](https://www.npmjs.com/package/@patternfly/patternfly/v/4.221.2)
|
|
9
|
+
|
|
10
|
+
### Components
|
|
11
|
+
- **Pagination:** Added support for insets ([#5207](https://github.com/patternfly/patternfly/pull/5207))
|
|
12
|
+
- **Tabs:** Added help popover, refactored tab action ([#5213](https://github.com/patternfly/patternfly/pull/5213))
|
|
13
|
+
|
|
14
|
+
### Other
|
|
15
|
+
- **Icons:** Added data-sink and data-source ([#5228](https://github.com/patternfly/patternfly/pull/5228))
|
|
16
|
+
|
|
6
17
|
## 2022.14 release notes (2022-10-28)
|
|
7
18
|
Packages released:
|
|
8
19
|
- [@patternfly/patternfly@v4.219.2](https://www.npmjs.com/package/@patternfly/patternfly/v/4.219.2)
|