Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: replace createFactory usages with createElement #1

Merged
merged 181 commits into from
Sep 17, 2020

Conversation

dmitrij-borchuk
Copy link
Owner

@dmitrij-borchuk dmitrij-borchuk commented Sep 17, 2020

Description

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as before)

Checklist

  • Read the Contributing Guide
  • Perform a code self-review
  • Comment the code, particularly in hard-to-understand areas
  • Add documentation
  • Add hook's story at Storybook
  • Cover changes with tests
  • Ensure the test suite passes (yarn test)
  • Provide 100% tests coverage
  • Make sure code lints (yarn lint). Fix it with yarn lint:fix in case of failure.
  • Make sure types are fine (yarn lint:types).

Tirzono and others added 30 commits March 17, 2020 16:10
fix: 🐛 improve how text is dropped in useDrop hook
## [15.2.3](v15.2.2...v15.2.3) (2020-06-13)

### Bug Fixes

* 🐛 improve how text is dropped in useDrop hook ([b2f46d1](b2f46d1))
## [15.2.4](v15.2.3...v15.2.4) (2020-06-13)

### Bug Fixes

*  doesn't unlock the body on unmount ([1ead4ef](1ead4ef))
## [15.2.5](v15.2.4...v15.2.5) (2020-06-15)

### Bug Fixes

* bump react-universal-interface ([1540c1a](1540c1a))
Better to use two-variables exchange than `useEffect` with new
function on each render.
feat(usePrevious): reworked the hook, now it is more memory-efficient.
# [15.3.0](v15.2.5...v15.3.0) (2020-06-19)

### Features

* **usePrevious:** reworked the hook, now it is more memory-efficient. ([8c6f467](8c6f467))
renovate-bot and others added 29 commits September 1, 2020 22:44
chore(deps): update dependency ts-loader to v8
…tic-6.5.3

chore(deps): bump elliptic from 6.5.1 to 6.5.3
…int-monorepo

chore(deps): update typescript-eslint monorepo to v4 (major)
…t-11.x

chore(deps): update dependency @testing-library/react to v11
….14.8

chore(deps): bump npm from 6.13.4 to 6.14.8
chore(useDebounce): fix test description
…repo

chore(deps): update storybook monorepo to v6 (major)
chore(deps): update dependency ts-node to v9
chore: Removed eslint comments, added global formatting, fixed errors
## [15.3.4](v15.3.3...v15.3.4) (2020-09-04)

### Bug Fixes

* useLongPress hook linting fixes. ([479dd99](479dd99))
## [15.3.4](v15.3.3...v15.3.4) (2020-09-06)

### Bug Fixes

* useLongPress hook linting fixes. ([9f3cc3d](9f3cc3d))
## [15.3.4](v15.3.3...v15.3.4) (2020-09-07)

### Bug Fixes

* useLongPress hook linting fixes. ([9f3cc3d](9f3cc3d))
## [15.3.4](v15.3.3...v15.3.4) (2020-09-15)

### Bug Fixes

* useLongPress hook linting fixes. ([9f3cc3d](9f3cc3d))
## [15.3.4](v15.3.3...v15.3.4) (2020-09-16)

### Bug Fixes

* useLongPress hook linting fixes. ([9f3cc3d](9f3cc3d))
@dmitrij-borchuk dmitrij-borchuk merged commit 266e1ed into dmitrij-borchuk:master Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants