Skip to content

v6.4.3

Choose a tag to compare

@github-actions github-actions released this 09 Dec 18:48
· 40 commits to main since this release

   🚀 Features

  • Added useScrollTracker hook  -  by @sohanemon (aaa82)
  • Add test:bench script to package.json feat(tests/hooks/action): add action hook benchmarks feat(tests/hooks/async): add async hook benchmarks  -  by @sohanemon (779e1)
  • Add deepmerge function with custom merge logic feat(deepmerge): support merging functions with custom logic test(deepmerge): add tests for custom merge functions docs(README): update README with deepmerge examples and usage  -  by @sohanemon (53d10)
  • Update package version to 6.4.2 feat(deepmerge): add function composition support  -  by @sohanemon (45b49)
  • App): add workerize function feat(App): implement fibonacci and sum array with workerize feat(App): add heavy calculation with workerize refactor(App: Remove unused local storage and copy to clipboard code  -  by @sohanemon (1caeb)
  • ci: Add release workflow feat: add DeepMergeOptions type refactor: simplify deepmerge function signature docs: update README with composed functions example  -  by @sohanemon (e6e5f)
  • components: Added documentation and types for MediaWrapper and ResponsiveIndicator  -  by @sohanemon (f8659)
  • docs: Added new documentation files and updated layout  -  by @sohanemon (ccd6d)
  • hooks): add examples for useClickOutside feat(hooks): add examples for useMediaQuery feat(hooks): add examples for useEffectOnce feat(hooks): add examples for useUpdateEffect feat(hooks: Add  -  by @sohanemon (2cb67)
  • html-injector): add useScheduledEffect hook refactor(hooks): replace useIsomorphicEffect with useScheduledEffect refactor(use-query-selector): change useLayoutEffect to useEffect refactor(use-height-calculation: Change useIsomorphic  -  by @sohanemon (fc841)
  • package.json): add playground script feat(playground): create playground for Sohanemon Utils feat(playground): add README with features and setup instructions feat(playground): add initial dependencies and scripts chore(playground: Initialize bun.lock  -  by @sohanemon (07c65)
  • site: Added new files and dependencies  -  by @sohanemon (6f846)
  • tests: Add effects benchmark tests  -  by @sohanemon (def41)
  • useQuerySelector): add support for React RefObject test(useQuerySelector: Add test for ref support  -  by @sohanemon (342a4)
  • worker): add worker functionality feat(index: Export worker module  -  by @sohanemon (94564)
    View changes on GitHub