Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(rebase): rebase v6 #9706

Merged
merged 42 commits into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
cfd927c
refactor(SliderStep): use token instead for hardcoded value (#9651)
adamviktora Sep 20, 2023
e12b872
feat(Drawer): Added start and end to position props, updated resizing…
tlabaj Sep 20, 2023
2953b78
fix(Modal): Prevent duplicate ids within Modal (#9555)
wise-king-sullyman Sep 20, 2023
e27aac2
chore(release): releasing packages [ci skip]
patternfly-build Sep 20, 2023
255563b
chore(Brand): update tests (#9543)
kmcfaul Sep 21, 2023
2da108e
feat(Select) - add appendTo to SelectPopperProps (#9578)
MariaAga Sep 21, 2023
c02dcbc
fix(misc): fixed broken CodeSandbox demos (#9519)
jenny-s51 Sep 21, 2023
0d522ac
chore(release): releasing packages [ci skip]
patternfly-build Sep 21, 2023
82fbf44
chore: update breadcrumb dropdown item arrow to work in RTL (#9603)
mcoker Sep 21, 2023
bf516c9
chore(release): releasing packages [ci skip]
patternfly-build Sep 21, 2023
1eb77cb
fix(Slider): Updated slider to work in RTL. (#9655)
tlabaj Sep 21, 2023
2504201
docs(Toolbar): remove test example (#9614)
kmcfaul Sep 21, 2023
ba947c7
docs(tabs): Clean up React documentation content. (#9606)
edonehoo Sep 21, 2023
026096f
chore(release): releasing packages [ci skip]
patternfly-build Sep 21, 2023
033e6bc
fix(popper): add start/end positioning with RTL support, update defau…
wise-king-sullyman Sep 21, 2023
1bc53da
fix(Dropdown): Add appendTo to dropdownPopperProps interface (#9635)
wise-king-sullyman Sep 21, 2023
7b3ec92
feat(Timestamp): allowed displayed datetime to be UTC (#9649)
thatblindgeye Sep 21, 2023
2fa883d
chore(release): releasing packages [ci skip]
patternfly-build Sep 21, 2023
832d99d
chore(deps): update dependency @patternfly/patternfly to v5.1.0-prere…
renovate[bot] Sep 21, 2023
72f13c8
fix(Tabs): allow RTL scrolling (#9633)
kmcfaul Sep 21, 2023
262e474
chore(release): releasing packages [ci skip]
patternfly-build Sep 21, 2023
faddb9c
fix(Nav): allow RTL scrolling (#9637)
kmcfaul Sep 21, 2023
5a8c6bc
chore(BackgroundImage): update tests (#9584)
kmcfaul Sep 21, 2023
0f8ac62
feat(Label) add option to make label clickable (#9284)
Dominik-Petrik Sep 21, 2023
99d8d97
feat(charts): add RTL legend support (#9570)
kmcfaul Sep 22, 2023
cb50876
chore(release): releasing packages [ci skip]
patternfly-build Sep 22, 2023
9ae107f
fix(PrimaryDetail): remove primary detail card view require statement…
wise-king-sullyman Sep 25, 2023
f5d67f7
chore(release): releasing packages [ci skip]
patternfly-build Sep 25, 2023
8e1e08d
fix(Draggable): dont disable droppable on false ondrag (#9646)
gitdallas Sep 25, 2023
7d52ed0
chore(release): releasing packages [ci skip]
patternfly-build Sep 25, 2023
e1efd15
chore(screenshots): Updated screenshots (#9660)
tlabaj Sep 26, 2023
254e934
Revert "chore(deps): update dependency ts-patch to v3 (#9271)" (#9701)
wise-king-sullyman Oct 2, 2023
ed987d8
chore(release): releasing packages [ci skip]
patternfly-build Oct 2, 2023
198d75d
fix: white space change to trigger new prereleases [skip-a11y]
nicolethoen Oct 3, 2023
741c248
fix: whitespace changes to trigger prereleases (#9702)
nicolethoen Oct 3, 2023
7767e6a
chore(release): releasing packages [ci skip]
patternfly-build Oct 3, 2023
c2cde3e
fix: Release alphas from v6 and rebase from main (#9692)
nicolethoen Sep 28, 2023
f5e7f2e
fix: whitespace change to try out dryrun
nicolethoen Sep 28, 2023
a8284b4
fix: remove --no-private with dryrun [skip-a11y]
nicolethoen Sep 28, 2023
1a1acb1
fix: turn off dry run and release alphas [skip-a11y]
nicolethoen Sep 28, 2023
31173ac
chore(release): releasing packages [ci skip]
patternfly-build Sep 29, 2023
f9c31dc
Merge branch 'v6' into v6
tlabaj Oct 3, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,3 +321,4 @@ The process for revoking someone's maintainer status is a discussion limited to
[1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct/
[2]: mailto:patternfly@redhat.com
[3]: https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#type

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"react": "^18",
"react-dom": "^18",
"surge": "^0.23.1",
"ts-patch": "^3.0.0",
"ts-patch": "^2.1.0",
"typescript": "^4.7.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This package provides PatternFly charting components for [PatternFly][patternfly

### Prerequisite

#### Node Environment
#### Node Environment

This project currently supports Node [Active LTS](https://github.com/nodejs/Release#release-schedule) releases. Please stay current with Node Active LTS when developing patternfly-react.

Expand Down
2 changes: 1 addition & 1 deletion packages/react-code-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This package provides a PatternFly wrapper for the Monaco code editor

### Prerequisite
### Prerequisite

#### Node Environment

Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This project provides the React core components for the [PatternFly project](htt
2. [Contribution guidelines](#Contribution-guidelines)
3. [License](#License)

### Setup
### Setup
Before you begin, check out this [overview of PatternFly](http://patternfly.org/get-started/about) to get familiar with the basic elements of the design system. These instructions also assume that an existing React project is set up. For more information on how to do this, please see our main [README](https://github.com/patternfly/patternfly-react/tree/main/README.md#setup).

#### Install the @patternfly/react-core NPM package
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@patternfly/patternfly": "5.1.0-prerelease.28",
"@patternfly/patternfly": "5.1.0-prerelease.32",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:a11y": "patternfly-a11y --config patternfly-a11y.config"
},
"dependencies": {
"@patternfly/patternfly": "5.1.0-prerelease.28",
"@patternfly/patternfly": "5.1.0-prerelease.32",
"@patternfly/react-charts": "^8.0.0-alpha.1",
"@patternfly/react-code-editor": "^6.0.0-alpha.1",
"@patternfly/react-core": "^6.0.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PatternFly Icons as React Components.

## Usage
## Usage

```jsx
import TimesIcon from '@patternfly/react-icons/dist/esm/icons/times-icon';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@patternfly/patternfly": "5.1.0-prerelease.28",
"@patternfly/patternfly": "5.1.0-prerelease.32",
"fs-extra": "^11.1.1",
"glob": "^7.1.2",
"rimraf": "^2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-integration/demo-app-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo-app-ts",
"private": true,
"version": "5.1.1-alpha.0",
"version": "5.1.1-prerelease.22",
"scripts": {
"build:demo-app": "webpack --mode production",
"start:demo-app": "webpack-dev-server",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-styles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Library that provides CSS-in-JS capabilities

#### Example
#### Example

```jsx
import { css } from '@patternfly/react-styles';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"clean": "rimraf dist css"
},
"devDependencies": {
"@patternfly/patternfly": "5.1.0-prerelease.28",
"@patternfly/patternfly": "5.1.0-prerelease.32",
"camel-case": "^3.0.0",
"css": "^2.2.3",
"fs-extra": "^11.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This package provides Table PatternFly components based on [PatternFly][patternfly]

### Prerequisite
### Prerequisite

#### Node environment

Expand Down
2 changes: 1 addition & 1 deletion packages/react-tokens/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @patternfly/react-tokens

## Installation
## Installation

```bash
yarn add @patternfly/react-tokens
Expand Down
2 changes: 1 addition & 1 deletion packages/react-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"clean": "rimraf dist"
},
"devDependencies": {
"@patternfly/patternfly": "5.1.0-prerelease.28",
"@patternfly/patternfly": "5.1.0-prerelease.32",
"css": "^2.2.3",
"fs-extra": "^11.1.1",
"glob": "^7.1.2",
Expand Down
22 changes: 9 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13952,11 +13952,6 @@ minimist@^1.2.6:
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==

minimist@^1.2.8:
version "1.2.8"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==

minipass-collect@^1.0.2:
version "1.0.2"
resolved "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz"
Expand Down Expand Up @@ -16766,7 +16761,7 @@ resolve@^1.1.6, resolve@^1.10.0, resolve@^1.3.2:
dependencies:
path-parse "^1.0.6"

resolve@^1.10.1, resolve@^1.22.2:
resolve@^1.10.1:
version "1.22.2"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f"
integrity sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==
Expand Down Expand Up @@ -18612,16 +18607,17 @@ ts-loader@^8.3.0:
micromatch "^4.0.0"
semver "^7.3.4"

ts-patch@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/ts-patch/-/ts-patch-3.0.2.tgz#cbdf88e4dfb596e4dab8f2c8269361d33270a0ba"
integrity sha512-iTg8euqiNsNM1VDfOsVIsP0bM4kAVXU38n7TGQSkky7YQX/syh6sDPIRkvSS0HjT8ZOr0pq1h+5Le6jdB3hiJQ==
ts-patch@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/ts-patch/-/ts-patch-2.1.0.tgz#b4ba3e3f029144d7c4c6566916ebd5a453f070f5"
integrity sha512-+6LbQSGgHUnK+grgk9nvKhesc0/dDNxms0IL1XPZeTfmPFCx/QSuwz9k+9yFe0xYDD7xBlHYK0Zp0qrTCaJcAw==
dependencies:
chalk "^4.1.2"
glob "^8.0.3"
global-prefix "^3.0.0"
minimist "^1.2.8"
resolve "^1.22.2"
semver "^7.3.8"
minimist "^1.2.6"
resolve "^1.22.1"
shelljs "^0.8.5"
strip-ansi "^6.0.1"

tsconfig-paths@^3.14.2:
Expand Down