@patternfly/patternfly 4.164.1 → 4.164.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.
Files changed (2) hide show
  1. package/RELEASE-NOTES.md +31 -0
  2. package/package.json +1 -1
package/RELEASE-NOTES.md CHANGED
@@ -4,6 +4,37 @@ section: developer-resources
4
4
  releaseNoteTOC: true
5
5
  ---
6
6
 
7
+ ## 2021.16 release notes (2021-12-07)
8
+ Packages released:
9
+ - [@patternfly/patternfly@v4.164.2](https://www.npmjs.com/package/@patternfly/patternfly/v/4.164.2)
10
+
11
+ ### Components
12
+ - **Button:** Added demo for progress button completion state ([#4528](https://github.com/patternfly/patternfly/pull/4528))
13
+ - **Card:** Replaced dropdowns with selects in demos ([#4520](https://github.com/patternfly/patternfly/pull/4520))
14
+ - **Description list:** Added columnar layout ([#4544](https://github.com/patternfly/patternfly/pull/4544))
15
+ - **Dropdown:**
16
+ - Added plain text variant ([#4542](https://github.com/patternfly/patternfly/pull/4542))
17
+ - Added disabled styles ([#4543](https://github.com/patternfly/patternfly/pull/4543))
18
+ - **Form:** Added support for horizontal layout at various breakpoints ([#4536](https://github.com/patternfly/patternfly/pull/4536))
19
+ - **Multiple file upload:** Added component ([#4548](https://github.com/patternfly/patternfly/pull/4548))
20
+ - **Table:**
21
+ - Removed cursor pointer on disabled checkboxes ([#4527](https://github.com/patternfly/patternfly/pull/4527))
22
+ - Removed extra padding from nested table cells ([#4529](https://github.com/patternfly/patternfly/pull/4529))
23
+ - Reorganized documentation ([#4539](https://github.com/patternfly/patternfly/pull/4539))
24
+ - Increased target area of checkboxes/radios ([#4546](https://github.com/patternfly/patternfly/pull/4546))
25
+ - **Toolbar:** Set labels to show in collapsed state ([#4451](https://github.com/patternfly/patternfly/pull/4451))
26
+ - **Truncate:**
27
+ - Added truncate component ([#4502](https://github.com/patternfly/patternfly/pull/4502))
28
+ - Fixed font size var value ([#4560](https://github.com/patternfly/patternfly/pull/4560))
29
+
30
+ ### Other
31
+ - **Build:**
32
+ - Added a11y coverage report action ([#4530](https://github.com/patternfly/patternfly/pull/4530))
33
+ - Updated stylelint, deps ([#4537](https://github.com/patternfly/patternfly/pull/4537))
34
+ - **Demos:** Added a password generator demo ([#4531](https://github.com/patternfly/patternfly/pull/4531))
35
+ - **Fonts:** Added opt-ins for new red hat font ([#4476](https://github.com/patternfly/patternfly/pull/4476))
36
+ - **Global:** Removed custom firefox focus styles ([#4533](https://github.com/patternfly/patternfly/pull/4533))
37
+
7
38
  ## 2021.15 release notes (2021-11-16)
8
39
  Packages released:
9
40
  - [@patternfly/patternfly@v4.159.1](https://www.npmjs.com/package/@patternfly/patternfly/v/4.159.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.164.1",
4
+ "version": "4.164.2",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {