Skip to content

Commit

Permalink
Revert Carbon to 1.65 due to regression introduced in 1.66
Browse files Browse the repository at this point in the history
`@carbon/[email protected]` introduced a regression related to the `autoAlign`
prop on a number of components. This results in the tooltip being positioned
off screen or rendered too small for its content.

Revert to the previous release until the fix is available.
  • Loading branch information
AlanGreene authored and tekton-robot committed Sep 27, 2024
1 parent 23832b7 commit fcc2913
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "vitest"
},
"dependencies": {
"@carbon/react": "^1.66.0",
"@carbon/react": "^1.65.0",
"@codemirror/legacy-modes": "^6.4.1",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
Expand Down

0 comments on commit fcc2913

Please sign in to comment.