-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
## 1.0.0 (2021-01-20) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* **query:** update querying (filter, sort, and query) function | ||
* **core:** - React Query -> v.3 | ||
- ApiCall, Fetcher | ||
|
||
### Features | ||
|
||
* **core:** update core base ([863bae9](https://github.com/mokkapps/changelog-generator-demo/commits/863bae950676e765f9f313cdc3563018a9cc71c4)) | ||
* **core:** update testing and add query url ([db7130d](https://github.com/mokkapps/changelog-generator-demo/commits/db7130d9647bfe324fa73e2bde8073f20282eb3d)) | ||
* **query:** export type UseUrlQueryOptions ([1115b86](https://github.com/mokkapps/changelog-generator-demo/commits/1115b86267c01149f4a53fd5386ac649e2d7b468)) | ||
* **query:** update filter, sorted and query method ([38fa3d9](https://github.com/mokkapps/changelog-generator-demo/commits/38fa3d95ac750ca4f7be7786da28a4e4cb2aaa52)) | ||
* **query:** update querying (filter, sort, and query) function ([5d25d51](https://github.com/mokkapps/changelog-generator-demo/commits/5d25d51a5c5fe2e1062f70171f46ffefb5d49f58)) | ||
* **react-query:** change swr to react-query ([92b222e](https://github.com/mokkapps/changelog-generator-demo/commits/92b222eb579b005e770f4a5b4608a86a81248660)) | ||
* **react-query:** change swr to react-query ([0ca828a](https://github.com/mokkapps/changelog-generator-demo/commits/0ca828a615b0a6c916c05b4c5be0f22dbbb58abc)) | ||
* **storybook:** implement storybook example ([d4478e9](https://github.com/mokkapps/changelog-generator-demo/commits/d4478e909cf7092192dd70498d89af737491e48c)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **layout:** update layout height to match screen height ([e2f936c](https://github.com/mokkapps/changelog-generator-demo/commits/e2f936c67fbab8223e52a3f3004a9ec9f7d28135)) | ||
* **query:** bug recreated QueryUrl instead memoized ([730ecfa](https://github.com/mokkapps/changelog-generator-demo/commits/730ecfaf5a8c58692e7356cf919dfe668ff9a189)) | ||
* **style:** fixing bug style being reset when page changed (nextjs bug) ([05866ea](https://github.com/mokkapps/changelog-generator-demo/commits/05866ea61f251cee1534162fc08914238ff4e654)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters