Commit 75aaf4c
authored
Merging v0.5.0 into the main branch (#216)
* chore: update readme for new branch changes (#151)
* chore: update all packages within docs (#205)
* chore: update global root workspace packages (#206)
* chore: update prettier sort plugin
* chore: update prettier sort plugin and husky pre-push commit
* Chore/update packages 07 may 24 hooks package (#207)
* feat: bump testing library and typescript to latest
* feat: update typescript eslint parser and plugin to latest
* chore: update linters for react hooks packages
* feat: useStateWithHistory (#208)
* feat: add redo, undo, set for the state with history hook
* feat: addition of the reset action on state with history
* feat: docs and demo example addition for the useStateWithHistory
* feat: Addition of changeset
* feat: useUndoState (#209)
* feat: useUndoState hook added as an re-export of useStateWithHistory
* feat: add docs for the useUndoState hook
* feat: add missing reset action from useUndoState hook
* chore: add changeset logs
* chore: add missing assertion expectation assertion
* feat: useDebounce (#210)
* feat: addition of use debounce hook
* feat: throws error when wait period is negative
* feat: addition of the useDebounce function docs
* chore: addition of the changeset logs
* Feat/useThrottle (#211)
* feat: addition of the useThrottle hook
* feat: addition of docs for the useThrottle hook
* chore: create the changeset chagelog
* Feat/release 0.5.0 (#212)
* feat: update readme for the hook packages with new hooks addition
* feat: version the package for v0.5.01 parent 806a37a commit 75aaf4c
File tree
34 files changed
+2640
-1237
lines changed- .husky
- react-hooks
- src
- hooks
- useDebounce
- useStateWithHistory
- useThrottle
- useUndoState
- utils
- www
- src
- components/demo
- useDebounce
- useStateWithHistory
- useThrottle
- useUndoState
- content/docs/hooks
- effects-and-lifecycles
- state
- timers
- utilities
34 files changed
+2640
-1237
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
| 114 | + | |
| 115 | + | |
112 | 116 | | |
113 | 117 | | |
114 | 118 | | |
| |||
139 | 143 | | |
140 | 144 | | |
141 | 145 | | |
| 146 | + | |
| 147 | + | |
142 | 148 | | |
143 | 149 | | |
144 | 150 | | |
| |||
153 | 159 | | |
154 | 160 | | |
155 | 161 | | |
| 162 | + | |
| 163 | + | |
156 | 164 | | |
157 | 165 | | |
158 | 166 | | |
| |||
162 | 170 | | |
163 | 171 | | |
164 | 172 | | |
165 | | - | |
| 173 | + | |
166 | 174 | | |
167 | 175 | | |
168 | 176 | | |
| |||
178 | 186 | | |
179 | 187 | | |
180 | 188 | | |
181 | | - | |
| 189 | + | |
182 | 190 | | |
183 | | - | |
| 191 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments