diff --git a/.changeset/light-jobs-grin.md b/.changeset/light-jobs-grin.md deleted file mode 100644 index baf741cf..00000000 --- a/.changeset/light-jobs-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-simplikit': patch ---- - -`useIntersectionObserver` no longer recreates the underlying `IntersectionObserver` on every render when an inline `options` object is passed. It now recreates it only when `root`, `rootMargin`, or `threshold` actually change. diff --git a/.changeset/six-goats-nail.md b/.changeset/six-goats-nail.md deleted file mode 100644 index 1f38e3bd..00000000 --- a/.changeset/six-goats-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-simplikit': minor ---- - -Add lazy initializer support to useInputState. diff --git a/packages/react-simplikit/CHANGELOG.md b/packages/react-simplikit/CHANGELOG.md index fae1acce..498898a5 100644 --- a/packages/react-simplikit/CHANGELOG.md +++ b/packages/react-simplikit/CHANGELOG.md @@ -1,5 +1,15 @@ # react-simplikit +## 0.3.0 + +### Minor Changes + +- [#469](https://github.com/toss/react-simplikit/pull/469) [`cc8b69e`](https://github.com/toss/react-simplikit/commit/cc8b69e466b1ad11089bc5aca32c898c5c7204ea) Thanks [@DongEun02](https://github.com/DongEun02)! - Add lazy initializer support to useInputState. + +### Patch Changes + +- [#467](https://github.com/toss/react-simplikit/pull/467) [`92cbb34`](https://github.com/toss/react-simplikit/commit/92cbb349454a1b54f60db3edd1037240677984e4) Thanks [@constantly-dev](https://github.com/constantly-dev)! - `useIntersectionObserver` no longer recreates the underlying `IntersectionObserver` on every render when an inline `options` object is passed. It now recreates it only when `root`, `rootMargin`, or `threshold` actually change. + ## 0.2.0 ### Minor Changes diff --git a/packages/react-simplikit/package.json b/packages/react-simplikit/package.json index 3aec59db..466d78af 100644 --- a/packages/react-simplikit/package.json +++ b/packages/react-simplikit/package.json @@ -1,6 +1,6 @@ { "name": "react-simplikit", - "version": "0.2.0", + "version": "0.3.0", "description": "React hooks, components and utilities — SSR-safe, zero dependencies, mobile web included", "main": "./dist/index.cjs", "module": "./dist/index.mjs",