diff --git a/CHANGELOG.md b/CHANGELOG.md index 3abfa882..b5de009b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.2.39 + +**Core Changes** + +- Add `useComponentWillReceiveUpdate` which mimics the behavior of `UNSAFE_componentWillReceiveProps`. + # 0.2.38 **Core Changes** diff --git a/docs/src/pages/where-is.mdx b/docs/src/pages/where-is.mdx index 7cf3926a..afde70f4 100644 --- a/docs/src/pages/where-is.mdx +++ b/docs/src/pages/where-is.mdx @@ -4,16 +4,6 @@ title: Where is ...? # Where is ...? -## useOnline - -Try `@uiw/react-use-online`. This is a tiny, zero-dependency, SSR hook for responding to online/offline changes. - -![](https://deno.bundlejs.com/badge?q=@uiw/react-use-online&treeshake=[{+useOnline+}]&config={%22esbuild%22:{%22external%22:[%22react%22]}}) - -- GitHub: https://github.com/uiwjs/react-use-online -- NPM: https://www.npmjs.com/package/@uiw/react-use-online -- React Concurrent Rendering Compatible: Yes (through `useSyncExternalStore`) - ## useAsyncFn Try `swr`. This is an ad-hoc library providing various hooks for data fetching, but it can also be used for any async operations. diff --git a/package.json b/package.json index 66b9b110..ccfd4161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foxact", - "version": "0.2.38", + "version": "0.2.39", "private": true, "description": "React Hooks/Utils done right. For browser, SSR, and React Server Components.", "homepage": "https://foxact.skk.moe",