Skip to content

Update with latest v5 changes #407

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

Merged
merged 32 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
64f506f
chore(deps-dev): bump semver from 5.7.1 to 5.7.2
dependabot[bot] Aug 27, 2024
7675cf8
chore(deps-dev): bump @typescript-eslint/eslint-plugin
dependabot[bot] Sep 3, 2024
522583f
chore(deps-dev): bump surge from 0.23.1 to 0.24.6
dependabot[bot] Sep 10, 2024
052e584
chore(deps-dev): bump react-router from 6.24.0 to 6.26.2
dependabot[bot] Sep 17, 2024
d233a64
Make SkeletonTable modular (#352)
fhlavac Sep 26, 2024
1c90d8f
fix(BulkSelect): Fix BulkSelect being checked when there are no rows …
fhlavac Sep 26, 2024
35a0c63
chore: Update release.config.js
dlabaj Oct 4, 2024
9ff13df
fix: updated release config
dlabaj Oct 4, 2024
9a0e958
fix: try removing range and force only patches instead
nicolethoen Oct 8, 2024
7ee3fa6
fix: linting error
nicolethoen Oct 8, 2024
30fdc70
fix: Update release.config.js
nicolethoen Oct 8, 2024
65d9046
fix: remove range - hope it works
nicolethoen Oct 8, 2024
91b16d6
fix: linting
nicolethoen Oct 8, 2024
3d89c77
fix(menu): Fix MenuToggle ouiaIds (#364)
fhlavac Oct 9, 2024
7431f50
Update to PatternFly 6 (#145)
fhlavac Jun 17, 2024
53a2fa4
Update to the latest PF versions (#224)
fhlavac Jul 30, 2024
d1a6ec8
fix(v6): Fix generated files
fhlavac Aug 1, 2024
264f48b
fix: Update README.md
dlabaj Aug 6, 2024
ae8abf3
fix(pf6): Rebase to the latest main (#259)
fhlavac Aug 16, 2024
e39c076
Rebase to latest main (#274)
fhlavac Aug 19, 2024
1fb5a0d
Rebase to the latest main (#277)
fhlavac Aug 20, 2024
1dbebdf
fix(pf6): Update lockfile
fhlavac Aug 20, 2024
76b4e25
fix(v6): Update PF versions
fhlavac Aug 20, 2024
e4e84a9
fix: Update README.md
dlabaj Aug 21, 2024
679c698
fix(nav): Resolve build warnings
fhlavac Sep 12, 2024
b05ed08
fix(nav): Rename ContentHeader to PageHeader
fhlavac Sep 12, 2024
645ab15
RHCLOUD-34195 Ansible logo updates (#354)
aferd Sep 24, 2024
aea9792
Sync with v5 branch (#363)
fhlavac Oct 10, 2024
2fc698a
fix(v5): Update to latest v5
fhlavac Oct 24, 2024
db4fbfe
fix(v6): Fix issues after rebase
fhlavac Oct 24, 2024
9f8a707
Update packages/module/src/PageHeader/PageHeader.tsx
fhlavac Oct 24, 2024
390cb6c
Update packages/module/src/PageHeader/PageHeader.tsx
fhlavac Oct 24, 2024
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This repo contains a set of opinionated react component groups used to standardi

### Migration from [RedHatInsights/frontend-components](https://github.com/RedHatInsights/frontend-components) to [patternfly/react-component-groups](https://github.com/patternfly/react-component-groups)
Please see the [migration guide](./migration.md)

---
---
## Contribution guide

### Before adding a new component:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import MissingPage from '../../packages/module/dist/dynamic/MissingPage';
import MissingPage from '@patternfly/react-component-groups/dist/dynamic/MissingPage';

describe('MissingPage', () => {
it('renders MissingPage', () => {
Expand Down
99 changes: 64 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

This file was deleted.

Loading