web
web copied to clipboard
React hooks done right, for browser and SSR.
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.6.1 to 19.3.0. Release notes Sourced from @commitlint/cli's releases. v19.3.0 19.3.0 (2024-04-23) Features feat(format): print full commit message for valid commits if -V by @weixinwu in conventional-changelog/commitlint#4026...
## New Features Current implementation of the `useMeasure` hook calculates the element bounds based on `content-box` model. It is a little unexpected behaviour when the project and all the layout...
### Prior Issues None that I could find ### What is the current behavior? Remove a local storage key in one tab, observe that it does not trigger an update...
Bumps [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action) from 3.1.1 to 3.3.0. Release notes Sourced from codfish/semantic-release-action's releases. v3.3.0 3.3.0 (2024-04-09) Features use node v20.12.1 and use node-slim instead of alpine (#205) (b0e57c9), closes #204 v3.2.0...
Bumps [@commitlint/cz-commitlint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cz-commitlint) from 18.6.1 to 19.2.0. Release notes Sourced from @commitlint/cz-commitlint's releases. v19.2.0 19.2.0 (2024-03-15) Features feat(cli): introduce new --last flag, to stop recommending HEAD~1 by @knocte in conventional-changelog/commitlint#3916 feat(load):...
Bumps [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action) from 3.1.1 to 3.4.1. Release notes Sourced from codfish/semantic-release-action's releases. v3.4.1 3.4.1 (2024-06-17) Bug Fixes update release workflow to ensure every docker tag is pushed (#208) (9a999e0) v3.4.0...
## useCheckAPI This hook would check for the availability of various browser APIs. ### Motivation This hook is essential for supporting older browsers and ensuring compatibility across different environments. It...
### What is the current behavior, and the steps to reproduce the issue? Current implementation of the `useMeasure` hook calculates the element bounds based on content-box model only. It is...
### What is the current behavior? ```js const [count, setCount] = useState(0) const map = useMap([['count', 0]]) console.log('rerender') return setCount(0)}>Click state map.set('count', 0)}>Click map ``` Clicking on the "Click state"...
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.8.3. Release notes Sourced from typescript's releases. TypeScript 5.8 For release notes, check out the release announcement. fixed issues query for Typescript 5.8.0 (Beta). fixed...