Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elite174 committed Aug 25, 2023
1 parent 4352bca commit 59ba686
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 1.3.0

## BREAKING CHANGES

- `useSaveToStorage`: `isDeferred` option changed to `saveWhenIdle`, also added `defer` option

## New hooks

- useAbortController
- useAsyncAction
- useContextStrict

# 1.2.0

- NEW useModulePreloader
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-awesome-hooks",
"version": "1.2.0",
"version": "1.3.0",
"description": "A collection of awesome hooks for solid-js",
"files": [
"dist"
Expand Down

0 comments on commit 59ba686

Please sign in to comment.