@patternfly/patternfly 4.194.3 → 4.194.4

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.
Files changed (2) hide show
  1. package/RELEASE-NOTES.md +25 -0
  2. package/package.json +1 -1
package/RELEASE-NOTES.md CHANGED
@@ -3,6 +3,31 @@ id: Release notes
3
3
  section: developer-resources
4
4
  releaseNoteTOC: true
5
5
  ---
6
+ ## 2022.06 release notes (2022-05-13)
7
+ Packages released:
8
+ - [@patternfly/patternfly@v4.194.4](https://www.npmjs.com/package/@patternfly/patternfly/v/4.194.4)
9
+
10
+ ### Components
11
+ - **Chip group:** Fixed an overflow problem ([#4836](https://github.com/patternfly/patternfly/pull/4836))
12
+ - **Description list:** Fixed text wrap ([#4809](https://github.com/patternfly/patternfly/pull/4809))
13
+ - **Label:** Added button for adding new labels ([#4828](https://github.com/patternfly/patternfly/pull/4828))
14
+ - **Menu:** Removed phantom scrollbar in drilldown menu ([#4807](https://github.com/patternfly/patternfly/pull/4807))
15
+ - **Spinner:** Reversed the spin of legacy spinner ([#4830](https://github.com/patternfly/patternfly/pull/4830))
16
+ - **Tabs:**
17
+ - Fixed demo typo ([#4808](https://github.com/patternfly/patternfly/pull/4808))
18
+ - Fixed add button focus outline ([#4820](https://github.com/patternfly/patternfly/pull/4820))
19
+ - Set disabled tab text color ([#4829](https://github.com/patternfly/patternfly/pull/4829))
20
+ - **Tooltip:** Added dark theme border ([#4840](https://github.com/patternfly/patternfly/pull/4840))
21
+ - **Tree view:** Added z-index to prevent guide from disappearing on focus ([#4813](https://github.com/patternfly/patternfly/pull/4813))
22
+
23
+ ### Other
24
+ - **Charts:**
25
+ - Added dark theme support ([#4815](https://github.com/patternfly/patternfly/pull/4815))
26
+ - Removed workspace style ([#4834](https://github.com/patternfly/patternfly/pull/4834))
27
+ - Added dark theme tooltip border styles ([#4842](https://github.com/patternfly/patternfly/pull/4842))
28
+ - **Deps:** Updated dependency theme-patternfly-org to v0.11.32 ([#4410](https://github.com/patternfly/patternfly/pull/4410))
29
+ - **Primary detail:** Updated card view demo to use new selectable styles ([#4810](https://github.com/patternfly/patternfly/pull/4810))
30
+
6
31
  ## 2022.05 release notes (2022-04-20)
7
32
  Packages released:
8
33
  - [@patternfly/patternfly@v4.192.1](https://www.npmjs.com/package/@patternfly/patternfly/v/4.192.1)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "4.194.3",
4
+ "version": "4.194.4",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {