Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 84 changed files with 682 additions and 281 deletions.
11 changes: 11 additions & 0 deletions packages/action-pending/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2021-05-21)


### Bug Fixes

* **action-pending:** prevent state update in unmounted component ([cf3644f](https://github.com/ecomfe/react-hooks/commit/cf3644f996271da2369e6db07a123c38a16d7a06))





# [1.1.0](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2020-12-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/action-pending/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huse/action-pending",
"version": "1.1.0",
"version": "1.1.1",
"keywords": [
"react",
"hooks"
Expand All @@ -25,7 +25,7 @@
"test": "skr test --coverage"
},
"dependencies": {
"@huse/number": "^1.2.0"
"@huse/number": "^1.2.1"
},
"devDependencies": {
"@reskript/cli": "^1.0.0-beta.21",
Expand Down
8 changes: 8 additions & 0 deletions packages/boolean/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2021-05-21)

**Note:** Version bump only for package @huse/boolean





# [1.1.0](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2020-12-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/boolean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huse/boolean",
"version": "1.1.0",
"version": "1.1.1",
"keywords": [
"react",
"hooks"
Expand All @@ -25,7 +25,7 @@
"test": "skr test --coverage"
},
"dependencies": {
"@huse/methods": "^1.2.0"
"@huse/methods": "^1.2.1"
},
"devDependencies": {
"@reskript/cli": "^1.0.0-beta.21",
Expand Down
22 changes: 16 additions & 6 deletions packages/click-outside/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
---
nav:
title: Hooks
path: /hook
---

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2021-05-21)


### Bug Fixes

* fix messy nav bar ([#64](https://github.com/ecomfe/react-hooks/issues/64)) ([d300f58](https://github.com/ecomfe/react-hooks/commit/d300f5800310f880d79e36b459c502c5b4f5cfe2))


### Features

* add every hook link and change every hook README order ([4e9a89c](https://github.com/ecomfe/react-hooks/commit/4e9a89c6bbe846214d65393f0afef24c291718e6))





## [1.0.3](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2020-11-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/click-outside/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huse/click-outside",
"version": "1.0.3",
"version": "1.1.0",
"keywords": [
"react",
"hooks"
Expand All @@ -25,7 +25,7 @@
"test": "skr test --coverage --target=react"
},
"dependencies": {
"@huse/document-event": "^1.0.3"
"@huse/document-event": "^1.1.0"
},
"devDependencies": {
"@reskript/cli": "^1.0.0-beta.21",
Expand Down
11 changes: 11 additions & 0 deletions packages/collection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2021-05-21)


### Bug Fixes

* **collection:** useArray incorrectly use immer for filter ([f04bc53](https://github.com/ecomfe/react-hooks/commit/f04bc5341b4e3cee4589c6aebe17aed00f1850da))





# [1.1.0](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2020-12-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/collection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huse/collection",
"version": "1.1.0",
"version": "1.1.1",
"keywords": [
"react",
"hooks"
Expand All @@ -25,7 +25,7 @@
"test": "skr test --coverage"
},
"dependencies": {
"@huse/methods": "^1.2.0"
"@huse/methods": "^1.2.1"
},
"devDependencies": {
"@reskript/cli": "^1.0.0-beta.21",
Expand Down
23 changes: 17 additions & 6 deletions packages/debounce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
---
nav:
title: Hooks
path: /hook
---

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2021-05-21)


### Bug Fixes

* fix messy nav bar ([#64](https://github.com/ecomfe/react-hooks/issues/64)) ([d300f58](https://github.com/ecomfe/react-hooks/commit/d300f5800310f880d79e36b459c502c5b4f5cfe2))


### Features

* add every hook link and change every hook README order ([4e9a89c](https://github.com/ecomfe/react-hooks/commit/4e9a89c6bbe846214d65393f0afef24c291718e6))
* add immediate option to useDebouncedCallback ([#77](https://github.com/ecomfe/react-hooks/issues/77)) ([17c9726](https://github.com/ecomfe/react-hooks/commit/17c97262e69ad567f25be35f979e890cf92b5048))





## [1.0.3](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2020-11-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/debounce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huse/debounce",
"version": "1.0.3",
"version": "1.1.0",
"keywords": [
"react",
"hooks"
Expand Down
22 changes: 16 additions & 6 deletions packages/debug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
---
nav:
title: Hooks
path: /hook
---

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2021-05-21)


### Bug Fixes

* fix messy nav bar ([#64](https://github.com/ecomfe/react-hooks/issues/64)) ([d300f58](https://github.com/ecomfe/react-hooks/commit/d300f5800310f880d79e36b459c502c5b4f5cfe2))


### Features

* add every hook link and change every hook README order ([4e9a89c](https://github.com/ecomfe/react-hooks/commit/4e9a89c6bbe846214d65393f0afef24c291718e6))





## [1.0.3](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2020-11-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huse/debug",
"version": "1.0.3",
"version": "1.1.0",
"keywords": [
"react",
"hooks"
Expand All @@ -25,7 +25,7 @@
"test": "skr test --coverage"
},
"dependencies": {
"@huse/previous-value": "^1.0.3",
"@huse/previous-value": "^1.1.0",
"fast-deep-equal": "^3.1.1",
"lodash": "^4.17.15",
"shallowequal": "^1.1.0"
Expand Down
22 changes: 16 additions & 6 deletions packages/derived-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
---
nav:
title: Hooks
path: /hook
---

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2021-05-21)


### Bug Fixes

* fix messy nav bar ([#64](https://github.com/ecomfe/react-hooks/issues/64)) ([d300f58](https://github.com/ecomfe/react-hooks/commit/d300f5800310f880d79e36b459c502c5b4f5cfe2))


### Features

* add every hook link and change every hook README order ([4e9a89c](https://github.com/ecomfe/react-hooks/commit/4e9a89c6bbe846214d65393f0afef24c291718e6))





## [1.0.3](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2020-11-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/derived-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huse/derived-state",
"version": "1.0.3",
"version": "1.1.0",
"keywords": [
"react",
"hooks"
Expand Down
22 changes: 16 additions & 6 deletions packages/document-event/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
---
nav:
title: Hooks
path: /hook
---

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2021-05-21)


### Bug Fixes

* fix messy nav bar ([#64](https://github.com/ecomfe/react-hooks/issues/64)) ([d300f58](https://github.com/ecomfe/react-hooks/commit/d300f5800310f880d79e36b459c502c5b4f5cfe2))


### Features

* add every hook link and change every hook README order ([4e9a89c](https://github.com/ecomfe/react-hooks/commit/4e9a89c6bbe846214d65393f0afef24c291718e6))





## [1.0.3](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2020-11-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/document-event/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huse/document-event",
"version": "1.0.3",
"version": "1.1.0",
"keywords": [
"react",
"hooks"
Expand Down
22 changes: 16 additions & 6 deletions packages/document-title/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
---
nav:
title: Hooks
path: /hook
---

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2021-05-21)


### Bug Fixes

* fix messy nav bar ([#64](https://github.com/ecomfe/react-hooks/issues/64)) ([d300f58](https://github.com/ecomfe/react-hooks/commit/d300f5800310f880d79e36b459c502c5b4f5cfe2))


### Features

* add every hook link and change every hook README order ([4e9a89c](https://github.com/ecomfe/react-hooks/commit/4e9a89c6bbe846214d65393f0afef24c291718e6))





## [1.0.3](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2020-11-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/document-title/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huse/document-title",
"version": "1.0.3",
"version": "1.1.0",
"keywords": [
"react",
"hooks"
Expand Down
22 changes: 16 additions & 6 deletions packages/effect-ref/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
---
nav:
title: Hooks
path: /hook
---

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2021-05-21)


### Bug Fixes

* fix messy nav bar ([#64](https://github.com/ecomfe/react-hooks/issues/64)) ([d300f58](https://github.com/ecomfe/react-hooks/commit/d300f5800310f880d79e36b459c502c5b4f5cfe2))


### Features

* add every hook link and change every hook README order ([4e9a89c](https://github.com/ecomfe/react-hooks/commit/4e9a89c6bbe846214d65393f0afef24c291718e6))





## [1.0.3](https://github.com/ecomfe/react-hooks/compare/@huse/[email protected]...@huse/[email protected]) (2020-11-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/effect-ref/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huse/effect-ref",
"version": "1.0.3",
"version": "1.1.0",
"keywords": [
"react",
"hooks"
Expand Down
Loading

0 comments on commit e4b972a

Please sign in to comment.