Skip to content

Commit ebdfc4b

Browse files
committed
update readme and PR link
1 parent abb3fd5 commit ebdfc4b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/eslint-plugin-pf-codemods/lib/rules/v5/table-warn-actionsColumn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// https://github.com/patternfly/patternfly-react/pull/8217
1+
// https://github.com/patternfly/patternfly-react/pull/8629
22
module.exports = {
33
create: function (context) {
44
return {

packages/pf-codemods/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,10 @@ Out:
542542
<Spinner />
543543
```
544544

545+
### table-warn-actionsColumn [(#8629)](https://github.com/patternfly/patternfly-react/pull/8629)
546+
547+
Table and TableComposable's `ActionsColumn` has been updated to use the newer 'next' version of Dropdown. The toggle passed to the actions column should now be a `MenuToggle` instead of a `DropdownToggle`. The `dropdownPosition`, `dropdownDirection` and `menuAppendTo` properties are removed and `Popper` properties can be passed in using `popperProps` instead (via `direction`, `position`, `appendTo`, etc.).
548+
545549
### tableComposable-remove-hasSelectableRowCaption [(#8352)](https://github.com/patternfly/patternfly-react/pull/8352)
546550

547551
We've removed the deprecated `hasSelectableRowCaption` prop.

0 commit comments

Comments
 (0)