Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
18 changes: 0 additions & 18 deletions .changeset/deprecate-browser-hooks.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# react-simplikit

## 0.0.47

### Patch Changes

- [#316](https://github.com/toss/react-simplikit/pull/316) [`5b2eeba`](https://github.com/toss/react-simplikit/commit/5b2eeba659206cf9577dd57796a4770d07a33f62) Thanks [@kimyouknow](https://github.com/kimyouknow)! - Deprecate hooks that depend on browser-specific APIs

The following hooks are now marked as deprecated:

- `useDoubleClick`
- `useGeolocation`
- `useImpressionRef`
- `useIntersectionObserver`
- `useLongPress`
- `useOutsideClickEffect`
- `useStorageState`
- `useVisibilityEvent`

These hooks will be removed in a future major version as react-simplikit is now focused on platform-independent, pure state/logic hooks.

## 0.0.46

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-simplikit",
"version": "0.0.46",
"version": "0.0.47",
"main": "./src/index.ts",
"type": "module",
"sideEffects": false,
Expand Down