2024-09-05 04:24:08
react-intersection-observer
- align IntersectionObserver options with DOM API (abb4ee8)
2024-07-11 18:02:30
react-intersection-observer
- fix package exports and simplify build (#695) (c9cef8f) - All thanks go to @RobinTail
2024-07-11 16:12:36
react-intersection-observer
- upgrade to Vitest 2 (#690) (054adf4)
- Upgrade to Vitest 2
- Add basic browser mode test, that runs with an unmocked IntersectionObserver
- Types cleanup in
test-utils
, getting rid of @types/jest
(replaced with vitest)
- Move test mocking setup from beforeEach to beforeAll
2024-07-11 15:12:39
react-intersection-observer
- remove script to publish dist dir (0980efa)
2024-06-06 03:35:51
react-intersection-observer
- test-utils - execute mockClear method only when it exists (712ae37)
2024-05-04 05:11:32
react-intersection-observer
- support old act from react-dom (0e95b5d)
2024-04-29 15:28:04
react-intersection-observer
- use act from
react
instead of deprecated one (87258aa)
2024-04-28 22:18:16
react-intersection-observer
- replace codesandbox with stackblitz (b0205ee)
2024-04-28 22:12:38
react-intersection-observer
- replace codesandbox with stackblitz (efac8ee)
2024-04-09 04:12:49
react-intersection-observer
- test utils, only use act when in an act environment (3c515e7)