Skip to content

Commit

Permalink
refactor: huge refactor (#8)
Browse files Browse the repository at this point in the history
* refactor: project structure no longer use multi workspaces

* docs: vitepress

* chore: remove utils file

* chore: remove dts files

* refactor: use-event-listener

* refactor: use-clipboard-text

* refactor: use-click-outside

* refactor: use-boolean

* refactor: use-async-effect

* refactor: use-const-fn

* refactor: use-const

* chore: test descriptions

* refactor: use-counter

* refactor: use-debounce-effect

* refactor: use-debounce

* refactor: use-document

* refactor: use-element-size

* refactor: use-focus-trap

* refactor: use user-event library

* refactor: use-hover

* chore: event instead of e

* refactor: use-interval

* refactor: use-is-mounted

* refactor: use-keydown

* refactor: use-latest

* refactor: use-storage

* refactor: use-media-query

* refactor: use-mount

* refactor: use-previous

* refactor: use-rerender

* refactor: use-safe-layout-effect

* feat: remove defaultValue option from use-storage

* refactor: use-text-selection

* fix: clear mocks

* refactor: use-theme

* refactor: use-throttle-effect

* refactor: use-throttle

* refactor: use-timeout

* refactor: use-title

* refactor: use-toggle

* refactor: use-unmount

* refactor: use-unsafe-once-effect

* refactor: use-update

* refactor: use-window

* refactor: use-window-size

* test: cancel selection after each test

* ci: only deploy docs on push to main

* ci: only deploy docs on docs folder changes

* chore: lowercase documentation

* ci: do not run ci on docs update

* chore: remove unused match-media

* chore: exclude dist types

* feat: use-document-event-listener

* fix: export EventMap and EventType

* chore: remove eslint-plugin-react-hooks

* refactor: src

* fix: no need to call useUnmount

* refactor: src

* refactor: useMount

* fix: unsafe once effect under strict mode

* refactor: use-is-mounted utilizes useUnmount

* style: [entry]
  • Loading branch information
mrcaidev authored Nov 14, 2024
1 parent 4a18718 commit bee2abc
Show file tree
Hide file tree
Showing 221 changed files with 7,077 additions and 9,966 deletions.
3 changes: 0 additions & 3 deletions .commitlintrc.json

This file was deleted.

3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

3 changes: 0 additions & 3 deletions .eslintrc.json

This file was deleted.

128 changes: 0 additions & 128 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

132 changes: 0 additions & 132 deletions .github/CONTRIBUTING.md

This file was deleted.

44 changes: 0 additions & 44 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/documentation-improvement.md

This file was deleted.

34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

Loading

0 comments on commit bee2abc

Please sign in to comment.