Skip to content

Commit

Permalink
v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
happytodev committed Aug 15, 2022
1 parent fcaf9a6 commit 8b1cce3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to `typhoon` will be documented in this file.

## v0.5.6 - 2022-08-15
- remove tw-elements
- add a new menu responsive with accessible navigation adapted from [this article](https://caffeinecreations.ca/blog/accessible-dropdown-navigation-with-tailwind-css-and-alpine-js/)
- now a menu can have 2 sub-levels
- some cleaning in the code

## v0.5.5 - 2022-08-15
### Try to optimize SEO score by lazy loading images

Expand Down
2 changes: 1 addition & 1 deletion config/typhoon.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
| Possibles values are the main colours of tailwindcss.
|
*/
'version' => 'v0.5.5',
'version' => 'v0.5.6',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 8b1cce3

Please sign in to comment.