501 Commits

Author SHA1 Message Date
Renovate Bot
7e185bbcb4 Update dependency @semantic-release/npm to v5.3.4 2019-11-03 23:41:20 +00:00
Renovate Bot
d4ff80a827 Update semantic-release monorepo 2019-11-02 20:51:04 +00:00
Renovate Bot
980bdbaa4b
Update semantic-release monorepo 2019-11-02 01:33:15 +00:00
Renovate Bot
7daa17dd4c chore(deps): update dependency @shopify/jest-dom-mocks to v2.8.5 2019-11-02 00:32:57 +00:00
semantic-release-bot
4ca00f6faf chore(release): 13.1.0 [skip ci]
# [13.1.0](https://github.com/streamich/react-use/compare/v13.0.1...v13.1.0) (2019-11-01)

### Features

* pull request template for features ([1dc21f3](https://github.com/streamich/react-use/commit/1dc21f3))
2019-11-01 23:33:19 +00:00
semantic-release-bot
4c3201b2bc chore(release): 13.0.1 [skip ci]
## [13.0.1](https://github.com/streamich/react-use/compare/v13.0.0...v13.0.1) (2019-11-01)

### Bug Fixes

* **useLockBodyScroll:** infer overflow type directly from declaration. ([26baf47](https://github.com/streamich/react-use/commit/26baf47))
2019-11-01 22:30:40 +00:00
semantic-release-bot
d08490dc06 chore(release): 13.0.0 [skip ci]
# [13.0.0](https://github.com/streamich/react-use/compare/v12.13.0...v13.0.0) (2019-11-01)

* Merge pull request #711 from streamich/remove-react-wait ([8d40f18](https://github.com/streamich/react-use/commit/8d40f18)), closes [#711](https://github.com/streamich/react-use/issues/711)

### Features

* remove useRefMounted hook ([ad74d3d](https://github.com/streamich/react-use/commit/ad74d3d))
* **useRefMounted:** remove obsolete hook; ([dc364c8](https://github.com/streamich/react-use/commit/dc364c8))
* **useWait:** removed from package due to it is simple reexport of other package; ([d7c38bd](https://github.com/streamich/react-use/commit/d7c38bd))

### BREAKING CHANGES

* useWait hook has been removed from react-use
* deprecated useRefMounted hook is now removed, use useMountedState hook instead
2019-11-01 21:34:51 +00:00
xobotyi
d7c38bd77f feat(useWait): removed from package due to it is simple reexport of other package; 2019-11-01 00:20:25 +03:00
semantic-release-bot
5d97bf1d37 chore(release): 12.13.0 [skip ci]
# [12.13.0](https://github.com/streamich/react-use/compare/v12.12.0...v12.13.0) (2019-10-31)

### Features

* **useCounter:** reworked with use of new resolveHookState function plus improved memory usage; ([befcf84](https://github.com/streamich/react-use/commit/befcf84))
* **useGetSet:** reworked with use of new resolveHookState function plus improved memory usage; ([9b5d0f2](https://github.com/streamich/react-use/commit/9b5d0f2))
* react-like state resolver to use it in stateful hooks; ([9fd02eb](https://github.com/streamich/react-use/commit/9fd02eb))
2019-10-31 21:04:06 +00:00
semantic-release-bot
b4e1f1504d chore(release): 12.12.0 [skip ci]
# [12.12.0](https://github.com/streamich/react-use/compare/v12.11.0...v12.12.0) (2019-10-31)

### Features

* add typings for createReducer ([f1cf036](https://github.com/streamich/react-use/commit/f1cf036))
2019-10-31 20:01:00 +00:00
semantic-release-bot
0e628e2408 chore(release): 12.11.0 [skip ci]
# [12.11.0](https://github.com/streamich/react-use/compare/v12.10.0...v12.11.0) (2019-10-31)

### Features

* **useWait:** add deprecation messages to readme and export; ([d338245](https://github.com/streamich/react-use/commit/d338245))
2019-10-31 08:16:32 +00:00
semantic-release-bot
58910d4a3e chore(release): 12.10.0 [skip ci]
# [12.10.0](https://github.com/streamich/react-use/compare/v12.9.1...v12.10.0) (2019-10-30)

### Features

* **useUpdate:** improve memory usage - now single function instance to increment all counters; ([0f02fd0](https://github.com/streamich/react-use/commit/0f02fd0))
2019-10-30 15:39:30 +00:00
Renovate Bot
58ddea390f chore(deps): update dependency @types/jest to v24.0.21 2019-10-30 00:46:14 +00:00
Renovate Bot
92342d3441
chore(deps): update dependency fork-ts-checker-webpack-plugin to v3.0.1 2019-10-29 09:27:33 +00:00
Renovate Bot
8b450c1d69
chore(deps): update dependency fork-ts-checker-webpack-plugin to v3 2019-10-29 05:53:01 +00:00
semantic-release-bot
01c9c0d3a6 chore(release): 12.9.1 [skip ci]
## [12.9.1](https://github.com/streamich/react-use/compare/v12.9.0...v12.9.1) (2019-10-28)

### Bug Fixes

* useSize avoid crash in Safari 11 ([da0e66b](https://github.com/streamich/react-use/commit/da0e66b))
2019-10-28 13:11:01 +00:00
Anton Zinovyev
dd11cc35e2
Merge pull request #705 from streamich/renovate/fork-ts-checker-webpack-plugin-2.x
chore(deps): update dependency fork-ts-checker-webpack-plugin to v2
2019-10-27 23:02:00 +03:00
Renovate Bot
5ebc7d65f7
chore(deps): update dependency @types/jest to v24.0.20 2019-10-27 19:49:23 +00:00
semantic-release-bot
957c6d2e58 chore(release): 12.9.0 [skip ci]
# [12.9.0](https://github.com/streamich/react-use/compare/v12.8.0...v12.9.0) (2019-10-26)

### Features

* add createBreakpoint ([79ba4ef](https://github.com/streamich/react-use/commit/79ba4ef))
2019-10-26 08:57:08 +00:00
semantic-release-bot
d7a4b750fc chore(release): 12.8.0 [skip ci]
# [12.8.0](https://github.com/streamich/react-use/compare/v12.7.2...v12.8.0) (2019-10-25)

### Features

* add ensuredForwardRef and useEnsuredForwardedRef ([1bfe063](https://github.com/streamich/react-use/commit/1bfe063))
2019-10-25 16:14:58 +00:00
Renovate Bot
dc7fc55fe8
chore(deps): update dependency fork-ts-checker-webpack-plugin to v2 2019-10-25 12:40:50 +00:00
Renovate Bot
a80f3d01b3 chore(deps): update dependency fork-ts-checker-webpack-plugin to v1.6.0 2019-10-24 06:38:00 +00:00
streamich
c494aa3c3b chore: 🤖 upgrade Storybook to 5.2 2019-10-23 10:59:39 +02:00
semantic-release-bot
1ed8494907 chore(release): 12.7.2 [skip ci]
## [12.7.2](https://github.com/streamich/react-use/compare/v12.7.1...v12.7.2) (2019-10-23)

### Bug Fixes

* 🐛 bump set-harmonic-interval package version ([f7c709a](https://github.com/streamich/react-use/commit/f7c709a))
2019-10-23 08:11:24 +00:00
streamich
f7c709afce fix: 🐛 bump set-harmonic-interval package version 2019-10-23 10:08:51 +02:00
Renovate Bot
ad1da8463b chore(deps): update dependency ts-loader to v6.2.1 2019-10-23 07:44:16 +00:00
Renovate Bot
aa9090a1d3 chore(deps): update react monorepo to v16.11.0 2019-10-23 00:27:39 +00:00
Renovate Bot
43ac4129da chore(deps): update node.js to v10.17.0 2019-10-22 22:53:33 +00:00
Renovate Bot
a1144741ea chore(deps): update dependency @shopify/jest-dom-mocks to v2.8.4 2019-10-17 17:26:08 +00:00
semantic-release-bot
e59f63a1f6 chore(release): 12.7.1 [skip ci]
## [12.7.1](https://github.com/streamich/react-use/compare/v12.7.0...v12.7.1) (2019-10-17)

### Bug Fixes

* example in the docs; ([7f54cad](https://github.com/streamich/react-use/commit/7f54cad))
* rename story's mediator and add `g` flag to it's regex; ([652b318](https://github.com/streamich/react-use/commit/652b318))
2019-10-17 13:45:01 +00:00
semantic-release-bot
6e26237b5e chore(release): 12.7.0 [skip ci]
# [12.7.0](https://github.com/streamich/react-use/compare/v12.6.0...v12.7.0) (2019-10-17)

### Bug Fixes

* error throw tests; ([056875b](https://github.com/streamich/react-use/commit/056875b))
* useMultiStateValidator readme description; ([8c7f7f5](https://github.com/streamich/react-use/commit/8c7f7f5))

### Features

* useMultiStateValidator ([ae26988](https://github.com/streamich/react-use/commit/ae26988))
2019-10-17 13:39:31 +00:00
Renovate Bot
b256bb2b5c chore(deps): update dependency @shopify/jest-dom-mocks to v2.8.3 2019-10-16 21:46:26 +00:00
semantic-release-bot
109c6c4b7e chore(release): 12.6.0 [skip ci]
# [12.6.0](https://github.com/streamich/react-use/compare/v12.5.0...v12.6.0) (2019-10-16)

### Features

* useRafState ([#684](https://github.com/streamich/react-use/issues/684)) ([00816a4](https://github.com/streamich/react-use/commit/00816a4))
2019-10-16 12:07:50 +00:00
Ward
1fa104506e
docs: code coverage (#682) 2019-10-16 20:10:10 +11:00
Renovate Bot
100a340fbb Update dependency @types/jest to v24.0.19 2019-10-14 20:39:22 +00:00
Anton Zinovyev
317c81eba5
Merge branch 'master' into tslib 2019-10-14 21:59:47 +03:00
Renovate Bot
7dd7ba87ad chore(deps): update dependency fork-ts-checker-webpack-plugin to v1.5.1 2019-10-14 09:49:28 +00:00
semantic-release-bot
7955c3e1e0 chore(release): 12.5.0 [skip ci]
# [12.5.0](https://github.com/streamich/react-use/compare/v12.4.0...v12.5.0) (2019-10-13)

### Features

* useList allow pushing multiple items ([#621](https://github.com/streamich/react-use/issues/621)) ([a624364](https://github.com/streamich/react-use/commit/a624364))
2019-10-13 20:40:24 +00:00
Renovate Bot
2310f54091 chore(deps): update dependency husky to v3.0.9 2019-10-13 01:32:20 +00:00
renovate[bot]
fb5a925fea chore(deps): pin dependency @shopify/jest-dom-mocks to 2.8.2 (#671) 2019-10-12 20:03:46 +11:00
semantic-release-bot
38dffea37c chore(release): 12.4.0 [skip ci]
# [12.4.0](https://github.com/streamich/react-use/compare/v12.3.2...v12.4.0) (2019-10-12)

### Features

* useIntersection ([#652](https://github.com/streamich/react-use/issues/652)) ([d5f359f](https://github.com/streamich/react-use/commit/d5f359f))
2019-10-12 08:24:03 +00:00
Kevin Norris
d5f359f7e3 feat: useIntersection (#652)
React sensor hook that tracks the changes in the intersection of a target element with an ancestor element or with a top-level document's viewport, using the Intersection Observer API
2019-10-12 19:22:23 +11:00
semantic-release-bot
c0b3c3021e chore(release): 12.3.2 [skip ci]
## [12.3.2](https://github.com/streamich/react-use/compare/v12.3.1...v12.3.2) (2019-10-12)

### Bug Fixes

* improve use of refs in dependency lists ([#655](https://github.com/streamich/react-use/issues/655)) ([ed8e26d](https://github.com/streamich/react-use/commit/ed8e26d))
2019-10-12 07:29:20 +00:00
Renovate Bot
655c49df85 chore(deps): update dependency @babel/core to v7.6.4 2019-10-10 14:40:30 +00:00
semantic-release-bot
823f94f321 chore(release): 12.3.1 [skip ci]
## [12.3.1](https://github.com/streamich/react-use/compare/v12.3.0...v12.3.1) (2019-10-10)

### Bug Fixes

* move [@types](https://github.com/types)/react-wait to dependencies, closes [#661](https://github.com/streamich/react-use/issues/661) ([#662](https://github.com/streamich/react-use/issues/662)) ([6bdd74e](https://github.com/streamich/react-use/commit/6bdd74e))
2019-10-10 11:41:29 +00:00
Rafał Kostrzewski
6bdd74e79c fix: move @types/react-wait to dependencies, closes #661 (#662) 2019-10-10 22:39:24 +11:00
Renovate Bot
706f660781 chore(deps): update babel monorepo to v7.6.3 2019-10-08 21:34:54 +00:00
Renovate Bot
b1944a1bdc chore(deps): update yarn to v1.19.1 2019-10-08 13:41:46 +00:00
Renovate Bot
c1484cbdfd chore(deps): update dependency lint-staged to v9.4.2 2019-10-08 06:26:49 +00:00
semantic-release-bot
2ab1460c43 chore(release): 12.3.0 [skip ci]
# [12.3.0](https://github.com/streamich/react-use/compare/v12.2.3...v12.3.0) (2019-10-07)

### Features

* reset util callback for useList ([#654](https://github.com/streamich/react-use/issues/654)) ([9ea3548](https://github.com/streamich/react-use/commit/9ea3548))
2019-10-07 21:33:53 +00:00