Skip to content

Commit

Permalink
fix: improve focus-lock behavior for exotic components
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Feb 9, 2024
1 parent 70a2351 commit 557f8cd
Show file tree
Hide file tree
Showing 4 changed files with 4,882 additions and 4,345 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.yarnpkg.com
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.9.7](https://github.com/theKashey/react-focus-lock/compare/v2.9.6...v2.9.7) (2024-01-23)



## [2.9.6](https://github.com/theKashey/react-focus-lock/compare/v2.9.5...v2.9.6) (2023-10-12)



## [2.9.5](https://github.com/theKashey/react-focus-lock/compare/v2.9.4...v2.9.5) (2023-07-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"homepage": "https://github.com/theKashey/react-focus-lock#readme",
"dependencies": {
"@babel/runtime": "^7.0.0",
"focus-lock": "^1.0.0",
"focus-lock": "^1.0.1",
"prop-types": "^15.6.2",
"react-clientside-effect": "^1.2.6",
"use-callback-ref": "^1.3.0",
Expand Down
Loading

0 comments on commit 557f8cd

Please sign in to comment.