From 1e24e53f7b1c2a8e29c0f364eb8246f6679e32c5 Mon Sep 17 00:00:00 2001 From: zack allen Date: Thu, 21 Feb 2019 14:41:21 -0500 Subject: [PATCH] chore(release): releasing packages - @redallen-patternfly/eslint-plugin-patternfly-react@0.7.0 - @redallen-patternfly/patternfly-react-extensions@2.21.0 - @redallen-patternfly/patternfly-react@2.34.0 - @redallen-patternfly/react-console@1.15.0 - @redallen-patternfly/react-charts@6.0.0 - @redallen-patternfly/react-core@6.0.0 - @redallen-patternfly/react-docs@3.26.0 - @redallen-patternfly/react-styled-system@6.0.0 - @redallen-patternfly/react-styles@2.8.0 - @redallen-patternfly/react-table@5.0.0 - @redallen-patternfly/react-tokens@6.0.0 - @redallen-patternfly/react-codemods@1.6.0 - @redallen-patternfly/react-icons@7.0.0 --- .../CHANGELOG.md | 18 ++ .../package.json | 2 +- .../patternfly-react-extensions/CHANGELOG.md | 57 +++++++ .../patternfly-react-extensions/package.json | 4 +- .../patternfly-react/CHANGELOG.md | 72 ++++++++ .../patternfly-react/package.json | 2 +- .../patternfly-3/react-console/CHANGELOG.md | 26 +++ .../patternfly-3/react-console/package.json | 4 +- .../patternfly-4/react-charts/CHANGELOG.md | 31 ++++ .../patternfly-4/react-charts/package.json | 6 +- packages/patternfly-4/react-core/CHANGELOG.md | 155 ++++++++++++++++++ packages/patternfly-4/react-core/package.json | 8 +- packages/patternfly-4/react-docs/CHANGELOG.md | 34 ++++ packages/patternfly-4/react-docs/package.json | 16 +- .../react-styled-system/CHANGELOG.md | 29 ++++ .../react-styled-system/package.json | 6 +- .../patternfly-4/react-styles/CHANGELOG.md | 19 +++ .../patternfly-4/react-styles/package.json | 2 +- .../patternfly-4/react-table/CHANGELOG.md | 31 ++++ .../patternfly-4/react-table/package.json | 10 +- .../patternfly-4/react-tokens/CHANGELOG.md | 34 ++++ .../patternfly-4/react-tokens/package.json | 2 +- packages/react-codemods/CHANGELOG.md | 17 ++ packages/react-codemods/package.json | 2 +- packages/react-icons/CHANGELOG.md | 38 +++++ packages/react-icons/package.json | 2 +- 26 files changed, 594 insertions(+), 33 deletions(-) diff --git a/packages/eslint-plugin-patternfly-react/CHANGELOG.md b/packages/eslint-plugin-patternfly-react/CHANGELOG.md index dacb2c3e513..3b8c4cbc48d 100644 --- a/packages/eslint-plugin-patternfly-react/CHANGELOG.md +++ b/packages/eslint-plugin-patternfly-react/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.7.0 (2019-02-21) + + +### Bug Fixes + +* **build:** remove build in prepare and remove githooks yarn install ([#417](https://github.com/redallen/patternfly-react/issues/417)) ([a2d2926](https://github.com/redallen/patternfly-react/commit/a2d2926)) +* **prettier:** change printWidth to 120 and expose rule in eslint-plugin ([#524](https://github.com/redallen/patternfly-react/issues/524)) ([a68ac11](https://github.com/redallen/patternfly-react/commit/a68ac11)) + + +### Features + +* **pf-next:** added a framework to write Patternfly next components ([#400](https://github.com/redallen/patternfly-react/issues/400)) ([995479a](https://github.com/redallen/patternfly-react/commit/995479a)), closes [#392](https://github.com/redallen/patternfly-react/issues/392) [#389](https://github.com/redallen/patternfly-react/issues/389) [#385](https://github.com/redallen/patternfly-react/issues/385) +* **react-docs:** Colocate Docs and Examples with Components ([#537](https://github.com/redallen/patternfly-react/issues/537)) ([80f76a6](https://github.com/redallen/patternfly-react/commit/80f76a6)), closes [#507](https://github.com/redallen/patternfly-react/issues/507) + + + + + # 0.6.0 (2019-02-08) diff --git a/packages/eslint-plugin-patternfly-react/package.json b/packages/eslint-plugin-patternfly-react/package.json index 7714485fcfe..559bc9e4c89 100644 --- a/packages/eslint-plugin-patternfly-react/package.json +++ b/packages/eslint-plugin-patternfly-react/package.json @@ -1,6 +1,6 @@ { "name": "@redallen-patternfly/eslint-plugin-patternfly-react", - "version": "0.6.0", + "version": "0.7.0", "private": false, "main": "./lib/index.js", "license": "Apache-2.0", diff --git a/packages/patternfly-3/patternfly-react-extensions/CHANGELOG.md b/packages/patternfly-3/patternfly-react-extensions/CHANGELOG.md index 5f0833b49bd..1af46feb62d 100644 --- a/packages/patternfly-3/patternfly-react-extensions/CHANGELOG.md +++ b/packages/patternfly-3/patternfly-react-extensions/CHANGELOG.md @@ -3,6 +3,63 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.21.0 (2019-02-21) + + +### Bug Fixes + +* **BadgedResource:** don't restrict resourceName to a string ([#1260](https://github.com/redallen/patternfly-react/issues/1260)) ([e50bb35](https://github.com/redallen/patternfly-react/commit/e50bb35)) +* **BadgedResource:** Use css over inlined style for bg color ([#870](https://github.com/redallen/patternfly-react/issues/870)) ([e504964](https://github.com/redallen/patternfly-react/commit/e504964)) +* **build:** Support running npm scripts under Windows ([#1251](https://github.com/redallen/patternfly-react/issues/1251)) ([df0c275](https://github.com/redallen/patternfly-react/commit/df0c275)) +* **catalog tile:** remove the default tooltip for description text ([#640](https://github.com/redallen/patternfly-react/issues/640)) ([cca07db](https://github.com/redallen/patternfly-react/commit/cca07db)), closes [#637](https://github.com/redallen/patternfly-react/issues/637) +* **Catalog tiles:** decrease the vertical spacing between catalog tiles ([#669](https://github.com/redallen/patternfly-react/issues/669)) ([d78e2e7](https://github.com/redallen/patternfly-react/commit/d78e2e7)), closes [#668](https://github.com/redallen/patternfly-react/issues/668) +* **catalog-tile:** allow icons to be used in the tile image area ([#620](https://github.com/redallen/patternfly-react/issues/620)) ([a563f7a](https://github.com/redallen/patternfly-react/commit/a563f7a)), closes [#618](https://github.com/redallen/patternfly-react/issues/618) +* **CatalogItemHeader:** Make subtitle optional ([#808](https://github.com/redallen/patternfly-react/issues/808)) ([b795f6c](https://github.com/redallen/patternfly-react/commit/b795f6c)) +* **CatalogTile:** Catalog Tiles can shrink ([#810](https://github.com/redallen/patternfly-react/issues/810)) ([8b30aca](https://github.com/redallen/patternfly-react/commit/8b30aca)) +* **CatalogTile:** Fade end of description text rather than truncate ([#850](https://github.com/redallen/patternfly-react/issues/850)) ([5c9a52f](https://github.com/redallen/patternfly-react/commit/5c9a52f)) +* **CatalogTile:** Fix to correctly position fading out of description text ([#958](https://github.com/redallen/patternfly-react/issues/958)) ([b2237fc](https://github.com/redallen/patternfly-react/commit/b2237fc)) +* **CatalogTile:** Fix to not allow the description text to overflow the tile ([#804](https://github.com/redallen/patternfly-react/issues/804)) ([9bd4541](https://github.com/redallen/patternfly-react/commit/9bd4541)) +* **CatalogTile:** Fix to show only the iconImg if given, not both the image and icon. ([#709](https://github.com/redallen/patternfly-react/issues/709)) ([f43da6b](https://github.com/redallen/patternfly-react/commit/f43da6b)) +* **CatalogTile:** Style update for tile with focus ([#764](https://github.com/redallen/patternfly-react/issues/764)) ([a577072](https://github.com/redallen/patternfly-react/commit/a577072)) +* **CatalogTileView:** Behave correctly when CatalogTile components are wrapped. ([#835](https://github.com/redallen/patternfly-react/issues/835)) ([5527ae3](https://github.com/redallen/patternfly-react/commit/5527ae3)), closes [#759](https://github.com/redallen/patternfly-react/issues/759) +* **CatalogTileView:** Fix to not render hidden tiles in catalog tile view categories ([#725](https://github.com/redallen/patternfly-react/issues/725)) ([5f98876](https://github.com/redallen/patternfly-react/commit/5f98876)) +* **CatalogTileView:** Fix to prevent category size updates after unmount ([#910](https://github.com/redallen/patternfly-react/issues/910)) ([df5ded3](https://github.com/redallen/patternfly-react/commit/df5ded3)) +* **CatalogTileView:** Fix to render non-tile children of a category ([#730](https://github.com/redallen/patternfly-react/issues/730)) ([c52a609](https://github.com/redallen/patternfly-react/commit/c52a609)) +* **CatalogTileView:** Remove unused styling of CatalogTileViewCategory column children. ([#769](https://github.com/redallen/patternfly-react/issues/769)) ([30b9327](https://github.com/redallen/patternfly-react/commit/30b9327)), closes [#765](https://github.com/redallen/patternfly-react/issues/765) +* **CatalogTileView:** Support tiles without categories. ([#977](https://github.com/redallen/patternfly-react/issues/977)) ([134af90](https://github.com/redallen/patternfly-react/commit/134af90)) +* **extensions:** Create local helpers to lessen dependencies ([#985](https://github.com/redallen/patternfly-react/issues/985)) ([3e1d440](https://github.com/redallen/patternfly-react/commit/3e1d440)) +* **Extensions:** Fix patternfly-react imports to pull from the default component file. ([#860](https://github.com/redallen/patternfly-react/issues/860)) ([bb1afd3](https://github.com/redallen/patternfly-react/commit/bb1afd3)) +* **FilterSidePanel/VerticalTabs:** Adjust top and bottom spacing of filter-side-panel and vertical-t ([#877](https://github.com/redallen/patternfly-react/issues/877)) ([abc8cc1](https://github.com/redallen/patternfly-react/commit/abc8cc1)) +* **table-grid:** use package import rather than relative in TableGridHead ([#734](https://github.com/redallen/patternfly-react/issues/734)) ([fea7d67](https://github.com/redallen/patternfly-react/commit/fea7d67)) +* **test dependencies:** hooray ([b64faae](https://github.com/redallen/patternfly-react/commit/b64faae)) +* **VerticalTabs:** restore vertical spacing between tabs ([#688](https://github.com/redallen/patternfly-react/issues/688)) ([b6a096f](https://github.com/redallen/patternfly-react/commit/b6a096f)), closes [#664](https://github.com/redallen/patternfly-react/issues/664) [#687](https://github.com/redallen/patternfly-react/issues/687) +* **VerticalTabs:** set tab text to wrap when necessary ([#664](https://github.com/redallen/patternfly-react/issues/664)) ([a579fba](https://github.com/redallen/patternfly-react/commit/a579fba)), closes [#663](https://github.com/redallen/patternfly-react/issues/663) + + +### Features + +* **BadgedResource:** Add BadgedResource component to patternfly-react-extensions ([#829](https://github.com/redallen/patternfly-react/issues/829)) ([735b12c](https://github.com/redallen/patternfly-react/commit/735b12c)), closes [#775](https://github.com/redallen/patternfly-react/issues/775) +* **catalog item header:** add CatalogItemHeader component ([#636](https://github.com/redallen/patternfly-react/issues/636)) ([d0f0330](https://github.com/redallen/patternfly-react/commit/d0f0330)) +* **catalog-tile:** add CatalogTile component ([#614](https://github.com/redallen/patternfly-react/issues/614)) ([4af84e9](https://github.com/redallen/patternfly-react/commit/4af84e9)) +* **catalog-tile-view:** add CatalogTileView component ([#617](https://github.com/redallen/patternfly-react/issues/617)) ([47a6c11](https://github.com/redallen/patternfly-react/commit/47a6c11)) +* **CatalogTile:** Add footer option to tiles ([#1059](https://github.com/redallen/patternfly-react/issues/1059)) ([30c31bb](https://github.com/redallen/patternfly-react/commit/30c31bb)) +* **CatalogTile:** Use a link for tiles with href or onClick props ([#763](https://github.com/redallen/patternfly-react/issues/763)) ([f4bd91d](https://github.com/redallen/patternfly-react/commit/f4bd91d)) +* **component:** Creating a DiffView Component ([#1019](https://github.com/redallen/patternfly-react/issues/1019)) ([f38c10a](https://github.com/redallen/patternfly-react/commit/f38c10a)) +* **Extensions:** Import patternfly-react components individually ([#853](https://github.com/redallen/patternfly-react/issues/853)) ([bfe7179](https://github.com/redallen/patternfly-react/commit/bfe7179)) +* **filter-side-panel:** Add filter-side-panel and package patternfly-react-extensions ([#579](https://github.com/redallen/patternfly-react/issues/579)) ([894afe4](https://github.com/redallen/patternfly-react/commit/894afe4)) +* **HintBlock:** Add the HintBlock component ([#922](https://github.com/redallen/patternfly-react/issues/922)) ([92559e6](https://github.com/redallen/patternfly-react/commit/92559e6)) +* **Properties Side Panel:** adds the PropertiesSidePanel component ([#647](https://github.com/redallen/patternfly-react/issues/647)) ([cad387f](https://github.com/redallen/patternfly-react/commit/cad387f)) +* **table-grid:** add Row and Cell selection support to TableGrid ([#657](https://github.com/redallen/patternfly-react/issues/657)) ([b10402e](https://github.com/redallen/patternfly-react/commit/b10402e)), closes [#656](https://github.com/redallen/patternfly-react/issues/656) [#652](https://github.com/redallen/patternfly-react/issues/652) +* **table-grid:** add Table Grid component ([#594](https://github.com/redallen/patternfly-react/issues/594)) ([c8ec177](https://github.com/redallen/patternfly-react/commit/c8ec177)) +* **TableGrid:** add Checkbox select support to TableGrid ([#659](https://github.com/redallen/patternfly-react/issues/659)) ([80776f1](https://github.com/redallen/patternfly-react/commit/80776f1)) +* **vertical tabs:** add vertical-tabs component ([#592](https://github.com/redallen/patternfly-react/issues/592)) ([106c64a](https://github.com/redallen/patternfly-react/commit/106c64a)) +* **vertical-tabs:** add sub-tab support, with restricted mode ([#611](https://github.com/redallen/patternfly-react/issues/611)) ([8c5d6dd](https://github.com/redallen/patternfly-react/commit/8c5d6dd)) +* **VirtualTableGrid:** Add a table grid styled component using react-virtualized ([#818](https://github.com/redallen/patternfly-react/issues/818)) ([f8cc152](https://github.com/redallen/patternfly-react/commit/f8cc152)), closes [#773](https://github.com/redallen/patternfly-react/issues/773) + + + + + ## [2.20.2](https://github.com/redallen/patternfly-react/compare/@redallen-patternfly/patternfly-react-extensions@2.20.1...@redallen-patternfly/patternfly-react-extensions@2.20.2) (2019-02-21) **Note:** Version bump only for package @redallen-patternfly/patternfly-react-extensions diff --git a/packages/patternfly-3/patternfly-react-extensions/package.json b/packages/patternfly-3/patternfly-react-extensions/package.json index f19cf1873f9..3a63012f80e 100644 --- a/packages/patternfly-3/patternfly-react-extensions/package.json +++ b/packages/patternfly-3/patternfly-react-extensions/package.json @@ -1,6 +1,6 @@ { "name": "@redallen-patternfly/patternfly-react-extensions", - "version": "2.20.2", + "version": "2.21.0", "private": false, "description": "This library provides an extended set of React components for use with the PatternFly reference implementation.", "main": "dist/js/index.js", @@ -38,7 +38,7 @@ "build:sass": "shx mkdir -p dist/sass && shx cp -r sass/patternfly-react-extensions/* dist/sass && cross-env node-sass --output-style compressed --include-path sass --include-path $npm_package_sassIncludes_patternfly --include-path $npm_package_sassIncludes_bootstrap --include-path $npm_package_sassIncludes_fontAwesome -o dist/css sass/patternfly-react-extensions.scss" }, "dependencies": { - "@redallen-patternfly/patternfly-react": "^2.33.2", + "@redallen-patternfly/patternfly-react": "^2.34.0", "breakjs": "^1.0.0", "classnames": "^2.2.5", "css-element-queries": "^1.0.1", diff --git a/packages/patternfly-3/patternfly-react/CHANGELOG.md b/packages/patternfly-3/patternfly-react/CHANGELOG.md index 4e71bcd29fd..bc574f6b3cb 100644 --- a/packages/patternfly-3/patternfly-react/CHANGELOG.md +++ b/packages/patternfly-3/patternfly-react/CHANGELOG.md @@ -3,6 +3,78 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.34.0 (2019-02-21) + + +### Bug Fixes + +* **about:** not really2 ([54631f4](https://github.com/redallen/patternfly-react/commit/54631f4)) +* **build:** Support running npm scripts under Windows ([#1251](https://github.com/redallen/patternfly-react/issues/1251)) ([df0c275](https://github.com/redallen/patternfly-react/commit/df0c275)) +* **BulletChart:** Cannot set text property for custom axis tic mark ([#1029](https://github.com/redallen/patternfly-react/issues/1029)) ([7e58ebf](https://github.com/redallen/patternfly-react/commit/7e58ebf)) +* **BulletChart:** Fix for duplicate key warning on ranges ([#1073](https://github.com/redallen/patternfly-react/issues/1073)) ([70f8d36](https://github.com/redallen/patternfly-react/commit/70f8d36)) +* **CardDropdownButton:** Allow props to be passed ([#932](https://github.com/redallen/patternfly-react/issues/932)) ([2ee5117](https://github.com/redallen/patternfly-react/commit/2ee5117)) +* **CardHeightMatching:** fix infinite calls to match heights ([#628](https://github.com/redallen/patternfly-react/issues/628)) ([2d6a290](https://github.com/redallen/patternfly-react/commit/2d6a290)), closes [#627](https://github.com/redallen/patternfly-react/issues/627) +* **DropdownKebab:** Allow title attribute ([#885](https://github.com/redallen/patternfly-react/issues/885)) ([be38223](https://github.com/redallen/patternfly-react/commit/be38223)) +* **DualList:** Add item disability functionality. ([#1071](https://github.com/redallen/patternfly-react/issues/1071)) ([ddc0e8e](https://github.com/redallen/patternfly-react/commit/ddc0e8e)) +* **DualList:** Adding debounce for filter changes ([#1078](https://github.com/redallen/patternfly-react/issues/1078)) ([7f4c438](https://github.com/redallen/patternfly-react/commit/7f4c438)) +* **DualList:** Adding hidden HTML select inputs to reflect the selector items. ([#1095](https://github.com/redallen/patternfly-react/issues/1095)) ([59ca4e9](https://github.com/redallen/patternfly-react/commit/59ca4e9)) +* **DualList:** de-Select items after the transition between lists. ([#1178](https://github.com/redallen/patternfly-react/issues/1178)) ([91c33bf](https://github.com/redallen/patternfly-react/commit/91c33bf)) +* **DualList:** fix hidden inputs ([#1207](https://github.com/redallen/patternfly-react/issues/1207)) ([84942ff](https://github.com/redallen/patternfly-react/commit/84942ff)) +* **DualList:** refactor helpers functions signatures ([#1190](https://github.com/redallen/patternfly-react/issues/1190)) ([378e44e](https://github.com/redallen/patternfly-react/commit/378e44e)) +* **ExpandCollapse:** Fix to export ALIGN_LEFT and ALIGN_CENTER constants ([#826](https://github.com/redallen/patternfly-react/issues/826)) ([94e956a](https://github.com/redallen/patternfly-react/commit/94e956a)) +* **exports:** add exports for ApplicationLauncher, InlineEdit, SessionTimeout ([#608](https://github.com/redallen/patternfly-react/issues/608)) ([f261b27](https://github.com/redallen/patternfly-react/commit/f261b27)), closes [#576](https://github.com/redallen/patternfly-react/issues/576) +* **Extensions:** Fix patternfly-react imports to pull from the default component file. ([#860](https://github.com/redallen/patternfly-react/issues/860)) ([bb1afd3](https://github.com/redallen/patternfly-react/commit/bb1afd3)) +* **less:** convert less variables from scss ([#948](https://github.com/redallen/patternfly-react/issues/948)) ([2b5bb71](https://github.com/redallen/patternfly-react/commit/2b5bb71)) +* **LoadingState:** Add LoadingState component to exports ([#881](https://github.com/redallen/patternfly-react/issues/881)) ([#980](https://github.com/redallen/patternfly-react/issues/980)) ([fb1e0e6](https://github.com/redallen/patternfly-react/commit/fb1e0e6)) +* **Login Page:** fix settings visibility ([#1171](https://github.com/redallen/patternfly-react/issues/1171)) ([3f79c48](https://github.com/redallen/patternfly-react/commit/3f79c48)) +* **LoginPage:** add LoginPageCard inner components documentation. ([#994](https://github.com/redallen/patternfly-react/issues/994)) ([c00d355](https://github.com/redallen/patternfly-react/commit/c00d355)) +* **LoginPage:** Add submit error callback handling ([#952](https://github.com/redallen/patternfly-react/issues/952)) ([44aab83](https://github.com/redallen/patternfly-react/commit/44aab83)) +* **LoginPage:** Fix background-image style ([#937](https://github.com/redallen/patternfly-react/issues/937)) ([3307e9b](https://github.com/redallen/patternfly-react/commit/3307e9b)) +* **LoginPage:** improve form's error style and behavior ([#942](https://github.com/redallen/patternfly-react/issues/942)) ([c828b04](https://github.com/redallen/patternfly-react/commit/c828b04)) +* **LoginPage:** Improve inputs validation. ([#936](https://github.com/redallen/patternfly-react/issues/936)) ([60c1067](https://github.com/redallen/patternfly-react/commit/60c1067)) +* **LoginPage:** improve the submit UX ([#944](https://github.com/redallen/patternfly-react/issues/944)) ([769b67b](https://github.com/redallen/patternfly-react/commit/769b67b)) +* **LoginPage:** small fixes. ([#911](https://github.com/redallen/patternfly-react/issues/911)) ([55ec079](https://github.com/redallen/patternfly-react/commit/55ec079)) +* **Masthead:** fix issue with navbar title not displaying ([#758](https://github.com/redallen/patternfly-react/issues/758)) ([e724561](https://github.com/redallen/patternfly-react/commit/e724561)) +* **MessageDialog:** conflict between footer and primaryAction props ([#1134](https://github.com/redallen/patternfly-react/issues/1134)) ([83baeb9](https://github.com/redallen/patternfly-react/commit/83baeb9)) +* **modal transition:** Reduce translate3d (right offset) positioning for right-side-modal-pf to 25% ([#878](https://github.com/redallen/patternfly-react/issues/878)) ([5512ff3](https://github.com/redallen/patternfly-react/commit/5512ff3)) +* **ModelessOverlay:** allow vertical scrolling ([#796](https://github.com/redallen/patternfly-react/issues/796)) ([93ed571](https://github.com/redallen/patternfly-react/commit/93ed571)) +* **ModelessOverlay:** Fix for animation on open in Firefox browser ([#776](https://github.com/redallen/patternfly-react/issues/776)) ([469ab3a](https://github.com/redallen/patternfly-react/commit/469ab3a)), closes [#774](https://github.com/redallen/patternfly-react/issues/774) +* **nothing:** this changes everything ([2ab7d2e](https://github.com/redallen/patternfly-react/commit/2ab7d2e)) +* **pf3:** fix usage of noop in BulletChart ([#1083](https://github.com/redallen/patternfly-react/issues/1083)) ([c73490d](https://github.com/redallen/patternfly-react/commit/c73490d)) +* **README:** update test command ([#679](https://github.com/redallen/patternfly-react/issues/679)) ([5f4deaf](https://github.com/redallen/patternfly-react/commit/5f4deaf)) +* **Slider:** Call onSlide on slide event ([#828](https://github.com/redallen/patternfly-react/issues/828)) ([7638f80](https://github.com/redallen/patternfly-react/commit/7638f80)) +* **Slider:** Update state when properties are updated. ([#1223](https://github.com/redallen/patternfly-react/issues/1223)) ([033a38b](https://github.com/redallen/patternfly-react/commit/033a38b)) +* **SocialLoginPage:** fix the props provided in SocialLoginPage test. ([#1069](https://github.com/redallen/patternfly-react/issues/1069)) ([c6c17ac](https://github.com/redallen/patternfly-react/commit/c6c17ac)), closes [#1068](https://github.com/redallen/patternfly-react/issues/1068) +* **Storybook:** Fix horizontal masthead examples using iconImg instead of titleImg ([#768](https://github.com/redallen/patternfly-react/issues/768)) ([e4af9cf](https://github.com/redallen/patternfly-react/commit/e4af9cf)), closes [#767](https://github.com/redallen/patternfly-react/issues/767) +* Fix [#704](https://github.com/redallen/patternfly-react/issues/704) ([#705](https://github.com/redallen/patternfly-react/issues/705)) ([0b99407](https://github.com/redallen/patternfly-react/commit/0b99407)) +* **subcomponents:** Make all subcomponents avaliable from base component ([#916](https://github.com/redallen/patternfly-react/issues/916)) ([4c4989b](https://github.com/redallen/patternfly-react/commit/4c4989b)) +* **test dependencies:** hooray ([b64faae](https://github.com/redallen/patternfly-react/commit/b64faae)) +* **vertical nav:** Add href paths to VerticalNav menuItems ([0026149](https://github.com/redallen/patternfly-react/commit/0026149)), closes [#431](https://github.com/redallen/patternfly-react/issues/431) +* **warnings:** fix warnings and compound-label.less ([#580](https://github.com/redallen/patternfly-react/issues/580)) ([a272045](https://github.com/redallen/patternfly-react/commit/a272045)), closes [#575](https://github.com/redallen/patternfly-react/issues/575) [#572](https://github.com/redallen/patternfly-react/issues/572) +* **Wizard.Pattern:** allow disabling cancel button ([#801](https://github.com/redallen/patternfly-react/issues/801)) ([8c0cd77](https://github.com/redallen/patternfly-react/commit/8c0cd77)) +* **Wizard.Pattern:** allow disabling previous and next steps in Wizard.Pattern ([#529](https://github.com/redallen/patternfly-react/issues/529)) ([529eeeb](https://github.com/redallen/patternfly-react/commit/529eeeb)), closes [#526](https://github.com/redallen/patternfly-react/issues/526) [#527](https://github.com/redallen/patternfly-react/issues/527) + + +### Features + +* **a11y:** add basic a11y checks with react-axe ([#712](https://github.com/redallen/patternfly-react/issues/712)) ([a6458a0](https://github.com/redallen/patternfly-react/commit/a6458a0)), closes [#603](https://github.com/redallen/patternfly-react/issues/603) +* **BulletChart:** Add Thresholds to Legend ([#1074](https://github.com/redallen/patternfly-react/issues/1074)) ([49c3b94](https://github.com/redallen/patternfly-react/commit/49c3b94)) +* **BulletChart:** Allow for custom values (non-percent) and legend text ([#1040](https://github.com/redallen/patternfly-react/issues/1040)) ([685b400](https://github.com/redallen/patternfly-react/commit/685b400)) +* **DesktopViewer:** introduce DesktopViewer component ([#607](https://github.com/redallen/patternfly-react/issues/607)) ([f001ef5](https://github.com/redallen/patternfly-react/commit/f001ef5)) +* **ExpandCollapse:** introduce ExpandCollapse component ([#613](https://github.com/redallen/patternfly-react/issues/613)) ([31eac90](https://github.com/redallen/patternfly-react/commit/31eac90)) +* **filter:** update to latest patternfly designs ([#558](https://github.com/redallen/patternfly-react/issues/558)) ([917808a](https://github.com/redallen/patternfly-react/commit/917808a)) +* **helpers:** Add exported helpers object containing all helper functions. ([#842](https://github.com/redallen/patternfly-react/issues/842)) ([7e42a8b](https://github.com/redallen/patternfly-react/commit/7e42a8b)) +* **HintBlock:** Add the HintBlock component ([#922](https://github.com/redallen/patternfly-react/issues/922)) ([92559e6](https://github.com/redallen/patternfly-react/commit/92559e6)) +* **ListViewItem:** Add initialExpand prop to ListViewItem ([#1114](https://github.com/redallen/patternfly-react/issues/1114)) ([15ac1b7](https://github.com/redallen/patternfly-react/commit/15ac1b7)) +* **LoadingState:** Add LoadingState component ([#881](https://github.com/redallen/patternfly-react/issues/881)) ([#886](https://github.com/redallen/patternfly-react/issues/886)) ([d48d45f](https://github.com/redallen/patternfly-react/commit/d48d45f)) +* **modal:** add class to allow Modal dialog to be placed on the right side ([#650](https://github.com/redallen/patternfly-react/issues/650)) ([e80f1fd](https://github.com/redallen/patternfly-react/commit/e80f1fd)) +* **modeless-overlay:** add the ModelessOverlay component ([#624](https://github.com/redallen/patternfly-react/issues/624)) ([55e2d40](https://github.com/redallen/patternfly-react/commit/55e2d40)) +* **Overlay:** Export the Overlay component from react-bootstrap ([#1070](https://github.com/redallen/patternfly-react/issues/1070)) ([03788f4](https://github.com/redallen/patternfly-react/commit/03788f4)) + + + + + ## [2.33.2](https://github.com/redallen/patternfly-react/compare/@redallen-patternfly/patternfly-react@2.33.1...@redallen-patternfly/patternfly-react@2.33.2) (2019-02-21) diff --git a/packages/patternfly-3/patternfly-react/package.json b/packages/patternfly-3/patternfly-react/package.json index 9ff221ed66e..65c6d75d78d 100644 --- a/packages/patternfly-3/patternfly-react/package.json +++ b/packages/patternfly-3/patternfly-react/package.json @@ -1,6 +1,6 @@ { "name": "@redallen-patternfly/patternfly-react", - "version": "2.33.2", + "version": "2.34.0", "private": false, "description": "This library provides a set of common React components for use with the PatternFly reference implementation.", "main": "dist/js/index.js", diff --git a/packages/patternfly-3/react-console/CHANGELOG.md b/packages/patternfly-3/react-console/CHANGELOG.md index f7097025c64..02485fd261c 100644 --- a/packages/patternfly-3/react-console/CHANGELOG.md +++ b/packages/patternfly-3/react-console/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.15.0 (2019-02-21) + + +### Bug Fixes + +* **AccessConsoles:** Fix child component recognition in production build ([#979](https://github.com/redallen/patternfly-react/issues/979)) ([dcd4065](https://github.com/redallen/patternfly-react/commit/dcd4065)) +* **AccessConsoles:** fix propTypes checking for "null" child ([#1139](https://github.com/redallen/patternfly-react/issues/1139)) ([4eed95d](https://github.com/redallen/patternfly-react/commit/4eed95d)) +* **build:** Support running npm scripts under Windows ([#1251](https://github.com/redallen/patternfly-react/issues/1251)) ([df0c275](https://github.com/redallen/patternfly-react/commit/df0c275)) +* **DesktopViewer:** Fix reference to constants in dist ([#964](https://github.com/redallen/patternfly-react/issues/964)) ([57c63ca](https://github.com/redallen/patternfly-react/commit/57c63ca)) +* **test dependencies:** hooray ([b64faae](https://github.com/redallen/patternfly-react/commit/b64faae)) +* **VncConsole:** disconnect VNC session when unmounting ([#1123](https://github.com/redallen/patternfly-react/issues/1123)) ([b7df8dc](https://github.com/redallen/patternfly-react/commit/b7df8dc)) + + +### Features + +* **AccessConsoles:** add DesktopViewer to AccessConsoles ([#989](https://github.com/redallen/patternfly-react/issues/989)) ([5a4e9c8](https://github.com/redallen/patternfly-react/commit/5a4e9c8)) +* **ConsoleSelector:** introduce ConsoleSelector component ([#606](https://github.com/redallen/patternfly-react/issues/606)) ([d876589](https://github.com/redallen/patternfly-react/commit/d876589)) +* **DesktopViewer:** introduce DesktopViewer component ([#607](https://github.com/redallen/patternfly-react/issues/607)) ([f001ef5](https://github.com/redallen/patternfly-react/commit/f001ef5)) +* **HintBlock:** Add the HintBlock component ([#922](https://github.com/redallen/patternfly-react/issues/922)) ([92559e6](https://github.com/redallen/patternfly-react/commit/92559e6)) +* **LoadingState:** Add LoadingState component ([#881](https://github.com/redallen/patternfly-react/issues/881)) ([#886](https://github.com/redallen/patternfly-react/issues/886)) ([d48d45f](https://github.com/redallen/patternfly-react/commit/d48d45f)) +* **Remote Desktop Protocol:** DesktopViewer is extended for the RDP ([#807](https://github.com/redallen/patternfly-react/issues/807)) ([b27cf7b](https://github.com/redallen/patternfly-react/commit/b27cf7b)) + + + + + ## [1.14.2](https://github.com/redallen/patternfly-react/compare/@redallen-patternfly/react-console@1.14.1...@redallen-patternfly/react-console@1.14.2) (2019-02-21) **Note:** Version bump only for package @redallen-patternfly/react-console diff --git a/packages/patternfly-3/react-console/package.json b/packages/patternfly-3/react-console/package.json index 59e8bd2152f..e5732920a50 100644 --- a/packages/patternfly-3/react-console/package.json +++ b/packages/patternfly-3/react-console/package.json @@ -1,6 +1,6 @@ { "name": "@redallen-patternfly/react-console", - "version": "1.14.2", + "version": "1.15.0", "private": false, "description": "This library provides a set of Console React components for use with the PatternFly reference implementation.", "main": "dist/js/index.js", @@ -45,7 +45,7 @@ "xterm": "^3.3.0" }, "devDependencies": { - "@redallen-patternfly/patternfly-react": "^2.33.2", + "@redallen-patternfly/patternfly-react": "^2.34.0", "patternfly": "^3.58.0" }, "peerDependencies": { diff --git a/packages/patternfly-4/react-charts/CHANGELOG.md b/packages/patternfly-4/react-charts/CHANGELOG.md index 2fdf3833221..e0c335102b9 100644 --- a/packages/patternfly-4/react-charts/CHANGELOG.md +++ b/packages/patternfly-4/react-charts/CHANGELOG.md @@ -3,6 +3,37 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 6.0.0 (2019-02-21) + + +### Bug Fixes + +* **charts:** address typescript issues ([#902](https://github.com/redallen/patternfly-react/issues/902)) ([83cb283](https://github.com/redallen/patternfly-react/commit/83cb283)) +* **prerelease:** attempt to add prerelease channel to react-charts ([#1160](https://github.com/redallen/patternfly-react/issues/1160)) ([0e3e807](https://github.com/redallen/patternfly-react/commit/0e3e807)) +* **readme:** update readme for react-charts ([#1225](https://github.com/redallen/patternfly-react/issues/1225)) ([7799263](https://github.com/redallen/patternfly-react/commit/7799263)) + + +### Code Refactoring + +* **AboutModal:** Upgrade core to 1.0.175 and Refactor AboutModal ([#1307](https://github.com/redallen/patternfly-react/issues/1307)) ([1f85756](https://github.com/redallen/patternfly-react/commit/1f85756)), closes [#1267](https://github.com/redallen/patternfly-react/issues/1267) + + +### Features + +* **Alert:** Add optional Close button to Alert via onClose prop ([#1200](https://github.com/redallen/patternfly-react/issues/1200)) ([9d59dcb](https://github.com/redallen/patternfly-react/commit/9d59dcb)), closes [#1036](https://github.com/redallen/patternfly-react/issues/1036) +* **PF4 Page:** Allow passing of custom ref for condensed header ([#941](https://github.com/redallen/patternfly-react/issues/941)) ([889ec1a](https://github.com/redallen/patternfly-react/commit/889ec1a)) +* **Popover:** Add PF4 Popover ([#754](https://github.com/redallen/patternfly-react/issues/754)) ([17cf0c0](https://github.com/redallen/patternfly-react/commit/17cf0c0)) +* **Table:** introduce new component Table based on pf4 designs ([#821](https://github.com/redallen/patternfly-react/issues/821)) ([7b38cbc](https://github.com/redallen/patternfly-react/commit/7b38cbc)) + + +### BREAKING CHANGES + +* **AboutModal:** removed heroImg and heroImageSrc and heroImageAlt props + + + + + ## [5.0.2](https://github.com/redallen/patternfly-react/compare/@redallen-patternfly/react-charts@5.0.0...@redallen-patternfly/react-charts@5.0.2) (2019-02-21) **Note:** Version bump only for package @redallen-patternfly/react-charts diff --git a/packages/patternfly-4/react-charts/package.json b/packages/patternfly-4/react-charts/package.json index b6d8ab2b5eb..4926032a059 100644 --- a/packages/patternfly-4/react-charts/package.json +++ b/packages/patternfly-4/react-charts/package.json @@ -1,6 +1,6 @@ { "name": "@redallen-patternfly/react-charts", - "version": "5.0.2", + "version": "6.0.0", "description": "This library provides a set of React chart components for use with the PatternFly reference implementation.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -26,7 +26,7 @@ }, "homepage": "https://github.com/redallen/patternfly-react#readme", "dependencies": { - "@redallen-patternfly/react-styles": "^2.7.0" + "@redallen-patternfly/react-styles": "^2.8.0" }, "peerDependencies": { "prop-types": "^15.6.1", @@ -40,7 +40,7 @@ "build:ts": "node ./scripts/copyTS.js" }, "optionalDependencies": { - "@redallen-patternfly/react-tokens": "^5.0.0", + "@redallen-patternfly/react-tokens": "^6.0.0", "@types/victory": "^0.9.19", "hoist-non-react-statics": "^3.1.0", "victory": "^30.1.0" diff --git a/packages/patternfly-4/react-core/CHANGELOG.md b/packages/patternfly-4/react-core/CHANGELOG.md index d7a80e67674..17a9ab01f3f 100644 --- a/packages/patternfly-4/react-core/CHANGELOG.md +++ b/packages/patternfly-4/react-core/CHANGELOG.md @@ -3,6 +3,161 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 6.0.0 (2019-02-21) + + +### Bug Fixes + +* **@patternfly/react-core:** Update the snapshot for progress bar component ([#722](https://github.com/redallen/patternfly-react/issues/722)) ([b555243](https://github.com/redallen/patternfly-react/commit/b555243)) +* **a11y:** tweak html for better accessibility ([#917](https://github.com/redallen/patternfly-react/issues/917)) ([c1af473](https://github.com/redallen/patternfly-react/commit/c1af473)) +* **about:** huuuge changes ([e3e7499](https://github.com/redallen/patternfly-react/commit/e3e7499)) +* **about:** not really ([8605ada](https://github.com/redallen/patternfly-react/commit/8605ada)) +* **AboutModal:** Use paragraph in heading ([#1280](https://github.com/redallen/patternfly-react/issues/1280)) ([15b4b98](https://github.com/redallen/patternfly-react/commit/15b4b98)) +* **Alert:** [TS] action type is string while it should've been node ([#727](https://github.com/redallen/patternfly-react/issues/727)) ([f325d03](https://github.com/redallen/patternfly-react/commit/f325d03)) +* **Alert:** Use the correct css class name for screen readers ([#713](https://github.com/redallen/patternfly-react/issues/713)) ([9c313d2](https://github.com/redallen/patternfly-react/commit/9c313d2)), closes [#601](https://github.com/redallen/patternfly-react/issues/601) +* **Avatar:** Correctly export Avatar component typings ([#1135](https://github.com/redallen/patternfly-react/issues/1135)) ([3a05852](https://github.com/redallen/patternfly-react/commit/3a05852)) +* **background image:** fix variable map for background image so when tokens are missing do not assig ([#744](https://github.com/redallen/patternfly-react/issues/744)) ([44edab1](https://github.com/redallen/patternfly-react/commit/44edab1)) +* **backgroundImage:** example to override css image paths ([3890d59](https://github.com/redallen/patternfly-react/commit/3890d59)) +* **BackgroundImage:** remove old tokens ([#1124](https://github.com/redallen/patternfly-react/issues/1124)) ([f091e28](https://github.com/redallen/patternfly-react/commit/f091e28)) +* **BackgroundImage:** removed children from props ([#748](https://github.com/redallen/patternfly-react/issues/748)) ([bd32a9b](https://github.com/redallen/patternfly-react/commit/bd32a9b)) +* **Badge:** remove margin between badges to match core ([#1001](https://github.com/redallen/patternfly-react/issues/1001)) ([62ece9b](https://github.com/redallen/patternfly-react/commit/62ece9b)) +* **Button:** make aria-label optional prop ([#1186](https://github.com/redallen/patternfly-react/issues/1186)) ([0f7fef5](https://github.com/redallen/patternfly-react/commit/0f7fef5)), closes [#1184](https://github.com/redallen/patternfly-react/issues/1184) +* **Button:** remove margin around Buttons in docs ([#1015](https://github.com/redallen/patternfly-react/issues/1015)) ([4ba4af6](https://github.com/redallen/patternfly-react/commit/4ba4af6)) +* **card:** Fix card background color ([#630](https://github.com/redallen/patternfly-react/issues/630)) ([#631](https://github.com/redallen/patternfly-react/issues/631)) ([69a6aa2](https://github.com/redallen/patternfly-react/commit/69a6aa2)) +* **Checkbox:** Adjustments to examples ([#1270](https://github.com/redallen/patternfly-react/issues/1270)) ([ceb632b](https://github.com/redallen/patternfly-react/commit/ceb632b)), closes [#1006](https://github.com/redallen/patternfly-react/issues/1006) +* **Chip:** Replace check for length of chip text with refs/overflow values ([#1262](https://github.com/redallen/patternfly-react/issues/1262)) ([57fb44f](https://github.com/redallen/patternfly-react/commit/57fb44f)), closes [#1197](https://github.com/redallen/patternfly-react/issues/1197) +* **core:** c6 ([bd16a04](https://github.com/redallen/patternfly-react/commit/bd16a04)) +* **core:** c7 ([06e9daa](https://github.com/redallen/patternfly-react/commit/06e9daa)) +* **core:** c8 ([9a5e568](https://github.com/redallen/patternfly-react/commit/9a5e568)) +* **core:** c9 ([c34cbe8](https://github.com/redallen/patternfly-react/commit/c34cbe8)) +* **core:** thing ([d4054bc](https://github.com/redallen/patternfly-react/commit/d4054bc)) +* **core:** thing2 ([5f5dba1](https://github.com/redallen/patternfly-react/commit/5f5dba1)) +* **core:** thing3 ([9eb74e8](https://github.com/redallen/patternfly-react/commit/9eb74e8)) +* **core:** thing4 ([d5e967d](https://github.com/redallen/patternfly-react/commit/d5e967d)) +* **doc:** list full steps required to start pf4 dev environment ([#732](https://github.com/redallen/patternfly-react/issues/732)) ([02d6082](https://github.com/redallen/patternfly-react/commit/02d6082)) +* **docs:** fix workspace previews ([#1159](https://github.com/redallen/patternfly-react/issues/1159)) ([9598b75](https://github.com/redallen/patternfly-react/commit/9598b75)) +* **dropdown:** add focus trap option that allows close on click ([#1126](https://github.com/redallen/patternfly-react/issues/1126)) ([2878615](https://github.com/redallen/patternfly-react/commit/2878615)) +* **dropdown:** add span wrapper for dropdown toggle text ([#1169](https://github.com/redallen/patternfly-react/issues/1169)) ([9381f04](https://github.com/redallen/patternfly-react/commit/9381f04)) +* **dropdown:** Address typescript errors ([#898](https://github.com/redallen/patternfly-react/issues/898)) ([48a3256](https://github.com/redallen/patternfly-react/commit/48a3256)) +* **dropdown:** address typescript issue with toggle prop ([#935](https://github.com/redallen/patternfly-react/issues/935)) ([8341297](https://github.com/redallen/patternfly-react/commit/8341297)) +* **Dropdown:** add onclick fix to custom items ([#1211](https://github.com/redallen/patternfly-react/issues/1211)) ([bbdf4cc](https://github.com/redallen/patternfly-react/commit/bbdf4cc)) +* **Dropdown:** Apply `pf-m-plain` modifier to dropdown toggle element instead of wrapper ([#954](https://github.com/redallen/patternfly-react/issues/954)) ([4e3afdb](https://github.com/redallen/patternfly-react/commit/4e3afdb)) +* **Dropdown:** Do not focus Dropdown if menu is not opened ([#1222](https://github.com/redallen/patternfly-react/issues/1222)) ([45367bc](https://github.com/redallen/patternfly-react/commit/45367bc)) +* **Dropdown:** Pass down ref for dropdown item ([#1193](https://github.com/redallen/patternfly-react/issues/1193)) ([29e536f](https://github.com/redallen/patternfly-react/commit/29e536f)) +* **Dropdown:** pass onClick to any dropdown item if present ([#1203](https://github.com/redallen/patternfly-react/issues/1203)) ([f4a92ee](https://github.com/redallen/patternfly-react/commit/f4a92ee)) +* **Dropdown:** set default button type to button ([#1148](https://github.com/redallen/patternfly-react/issues/1148)) ([b4bded3](https://github.com/redallen/patternfly-react/commit/b4bded3)) +* **dropdown props:** fix typescript typings ([#900](https://github.com/redallen/patternfly-react/issues/900)) ([e1ae1bd](https://github.com/redallen/patternfly-react/commit/e1ae1bd)) +* **Dropdown typings:** fix the DropdownItem typings ([#1155](https://github.com/redallen/patternfly-react/issues/1155)) ([9613232](https://github.com/redallen/patternfly-react/commit/9613232)) +* **DropdownItem:** wrap DropdownItem in div when child is a Link node ([#991](https://github.com/redallen/patternfly-react/issues/991)) ([584fd28](https://github.com/redallen/patternfly-react/commit/584fd28)) +* **DropdownMenu:** Fixes dropdown menu when using items as children. ([#1219](https://github.com/redallen/patternfly-react/issues/1219)) ([279a595](https://github.com/redallen/patternfly-react/commit/279a595)) +* **DropdownToggle:** Listen for touch events on the document to close a Toggle on mobile ([#1152](https://github.com/redallen/patternfly-react/issues/1152)) ([a7f3c89](https://github.com/redallen/patternfly-react/commit/a7f3c89)), closes [#1131](https://github.com/redallen/patternfly-react/issues/1131) +* **EmptyState:** a typo at the import path in EmptyStateIcon.d.ts ([#1099](https://github.com/redallen/patternfly-react/issues/1099)) ([187171d](https://github.com/redallen/patternfly-react/commit/187171d)) +* **EmptyState:** Use IconProps to define EmptyStateIconProps ([#1137](https://github.com/redallen/patternfly-react/issues/1137)) ([ccf4240](https://github.com/redallen/patternfly-react/commit/ccf4240)) +* **examples and docs:** adding react-live… ([#666](https://github.com/redallen/patternfly-react/issues/666)) ([da3d4b6](https://github.com/redallen/patternfly-react/commit/da3d4b6)) +* **Form:** Do not add any class if action modifier is missing ([#792](https://github.com/redallen/patternfly-react/issues/792)) ([dee29d4](https://github.com/redallen/patternfly-react/commit/dee29d4)) +* **Form:** fix type definitions ([#1112](https://github.com/redallen/patternfly-react/issues/1112)) ([47c4de0](https://github.com/redallen/patternfly-react/commit/47c4de0)) +* **Form:** Update From Based in Audit ([#1185](https://github.com/redallen/patternfly-react/issues/1185)) ([a42ab72](https://github.com/redallen/patternfly-react/commit/a42ab72)), closes [#1026](https://github.com/redallen/patternfly-react/issues/1026) +* **Form components style modifiers:** Style modifiers ([#797](https://github.com/redallen/patternfly-react/issues/797)) ([b5bc87e](https://github.com/redallen/patternfly-react/commit/b5bc87e)) +* **formComponent:** removes Children props checking ([#823](https://github.com/redallen/patternfly-react/issues/823)) ([4ef696b](https://github.com/redallen/patternfly-react/commit/4ef696b)) +* **layout:** fix layout tsd ([#901](https://github.com/redallen/patternfly-react/issues/901)) ([13547c5](https://github.com/redallen/patternfly-react/commit/13547c5)) +* **LoginForm:** LoginForm.d.ts fix typo passwordValue ([#1063](https://github.com/redallen/patternfly-react/issues/1063)) ([0bbe428](https://github.com/redallen/patternfly-react/commit/0bbe428)), closes [#1062](https://github.com/redallen/patternfly-react/issues/1062) +* **LoginPage:** typos ([#988](https://github.com/redallen/patternfly-react/issues/988)) ([fb61a15](https://github.com/redallen/patternfly-react/commit/fb61a15)) +* **modal:** add missing modal typings ([#586](https://github.com/redallen/patternfly-react/issues/586)) ([80c2b83](https://github.com/redallen/patternfly-react/commit/80c2b83)) +* **modal:** add missing modal typings ([#599](https://github.com/redallen/patternfly-react/issues/599)) ([45a539f](https://github.com/redallen/patternfly-react/commit/45a539f)), closes [#586](https://github.com/redallen/patternfly-react/issues/586) +* **modal:** rename reactRoot to srHide and add to ts file ([#1098](https://github.com/redallen/patternfly-react/issues/1098)) ([1d0a941](https://github.com/redallen/patternfly-react/commit/1d0a941)) +* **ModalContent:** Hide footer when no actions ([#1167](https://github.com/redallen/patternfly-react/issues/1167)) ([a58a262](https://github.com/redallen/patternfly-react/commit/a58a262)), closes [#1107](https://github.com/redallen/patternfly-react/issues/1107) +* **overlay:** add anchor tag to filter overlay ([#883](https://github.com/redallen/patternfly-react/issues/883)) ([80e54df](https://github.com/redallen/patternfly-react/commit/80e54df)) +* **page:** move page from layouts to components ([#1089](https://github.com/redallen/patternfly-react/issues/1089)) ([4c3e6af](https://github.com/redallen/patternfly-react/commit/4c3e6af)) +* **Page:** improve a11y in sidebar and header ([#1145](https://github.com/redallen/patternfly-react/issues/1145)) ([274d7f7](https://github.com/redallen/patternfly-react/commit/274d7f7)) +* **pagelayoutdemo:** Fix several issues in the PF4 pagelayoutdemo ([#969](https://github.com/redallen/patternfly-react/issues/969)) ([6bcef8b](https://github.com/redallen/patternfly-react/commit/6bcef8b)) +* **patternfly-4/react-core:** add missing comments to component props ([#695](https://github.com/redallen/patternfly-react/issues/695)) ([ce282c8](https://github.com/redallen/patternfly-react/commit/ce282c8)), closes [#538](https://github.com/redallen/patternfly-react/issues/538) +* **patternfly-4/react-core:** Make the id prop for Dropdown optional in d.ts file ([#841](https://github.com/redallen/patternfly-react/issues/841)) ([3bac80e](https://github.com/redallen/patternfly-react/commit/3bac80e)), closes [#840](https://github.com/redallen/patternfly-react/issues/840) +* **pf-4:** checkboxProps to be consistent with Checkbox.propTypes ([#696](https://github.com/redallen/patternfly-react/issues/696)) ([c690b3e](https://github.com/redallen/patternfly-react/commit/c690b3e)) +* **PF4:** tooltip/popover - include tippy css ([#1244](https://github.com/redallen/patternfly-react/issues/1244)) ([469477a](https://github.com/redallen/patternfly-react/commit/469477a)) +* **PF4 AboutModal and Modal:** added a class to the body when the Mod… ([#895](https://github.com/redallen/patternfly-react/issues/895)) ([5b12b97](https://github.com/redallen/patternfly-react/commit/5b12b97)), closes [#724](https://github.com/redallen/patternfly-react/issues/724) +* **Progress:** Correct small progress size ([#790](https://github.com/redallen/patternfly-react/issues/790)) ([c30c89f](https://github.com/redallen/patternfly-react/commit/c30c89f)) +* **Progress:** import progress style object ([#858](https://github.com/redallen/patternfly-react/issues/858)) ([7a90c3b](https://github.com/redallen/patternfly-react/commit/7a90c3b)) +* **Progress:** missing ProgressSize added to exported types ([#785](https://github.com/redallen/patternfly-react/issues/785)) ([37f43fc](https://github.com/redallen/patternfly-react/commit/37f43fc)), closes [#782](https://github.com/redallen/patternfly-react/issues/782) +* **Radio:** Modify examples and aria-label/label ([#1269](https://github.com/redallen/patternfly-react/issues/1269)) ([168dcaf](https://github.com/redallen/patternfly-react/commit/168dcaf)), closes [#1007](https://github.com/redallen/patternfly-react/issues/1007) +* **Radio:** Updated Radio aria-label prop so that it is optional ([#930](https://github.com/redallen/patternfly-react/issues/930)) ([a3e74fa](https://github.com/redallen/patternfly-react/commit/a3e74fa)), closes [#803](https://github.com/redallen/patternfly-react/issues/803) +* **Radio.d.ts:** Made aria-label required ([#1116](https://github.com/redallen/patternfly-react/issues/1116)) ([0c01314](https://github.com/redallen/patternfly-react/commit/0c01314)) +* **react-core:** add missing component to index type definitions ([#798](https://github.com/redallen/patternfly-react/issues/798)) ([46a2c69](https://github.com/redallen/patternfly-react/commit/46a2c69)) +* **Select/TextInput:** fix components typescript interfaces ([#833](https://github.com/redallen/patternfly-react/issues/833)) ([4011d86](https://github.com/redallen/patternfly-react/commit/4011d86)) +* **TextInput/Area:** update type definitions ([#1120](https://github.com/redallen/patternfly-react/issues/1120)) ([0306a08](https://github.com/redallen/patternfly-react/commit/0306a08)) +* **thing:** core change ([294abf6](https://github.com/redallen/patternfly-react/commit/294abf6)) +* **things:** Test publish react-core ([e7b811b](https://github.com/redallen/patternfly-react/commit/e7b811b)) +* **title:** allow multiple heading levels for Title ([#1005](https://github.com/redallen/patternfly-react/issues/1005)) ([0eae3d1](https://github.com/redallen/patternfly-react/commit/0eae3d1)) +* **ts:** fix for popover ts ([#1106](https://github.com/redallen/patternfly-react/issues/1106)) ([7ea696f](https://github.com/redallen/patternfly-react/commit/7ea696f)) +* **ts:** nav ts props ([#1242](https://github.com/redallen/patternfly-react/issues/1242)) ([67207d8](https://github.com/redallen/patternfly-react/commit/67207d8)) +* **ts-definitions:** fix type definitions for radio ([#806](https://github.com/redallen/patternfly-react/issues/806)) ([66ce547](https://github.com/redallen/patternfly-react/commit/66ce547)) +* **typescript:** Export LoginBox and make PageSection props optional ([#880](https://github.com/redallen/patternfly-react/issues/880)) ([082bb8d](https://github.com/redallen/patternfly-react/commit/082bb8d)) +* **typescript definitions:** fix ts defs for checkbox, BackgroundImage, and Form ([#800](https://github.com/redallen/patternfly-react/issues/800)) ([d39f596](https://github.com/redallen/patternfly-react/commit/d39f596)) +* PF4 About Modal: make trademark, logoImageSrc and logoImageAlt p… ([#1082](https://github.com/redallen/patternfly-react/issues/1082)) ([dbc8b06](https://github.com/redallen/patternfly-react/commit/dbc8b06)) +* PF4: Add missing attribute isPlain to Dropdown ([#1173](https://github.com/redallen/patternfly-react/issues/1173)) ([72210f5](https://github.com/redallen/patternfly-react/commit/72210f5)) +* update alt text in LoginPage ([#1084](https://github.com/redallen/patternfly-react/issues/1084)) ([2665351](https://github.com/redallen/patternfly-react/commit/2665351)) + + +### Code Refactoring + +* **AboutModal:** Upgrade core to 1.0.175 and Refactor AboutModal ([#1307](https://github.com/redallen/patternfly-react/issues/1307)) ([1f85756](https://github.com/redallen/patternfly-react/commit/1f85756)), closes [#1267](https://github.com/redallen/patternfly-react/issues/1267) + + +### Features + +* **Alert:** Add optional Close button to Alert via onClose prop ([#1200](https://github.com/redallen/patternfly-react/issues/1200)) ([9d59dcb](https://github.com/redallen/patternfly-react/commit/9d59dcb)), closes [#1036](https://github.com/redallen/patternfly-react/issues/1036) +* **Alert:** add sr variant customization ([#1056](https://github.com/redallen/patternfly-react/issues/1056)) ([0b8d241](https://github.com/redallen/patternfly-react/commit/0b8d241)) +* **backgroundImage:** introduce background image component ([#683](https://github.com/redallen/patternfly-react/issues/683)) ([ec5ec1f](https://github.com/redallen/patternfly-react/commit/ec5ec1f)) +* **breadcrumb:** adds breadcrumb, breadcrumbItem components ([#872](https://github.com/redallen/patternfly-react/issues/872)) ([bcd2954](https://github.com/redallen/patternfly-react/commit/bcd2954)), closes [#856](https://github.com/redallen/patternfly-react/issues/856) +* **checkboxComponent:** updated checkbox PF4 component according to demo ([#717](https://github.com/redallen/patternfly-react/issues/717)) ([de120e3](https://github.com/redallen/patternfly-react/commit/de120e3)) +* **Chip:** Add the Chip component to PF4 ([#1180](https://github.com/redallen/patternfly-react/issues/1180)) ([752adae](https://github.com/redallen/patternfly-react/commit/752adae)) +* **component:** introduce the pf4 switch component ([#761](https://github.com/redallen/patternfly-react/issues/761)) ([ef13fd2](https://github.com/redallen/patternfly-react/commit/ef13fd2)) +* **condensed horizontal nav:** updates condensed nav to match Core horizontal & vertical nav ([#876](https://github.com/redallen/patternfly-react/issues/876)) ([760cc7b](https://github.com/redallen/patternfly-react/commit/760cc7b)) +* **core:** Popover positioning ([#1032](https://github.com/redallen/patternfly-react/issues/1032)) ([13430ef](https://github.com/redallen/patternfly-react/commit/13430ef)) +* **DataList:** Add simple data list ([#927](https://github.com/redallen/patternfly-react/issues/927)) ([cd25279](https://github.com/redallen/patternfly-react/commit/cd25279)) +* **Dropdown:** handle keyboard navigation and styling for Link children ([#1201](https://github.com/redallen/patternfly-react/issues/1201)) ([0996cfd](https://github.com/redallen/patternfly-react/commit/0996cfd)) +* **DropdownToggle - noCaret option:** Adds the noCaret option ([#893](https://github.com/redallen/patternfly-react/issues/893)) ([21e6e64](https://github.com/redallen/patternfly-react/commit/21e6e64)) +* **EmptyState:** Add Empty State to PF-4 ([#995](https://github.com/redallen/patternfly-react/issues/995)) ([04bbb1d](https://github.com/redallen/patternfly-react/commit/04bbb1d)) +* **Form:** add novalidate flag to form ([#1253](https://github.com/redallen/patternfly-react/issues/1253)) ([5e54437](https://github.com/redallen/patternfly-react/commit/5e54437)) +* **formComponent:** add Form, FormGroup, ActionGroup PF4 components ([#667](https://github.com/redallen/patternfly-react/issues/667)) ([c38779c](https://github.com/redallen/patternfly-react/commit/c38779c)), closes [#390](https://github.com/redallen/patternfly-react/issues/390) +* **FormSelect:** rename Select components to FormSelect ([#1231](https://github.com/redallen/patternfly-react/issues/1231)) ([df32933](https://github.com/redallen/patternfly-react/commit/df32933)) +* **Label:** add Label to PF4 ([#859](https://github.com/redallen/patternfly-react/issues/859)) ([e1c16d2](https://github.com/redallen/patternfly-react/commit/e1c16d2)) +* **Labeled progress:** allow consumers to pass additional label for progressbar ([#822](https://github.com/redallen/patternfly-react/issues/822)) ([b8ce0c9](https://github.com/redallen/patternfly-react/commit/b8ce0c9)) +* **LoginBox:** introduce the pf4 loginbox component ([#737](https://github.com/redallen/patternfly-react/issues/737)) ([2508215](https://github.com/redallen/patternfly-react/commit/2508215)) +* **LoginForm:** Added the PF4 LoginForm Component ([#874](https://github.com/redallen/patternfly-react/issues/874)) ([befeb77](https://github.com/redallen/patternfly-react/commit/befeb77)), closes [#825](https://github.com/redallen/patternfly-react/issues/825) [#825](https://github.com/redallen/patternfly-react/issues/825) +* **LoginPage:** introduce the login page component ([#863](https://github.com/redallen/patternfly-react/issues/863)) ([c1435d9](https://github.com/redallen/patternfly-react/commit/c1435d9)) +* **Nav:** add separator flag ([#1165](https://github.com/redallen/patternfly-react/issues/1165)) ([a2ee4e3](https://github.com/redallen/patternfly-react/commit/a2ee4e3)) +* **page layout:** adds the condensed header feature to the page header ([#843](https://github.com/redallen/patternfly-react/issues/843)) ([0a3591a](https://github.com/redallen/patternfly-react/commit/0a3591a)) +* **Page layout:** Adds the page layout to PF4 ([#714](https://github.com/redallen/patternfly-react/issues/714)) ([c8a3324](https://github.com/redallen/patternfly-react/commit/c8a3324)), closes [#548](https://github.com/redallen/patternfly-react/issues/548) +* **page layout demos:** Add PF4 page layout demos ([#749](https://github.com/redallen/patternfly-react/issues/749)) ([025d862](https://github.com/redallen/patternfly-react/commit/025d862)) +* **patternfly-4/react-core/:** added Select Component ([#590](https://github.com/redallen/patternfly-react/issues/590)) ([0a51e65](https://github.com/redallen/patternfly-react/commit/0a51e65)), closes [#461](https://github.com/redallen/patternfly-react/issues/461) [#461](https://github.com/redallen/patternfly-react/issues/461) [#461](https://github.com/redallen/patternfly-react/issues/461) [#461](https://github.com/redallen/patternfly-react/issues/461) [#461](https://github.com/redallen/patternfly-react/issues/461) [#461](https://github.com/redallen/patternfly-react/issues/461) +* **patternfly-react/patternfly-4/react-core/:** added PF4 AboutModal Component ([#671](https://github.com/redallen/patternfly-react/issues/671)) ([1b01037](https://github.com/redallen/patternfly-react/commit/1b01037)), closes [#482](https://github.com/redallen/patternfly-react/issues/482) +* **pf-icons:** add all PF icons and update font awesome pckg ([#654](https://github.com/redallen/patternfly-react/issues/654)) ([bdc00c4](https://github.com/redallen/patternfly-react/commit/bdc00c4)), closes [#730](https://github.com/redallen/patternfly-react/issues/730) +* **pf-next update:** Update location of styles for patternfly next ([#697](https://github.com/redallen/patternfly-react/issues/697)) ([f1ebc54](https://github.com/redallen/patternfly-react/commit/f1ebc54)) +* **PF4 Page:** Allow passing of custom ref for condensed header ([#941](https://github.com/redallen/patternfly-react/issues/941)) ([889ec1a](https://github.com/redallen/patternfly-react/commit/889ec1a)) +* **pf4-avatar:** introduce avatar component ([#615](https://github.com/redallen/patternfly-react/issues/615)) ([4b213fb](https://github.com/redallen/patternfly-react/commit/4b213fb)) +* **pf4-brand:** introduce brand component ([#633](https://github.com/redallen/patternfly-react/issues/633)) ([53ed4d1](https://github.com/redallen/patternfly-react/commit/53ed4d1)) +* **PF4-Dropdown:** Enhance keyboard interaction for a11y ([#815](https://github.com/redallen/patternfly-react/issues/815)) ([cc89db6](https://github.com/redallen/patternfly-react/commit/cc89db6)), closes [#557](https://github.com/redallen/patternfly-react/issues/557) +* **pf4-list:** introduce the pf4 simple list ([#672](https://github.com/redallen/patternfly-react/issues/672)) ([6cabb20](https://github.com/redallen/patternfly-react/commit/6cabb20)) +* **PF4-Modal:** Adds keyboard and screen reader focus trapping ([#1011](https://github.com/redallen/patternfly-react/issues/1011)) ([7fa93b3](https://github.com/redallen/patternfly-react/commit/7fa93b3)), closes [#561](https://github.com/redallen/patternfly-react/issues/561) +* **pf4-nav:** add nav component ([#626](https://github.com/redallen/patternfly-react/issues/626)) ([677587c](https://github.com/redallen/patternfly-react/commit/677587c)), closes [#547](https://github.com/redallen/patternfly-react/issues/547) +* **pf4-progress:** introduce new component progress with it's variants ([#648](https://github.com/redallen/patternfly-react/issues/648)) ([e9d9492](https://github.com/redallen/patternfly-react/commit/e9d9492)), closes [#588](https://github.com/redallen/patternfly-react/issues/588) +* **Popover:** Add PF4 Popover ([#754](https://github.com/redallen/patternfly-react/issues/754)) ([17cf0c0](https://github.com/redallen/patternfly-react/commit/17cf0c0)) +* **Progress:** use max parameter to scale value of progress bar ([#950](https://github.com/redallen/patternfly-react/issues/950)) ([52a6b6d](https://github.com/redallen/patternfly-react/commit/52a6b6d)) +* **radioComponent:** updated according to PF-next demo ([#756](https://github.com/redallen/patternfly-react/issues/756)) ([a62ee27](https://github.com/redallen/patternfly-react/commit/a62ee27)) +* **text component:** adds the text component to PF4 ([#733](https://github.com/redallen/patternfly-react/issues/733)) ([a02495e](https://github.com/redallen/patternfly-react/commit/a02495e)) +* **tooltip:** add tooltip to PF4 ([#1103](https://github.com/redallen/patternfly-react/issues/1103)) ([c9aa254](https://github.com/redallen/patternfly-react/commit/c9aa254)) +* **umd modules:** adds babel-transform-es2015-modules-umd for umd module support ([#1150](https://github.com/redallen/patternfly-react/issues/1150)) ([7b4fde8](https://github.com/redallen/patternfly-react/commit/7b4fde8)) + + +### BREAKING CHANGES + +* **AboutModal:** removed heroImg and heroImageSrc and heroImageAlt props +* **PF4-Modal:** The reactRoot prop is required + + + + + ## [5.0.6](https://github.com/redallen/patternfly-react/compare/@redallen-patternfly/react-core@5.0.4...@redallen-patternfly/react-core@5.0.6) (2019-02-21) diff --git a/packages/patternfly-4/react-core/package.json b/packages/patternfly-4/react-core/package.json index 83f86395690..8d98b6ad6e9 100644 --- a/packages/patternfly-4/react-core/package.json +++ b/packages/patternfly-4/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@redallen-patternfly/react-core", - "version": "5.0.6", + "version": "6.0.0", "description": "This library provides a set of common React components for use with the PatternFly reference implementation.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -27,9 +27,9 @@ }, "homepage": "https://github.com/redallen/patternfly-react#readme", "dependencies": { - "@redallen-patternfly/react-icons": "^6.0.2", - "@redallen-patternfly/react-styles": "^2.7.0", - "@redallen-patternfly/react-tokens": "^5.0.0", + "@redallen-patternfly/react-icons": "^7.0.0", + "@redallen-patternfly/react-styles": "^2.8.0", + "@redallen-patternfly/react-tokens": "^6.0.0", "@tippy.js/react": "^1.1.1", "emotion": "^10.0.6", "exenv": "^1.2.2", diff --git a/packages/patternfly-4/react-docs/CHANGELOG.md b/packages/patternfly-4/react-docs/CHANGELOG.md index db1af384a87..0f81d81d5f3 100644 --- a/packages/patternfly-4/react-docs/CHANGELOG.md +++ b/packages/patternfly-4/react-docs/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 3.26.0 (2019-02-21) + + +### Bug Fixes + +* **@patternfly/react-docs:** fixes the path to the font files ([#649](https://github.com/redallen/patternfly-react/issues/649)) ([9a26933](https://github.com/redallen/patternfly-react/commit/9a26933)) +* **@patternfly/react-docs:** use emotion to load in global pf core st… ([#634](https://github.com/redallen/patternfly-react/issues/634)) ([79a8b7e](https://github.com/redallen/patternfly-react/commit/79a8b7e)) +* **a11y:** tweak html for better accessibility ([#917](https://github.com/redallen/patternfly-react/issues/917)) ([c1af473](https://github.com/redallen/patternfly-react/commit/c1af473)) +* **build:** Support building Gatsby app under Windows ([#1248](https://github.com/redallen/patternfly-react/issues/1248)) ([89bc7f8](https://github.com/redallen/patternfly-react/commit/89bc7f8)) +* **examples and docs:** adding react-live… ([#666](https://github.com/redallen/patternfly-react/issues/666)) ([da3d4b6](https://github.com/redallen/patternfly-react/commit/da3d4b6)) +* **react-docs:** Fix live mode toggling ([#780](https://github.com/redallen/patternfly-react/issues/780)) ([f7cc358](https://github.com/redallen/patternfly-react/commit/f7cc358)) +* **react-docs: oneoftype support:** ([#721](https://github.com/redallen/patternfly-react/issues/721)) ([91c5f31](https://github.com/redallen/patternfly-react/commit/91c5f31)), closes [#720](https://github.com/redallen/patternfly-react/issues/720) +* **surge:** add surge pr support to travis ([#653](https://github.com/redallen/patternfly-react/issues/653)) ([2259aeb](https://github.com/redallen/patternfly-react/commit/2259aeb)) +* **title:** allow multiple heading levels for Title ([#1005](https://github.com/redallen/patternfly-react/issues/1005)) ([0eae3d1](https://github.com/redallen/patternfly-react/commit/0eae3d1)) + + +### Features + +* **a11y:** add accessibility checks for pf4 ([#904](https://github.com/redallen/patternfly-react/issues/904)) ([f324be7](https://github.com/redallen/patternfly-react/commit/f324be7)) +* **example:** Add dark theme toggle button & change background colort ([#1212](https://github.com/redallen/patternfly-react/issues/1212)) ([ec1bfbf](https://github.com/redallen/patternfly-react/commit/ec1bfbf)) +* **full-page:** add functionality to show components in full page mode ([#658](https://github.com/redallen/patternfly-react/issues/658)) ([514ce42](https://github.com/redallen/patternfly-react/commit/514ce42)) +* **Live Examples:** allow users to tab past editors ([#694](https://github.com/redallen/patternfly-react/issues/694)) ([c36b53a](https://github.com/redallen/patternfly-react/commit/c36b53a)) +* **page layout demos:** Add PF4 page layout demos ([#749](https://github.com/redallen/patternfly-react/issues/749)) ([025d862](https://github.com/redallen/patternfly-react/commit/025d862)) +* **patternfly-react/patternfly-4/react-core/:** added PF4 AboutModal Component ([#671](https://github.com/redallen/patternfly-react/issues/671)) ([1b01037](https://github.com/redallen/patternfly-react/commit/1b01037)), closes [#482](https://github.com/redallen/patternfly-react/issues/482) +* **pf4-avatar:** introduce avatar component ([#615](https://github.com/redallen/patternfly-react/issues/615)) ([4b213fb](https://github.com/redallen/patternfly-react/commit/4b213fb)) +* **pf4-brand:** introduce brand component ([#633](https://github.com/redallen/patternfly-react/issues/633)) ([53ed4d1](https://github.com/redallen/patternfly-react/commit/53ed4d1)) +* **pf4-nav:** add nav component ([#626](https://github.com/redallen/patternfly-react/issues/626)) ([677587c](https://github.com/redallen/patternfly-react/commit/677587c)), closes [#547](https://github.com/redallen/patternfly-react/issues/547) +* **styled-system:** adds styled system to pf4 as its own package ([#891](https://github.com/redallen/patternfly-react/issues/891)) ([2888855](https://github.com/redallen/patternfly-react/commit/2888855)) +* **Table:** introduce new component Table based on pf4 designs ([#821](https://github.com/redallen/patternfly-react/issues/821)) ([7b38cbc](https://github.com/redallen/patternfly-react/commit/7b38cbc)) + + + + + ## [3.25.6](https://github.com/redallen/patternfly-react/compare/@redallen-patternfly/react-docs@3.25.4...@redallen-patternfly/react-docs@3.25.6) (2019-02-21) **Note:** Version bump only for package @redallen-patternfly/react-docs diff --git a/packages/patternfly-4/react-docs/package.json b/packages/patternfly-4/react-docs/package.json index 9426b1a9e94..9f09c150948 100644 --- a/packages/patternfly-4/react-docs/package.json +++ b/packages/patternfly-4/react-docs/package.json @@ -1,20 +1,20 @@ { "name": "@redallen-patternfly/react-docs", "description": "PatternFly React Docs", - "version": "3.25.6", + "version": "3.26.0", "author": "Red Hat", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "dependencies": { - "@redallen-patternfly/react-charts": "^5.0.2", - "@redallen-patternfly/react-core": "^5.0.6", - "@redallen-patternfly/react-icons": "^6.0.2", - "@redallen-patternfly/react-styled-system": "^5.0.2", - "@redallen-patternfly/react-styles": "^2.7.0", - "@redallen-patternfly/react-table": "^4.0.6", - "@redallen-patternfly/react-tokens": "^5.0.0", + "@redallen-patternfly/react-charts": "^6.0.0", + "@redallen-patternfly/react-core": "^6.0.0", + "@redallen-patternfly/react-icons": "^7.0.0", + "@redallen-patternfly/react-styled-system": "^6.0.0", + "@redallen-patternfly/react-styles": "^2.8.0", + "@redallen-patternfly/react-table": "^5.0.0", + "@redallen-patternfly/react-tokens": "^6.0.0", "babel-standalone": "^6.26.0", "clipboard-copy": "^2.0.1", "css-loader": "^2.1.0", diff --git a/packages/patternfly-4/react-styled-system/CHANGELOG.md b/packages/patternfly-4/react-styled-system/CHANGELOG.md index c90694eb964..dc32303abd5 100644 --- a/packages/patternfly-4/react-styled-system/CHANGELOG.md +++ b/packages/patternfly-4/react-styled-system/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 6.0.0 (2019-02-21) + + +### Bug Fixes + +* **styled-system:** check if global variables are defined before use ([#918](https://github.com/redallen/patternfly-react/issues/918)) ([e8d1eb0](https://github.com/redallen/patternfly-react/commit/e8d1eb0)) + + +### Code Refactoring + +* **AboutModal:** Upgrade core to 1.0.175 and Refactor AboutModal ([#1307](https://github.com/redallen/patternfly-react/issues/1307)) ([1f85756](https://github.com/redallen/patternfly-react/commit/1f85756)), closes [#1267](https://github.com/redallen/patternfly-react/issues/1267) + + +### Features + +* **Alert:** Add optional Close button to Alert via onClose prop ([#1200](https://github.com/redallen/patternfly-react/issues/1200)) ([9d59dcb](https://github.com/redallen/patternfly-react/commit/9d59dcb)), closes [#1036](https://github.com/redallen/patternfly-react/issues/1036) +* **PF4 Page:** Allow passing of custom ref for condensed header ([#941](https://github.com/redallen/patternfly-react/issues/941)) ([889ec1a](https://github.com/redallen/patternfly-react/commit/889ec1a)) +* **Popover:** Add PF4 Popover ([#754](https://github.com/redallen/patternfly-react/issues/754)) ([17cf0c0](https://github.com/redallen/patternfly-react/commit/17cf0c0)) +* **styled-system:** adds styled system to pf4 as its own package ([#891](https://github.com/redallen/patternfly-react/issues/891)) ([2888855](https://github.com/redallen/patternfly-react/commit/2888855)) + + +### BREAKING CHANGES + +* **AboutModal:** removed heroImg and heroImageSrc and heroImageAlt props + + + + + ## [5.0.2](https://github.com/redallen/patternfly-react/compare/@redallen-patternfly/react-styled-system@5.0.0...@redallen-patternfly/react-styled-system@5.0.2) (2019-02-21) **Note:** Version bump only for package @redallen-patternfly/react-styled-system diff --git a/packages/patternfly-4/react-styled-system/package.json b/packages/patternfly-4/react-styled-system/package.json index 6d5663f91f0..b22274a0bfb 100644 --- a/packages/patternfly-4/react-styled-system/package.json +++ b/packages/patternfly-4/react-styled-system/package.json @@ -1,6 +1,6 @@ { "name": "@redallen-patternfly/react-styled-system", - "version": "5.0.2", + "version": "6.0.0", "description": "Experimental: Styled System package with PatternFly 4 theming", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -32,8 +32,8 @@ "build:ts": "node ./scripts/copyTS.js" }, "dependencies": { - "@redallen-patternfly/react-styles": "^2.7.0", - "@redallen-patternfly/react-tokens": "^5.0.0", + "@redallen-patternfly/react-styles": "^2.8.0", + "@redallen-patternfly/react-tokens": "^6.0.0", "emotion-theming": "^9.2.9", "react-emotion": "^9.2.12", "styled-system": "^3.1.11" diff --git a/packages/patternfly-4/react-styles/CHANGELOG.md b/packages/patternfly-4/react-styles/CHANGELOG.md index 4259f42ce7f..bb86d2787ea 100644 --- a/packages/patternfly-4/react-styles/CHANGELOG.md +++ b/packages/patternfly-4/react-styles/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.8.0 (2019-02-21) + + +### Bug Fixes + +* **backgroundImage:** example to override css image paths ([3890d59](https://github.com/redallen/patternfly-react/commit/3890d59)) +* **stylesheet:** restore css export ([#593](https://github.com/redallen/patternfly-react/issues/593)) ([421f9b6](https://github.com/redallen/patternfly-react/commit/421f9b6)), closes [#584](https://github.com/redallen/patternfly-react/issues/584) +* **stylesheet:** restore css export ([#593](https://github.com/redallen/patternfly-react/issues/593)) ([#598](https://github.com/redallen/patternfly-react/issues/598)) ([ba1620c](https://github.com/redallen/patternfly-react/commit/ba1620c)) + + +### Features + +* **pf4-avatar:** introduce avatar component ([#615](https://github.com/redallen/patternfly-react/issues/615)) ([4b213fb](https://github.com/redallen/patternfly-react/commit/4b213fb)) +* **text component:** adds the text component to PF4 ([#733](https://github.com/redallen/patternfly-react/issues/733)) ([a02495e](https://github.com/redallen/patternfly-react/commit/a02495e)) + + + + + # 2.7.0 (2019-02-08) diff --git a/packages/patternfly-4/react-styles/package.json b/packages/patternfly-4/react-styles/package.json index 4f569a6b76b..a5633925973 100644 --- a/packages/patternfly-4/react-styles/package.json +++ b/packages/patternfly-4/react-styles/package.json @@ -1,6 +1,6 @@ { "name": "@redallen-patternfly/react-styles", - "version": "2.7.0", + "version": "2.8.0", "main": "dist/js/index.js", "module": "dist/esm/index.js", "types": "dist/js/index.d.ts", diff --git a/packages/patternfly-4/react-table/CHANGELOG.md b/packages/patternfly-4/react-table/CHANGELOG.md index d62f86c88ca..e5d87ced231 100644 --- a/packages/patternfly-4/react-table/CHANGELOG.md +++ b/packages/patternfly-4/react-table/CHANGELOG.md @@ -3,6 +3,37 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 5.0.0 (2019-02-21) + + +### Bug Fixes + +* **Table:** Do not return value if table is not collapsed ([#1272](https://github.com/redallen/patternfly-react/issues/1272)) ([fe8c13c](https://github.com/redallen/patternfly-react/commit/fe8c13c)) +* **Table:** Use direct imports for styles ([#1314](https://github.com/redallen/patternfly-react/issues/1314)) ([42b20e6](https://github.com/redallen/patternfly-react/commit/42b20e6)) +* **Table:** Use direct imports instead of spread ([#1237](https://github.com/redallen/patternfly-react/issues/1237)) ([e799809](https://github.com/redallen/patternfly-react/commit/e799809)) + + +### Code Refactoring + +* **AboutModal:** Upgrade core to 1.0.175 and Refactor AboutModal ([#1307](https://github.com/redallen/patternfly-react/issues/1307)) ([1f85756](https://github.com/redallen/patternfly-react/commit/1f85756)), closes [#1267](https://github.com/redallen/patternfly-react/issues/1267) + + +### Features + +* **Alert:** Add optional Close button to Alert via onClose prop ([#1200](https://github.com/redallen/patternfly-react/issues/1200)) ([9d59dcb](https://github.com/redallen/patternfly-react/commit/9d59dcb)), closes [#1036](https://github.com/redallen/patternfly-react/issues/1036) +* **PF4 Page:** Allow passing of custom ref for condensed header ([#941](https://github.com/redallen/patternfly-react/issues/941)) ([889ec1a](https://github.com/redallen/patternfly-react/commit/889ec1a)) +* **pf4-table:** Introduce new package @patternfly/react-table for table implementation ([#899](https://github.com/redallen/patternfly-react/issues/899)) ([9cee1ad](https://github.com/redallen/patternfly-react/commit/9cee1ad)) +* **Table:** introduce new component Table based on pf4 designs ([#821](https://github.com/redallen/patternfly-react/issues/821)) ([7b38cbc](https://github.com/redallen/patternfly-react/commit/7b38cbc)) + + +### BREAKING CHANGES + +* **AboutModal:** removed heroImg and heroImageSrc and heroImageAlt props + + + + + ## [4.0.6](https://github.com/redallen/patternfly-react/compare/@redallen-patternfly/react-table@4.0.4...@redallen-patternfly/react-table@4.0.6) (2019-02-21) **Note:** Version bump only for package @redallen-patternfly/react-table diff --git a/packages/patternfly-4/react-table/package.json b/packages/patternfly-4/react-table/package.json index fb79ba555a1..9ef73f8baa4 100644 --- a/packages/patternfly-4/react-table/package.json +++ b/packages/patternfly-4/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@redallen-patternfly/react-table", - "version": "4.0.6", + "version": "5.0.0", "description": "This library provides a set of React table components for use with the PatternFly 4", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -27,9 +27,9 @@ "homepage": "https://github.com/redallen/patternfly-react/tree/master/packages/patternfly-4/react-table#readme", "dependencies": { "@patternfly/patternfly": "1.0.178", - "@redallen-patternfly/react-core": "^5.0.6", - "@redallen-patternfly/react-icons": "^6.0.2", - "@redallen-patternfly/react-styles": "^2.7.0", + "@redallen-patternfly/react-core": "^6.0.0", + "@redallen-patternfly/react-icons": "^7.0.0", + "@redallen-patternfly/react-styles": "^2.8.0", "exenv": "^1.2.2", "reactabular-table": "^8.14.0" }, @@ -47,7 +47,7 @@ "postbuild": "node ./build/copyStyles.js" }, "optionalDependencies": { - "@redallen-patternfly/react-tokens": "^5.0.0" + "@redallen-patternfly/react-tokens": "^6.0.0" }, "devDependencies": { "css": "^2.2.3", diff --git a/packages/patternfly-4/react-tokens/CHANGELOG.md b/packages/patternfly-4/react-tokens/CHANGELOG.md index a2cce986621..752a658e430 100644 --- a/packages/patternfly-4/react-tokens/CHANGELOG.md +++ b/packages/patternfly-4/react-tokens/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 6.0.0 (2019-02-21) + + +### Bug Fixes + +* **backgroundImage:** example to override css image paths ([3890d59](https://github.com/redallen/patternfly-react/commit/3890d59)) + + +### Code Refactoring + +* **AboutModal:** Upgrade core to 1.0.175 and Refactor AboutModal ([#1307](https://github.com/redallen/patternfly-react/issues/1307)) ([1f85756](https://github.com/redallen/patternfly-react/commit/1f85756)), closes [#1267](https://github.com/redallen/patternfly-react/issues/1267) + + +### Features + +* **Alert:** Add optional Close button to Alert via onClose prop ([#1200](https://github.com/redallen/patternfly-react/issues/1200)) ([9d59dcb](https://github.com/redallen/patternfly-react/commit/9d59dcb)), closes [#1036](https://github.com/redallen/patternfly-react/issues/1036) +* **backgroundImage:** introduce background image component ([#683](https://github.com/redallen/patternfly-react/issues/683)) ([ec5ec1f](https://github.com/redallen/patternfly-react/commit/ec5ec1f)) +* **condensed horizontal nav:** updates condensed nav to match Core horizontal & vertical nav ([#876](https://github.com/redallen/patternfly-react/issues/876)) ([760cc7b](https://github.com/redallen/patternfly-react/commit/760cc7b)) +* **page layout:** adds the condensed header feature to the page header ([#843](https://github.com/redallen/patternfly-react/issues/843)) ([0a3591a](https://github.com/redallen/patternfly-react/commit/0a3591a)) +* **pf-next update:** Update location of styles for patternfly next ([#697](https://github.com/redallen/patternfly-react/issues/697)) ([f1ebc54](https://github.com/redallen/patternfly-react/commit/f1ebc54)) +* **PF4 Page:** Allow passing of custom ref for condensed header ([#941](https://github.com/redallen/patternfly-react/issues/941)) ([889ec1a](https://github.com/redallen/patternfly-react/commit/889ec1a)) +* **pf4-avatar:** introduce avatar component ([#615](https://github.com/redallen/patternfly-react/issues/615)) ([4b213fb](https://github.com/redallen/patternfly-react/commit/4b213fb)) +* **pf4-brand:** introduce brand component ([#633](https://github.com/redallen/patternfly-react/issues/633)) ([53ed4d1](https://github.com/redallen/patternfly-react/commit/53ed4d1)) +* **Popover:** Add PF4 Popover ([#754](https://github.com/redallen/patternfly-react/issues/754)) ([17cf0c0](https://github.com/redallen/patternfly-react/commit/17cf0c0)) + + +### BREAKING CHANGES + +* **AboutModal:** removed heroImg and heroImageSrc and heroImageAlt props + + + + + # 5.0.0 (2019-02-08) diff --git a/packages/patternfly-4/react-tokens/package.json b/packages/patternfly-4/react-tokens/package.json index ed59c9bf296..2e76e91a2c1 100644 --- a/packages/patternfly-4/react-tokens/package.json +++ b/packages/patternfly-4/react-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@redallen-patternfly/react-tokens", - "version": "5.0.0", + "version": "6.0.0", "description": "This library provides access to the design tokens of PatternFly 4 from JavaScript", "main": "dist/js/index.js", "module": "dist/esm/index.js", diff --git a/packages/react-codemods/CHANGELOG.md b/packages/react-codemods/CHANGELOG.md index 57d80e2ec1e..864a1af0c32 100644 --- a/packages/react-codemods/CHANGELOG.md +++ b/packages/react-codemods/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.6.0 (2019-02-21) + + +### Bug Fixes + +* **prettier:** change printWidth to 120 and expose rule in eslint-plugin ([#524](https://github.com/redallen/patternfly-react/issues/524)) ([a68ac11](https://github.com/redallen/patternfly-react/commit/a68ac11)) + + +### Features + +* **pf-next:** added a framework to write Patternfly next components ([#400](https://github.com/redallen/patternfly-react/issues/400)) ([995479a](https://github.com/redallen/patternfly-react/commit/995479a)), closes [#392](https://github.com/redallen/patternfly-react/issues/392) [#389](https://github.com/redallen/patternfly-react/issues/389) [#385](https://github.com/redallen/patternfly-react/issues/385) +* **react-codemods:** Added pf3-pf4 codemod ([#468](https://github.com/redallen/patternfly-react/issues/468)) ([f43e285](https://github.com/redallen/patternfly-react/commit/f43e285)), closes [#444](https://github.com/redallen/patternfly-react/issues/444) + + + + + # 1.5.0 (2019-02-08) diff --git a/packages/react-codemods/package.json b/packages/react-codemods/package.json index 3d3f8f863b0..f3280e4a201 100644 --- a/packages/react-codemods/package.json +++ b/packages/react-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@redallen-patternfly/react-codemods", - "version": "1.5.0", + "version": "1.6.0", "private": false, "license": "Apache-2.0", "publishConfig": { diff --git a/packages/react-icons/CHANGELOG.md b/packages/react-icons/CHANGELOG.md index 74903f242ff..e206aef9a95 100644 --- a/packages/react-icons/CHANGELOG.md +++ b/packages/react-icons/CHANGELOG.md @@ -3,6 +3,44 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 7.0.0 (2019-02-21) + + +### Bug Fixes + +* **build:** Support building Gatsby app under Windows ([#1248](https://github.com/redallen/patternfly-react/issues/1248)) ([89bc7f8](https://github.com/redallen/patternfly-react/commit/89bc7f8)) +* **build:** Support running npm scripts under Windows ([#1251](https://github.com/redallen/patternfly-react/issues/1251)) ([df0c275](https://github.com/redallen/patternfly-react/commit/df0c275)) +* **prettier:** change printWidth to 120 and expose rule in eslint-plugin ([#524](https://github.com/redallen/patternfly-react/issues/524)) ([a68ac11](https://github.com/redallen/patternfly-react/commit/a68ac11)) +* **react-icons:** fix size issues. Remove Icon component. ([#503](https://github.com/redallen/patternfly-react/issues/503)) ([b30fbd2](https://github.com/redallen/patternfly-react/commit/b30fbd2)), closes [#500](https://github.com/redallen/patternfly-react/issues/500) [#502](https://github.com/redallen/patternfly-react/issues/502) + + +### Code Refactoring + +* **AboutModal:** Upgrade core to 1.0.175 and Refactor AboutModal ([#1307](https://github.com/redallen/patternfly-react/issues/1307)) ([1f85756](https://github.com/redallen/patternfly-react/commit/1f85756)), closes [#1267](https://github.com/redallen/patternfly-react/issues/1267) + + +### Features + +* **Alert:** Add optional Close button to Alert via onClose prop ([#1200](https://github.com/redallen/patternfly-react/issues/1200)) ([9d59dcb](https://github.com/redallen/patternfly-react/commit/9d59dcb)), closes [#1036](https://github.com/redallen/patternfly-react/issues/1036) +* **bugfix-icon_import:** when importing icons their name has to have icon suffix in them ([#499](https://github.com/redallen/patternfly-react/issues/499)) ([83906cc](https://github.com/redallen/patternfly-react/commit/83906cc)) +* **condensed horizontal nav:** updates condensed nav to match Core horizontal & vertical nav ([#876](https://github.com/redallen/patternfly-react/issues/876)) ([760cc7b](https://github.com/redallen/patternfly-react/commit/760cc7b)) +* **font awesome icons:** add all free available FA icons ([#484](https://github.com/redallen/patternfly-react/issues/484)) ([4a7fea9](https://github.com/redallen/patternfly-react/commit/4a7fea9)) +* **page layout:** adds the condensed header feature to the page header ([#843](https://github.com/redallen/patternfly-react/issues/843)) ([0a3591a](https://github.com/redallen/patternfly-react/commit/0a3591a)) +* **pf-icons:** add all PF icons and update font awesome pckg ([#654](https://github.com/redallen/patternfly-react/issues/654)) ([bdc00c4](https://github.com/redallen/patternfly-react/commit/bdc00c4)), closes [#730](https://github.com/redallen/patternfly-react/issues/730) +* **PF4 Page:** Allow passing of custom ref for condensed header ([#941](https://github.com/redallen/patternfly-react/issues/941)) ([889ec1a](https://github.com/redallen/patternfly-react/commit/889ec1a)) +* **Popover:** Add PF4 Popover ([#754](https://github.com/redallen/patternfly-react/issues/754)) ([17cf0c0](https://github.com/redallen/patternfly-react/commit/17cf0c0)) +* **react-icons:** Added Initial Icons Package ([#453](https://github.com/redallen/patternfly-react/issues/453)) ([fdbe746](https://github.com/redallen/patternfly-react/commit/fdbe746)), closes [#442](https://github.com/redallen/patternfly-react/issues/442) +* **react-icons icon suffix:** add icon suffix to all autogenerated icons ([#480](https://github.com/redallen/patternfly-react/issues/480)) ([0f3f0b7](https://github.com/redallen/patternfly-react/commit/0f3f0b7)) + + +### BREAKING CHANGES + +* **AboutModal:** removed heroImg and heroImageSrc and heroImageAlt props + + + + + ## [6.0.2](https://github.com/redallen/patternfly-react/compare/@redallen-patternfly/react-icons@6.0.0...@redallen-patternfly/react-icons@6.0.2) (2019-02-21) **Note:** Version bump only for package @redallen-patternfly/react-icons diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index 43320c91eb5..fa7c97b97db 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@redallen-patternfly/react-icons", - "version": "6.0.2", + "version": "7.0.0", "description": "PatternFly 4 Icons as React Components", "main": "dist/js/index.js", "module": "dist/esm/index.js",