-
Notifications
You must be signed in to change notification settings - Fork 9
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
1 parent
5ea371f
commit 29a2427
Showing
2 changed files
with
40 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 |
---|---|---|
@@ -1,6 +1,45 @@ | ||
# Changelog | ||
|
||
|
||
## v2.3.0-beta | ||
|
||
[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.2.5-beta...v2.3.0-beta) | ||
|
||
### 🚀 Enhancements | ||
|
||
- Add directus:loggedIn hook ([8a6419b](https://github.com/becem-gharbi/nuxt-directus/commit/8a6419b)) | ||
|
||
### 🩹 Fixes | ||
|
||
- **refresh:** Clear user state on refresh fail ([d3c7fb1](https://github.com/becem-gharbi/nuxt-directus/commit/d3c7fb1)) | ||
|
||
### 💅 Refactors | ||
|
||
- Pass cookies from server-side on SSR response as suggested by docs ([0fbf849](https://github.com/becem-gharbi/nuxt-directus/commit/0fbf849)) | ||
- **refresh:** Some refactoring ([c5b4cbc](https://github.com/becem-gharbi/nuxt-directus/commit/c5b4cbc)) | ||
- Create useDirectusStorage to handle auth session ([a6461c6](https://github.com/becem-gharbi/nuxt-directus/commit/a6461c6)) | ||
- Rename useDirectusStorage to useDirectusSession ([40b7b38](https://github.com/becem-gharbi/nuxt-directus/commit/40b7b38)) | ||
- Check loggedIn status from user state on route middlewares ([409738d](https://github.com/becem-gharbi/nuxt-directus/commit/409738d)) | ||
|
||
### 📖 Documentation | ||
|
||
- Update readme ([732a8b1](https://github.com/becem-gharbi/nuxt-directus/commit/732a8b1)) | ||
- Update auth section ([0d2c2d6](https://github.com/becem-gharbi/nuxt-directus/commit/0d2c2d6)) | ||
|
||
### 🏡 Chore | ||
|
||
- Add refresh flowchart ([68b8253](https://github.com/becem-gharbi/nuxt-directus/commit/68b8253)) | ||
- Update design ([f2407a0](https://github.com/becem-gharbi/nuxt-directus/commit/f2407a0)) | ||
- Update design ([6ef7e01](https://github.com/becem-gharbi/nuxt-directus/commit/6ef7e01)) | ||
- Update design ([e081977](https://github.com/becem-gharbi/nuxt-directus/commit/e081977)) | ||
- Set tag to latest ([ab2bec9](https://github.com/becem-gharbi/nuxt-directus/commit/ab2bec9)) | ||
- Upgrade dependencies ([962071f](https://github.com/becem-gharbi/nuxt-directus/commit/962071f)) | ||
- **release:** V2.2.6-beta ([8052cde](https://github.com/becem-gharbi/nuxt-directus/commit/8052cde)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Becem Gharbi <[email protected]> | ||
|
||
## v2.2.6-beta | ||
|
||
[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.2.5-beta...v2.2.6-beta) | ||
|
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