Skip to content

Commit

Permalink
Merge branch 'release/v0.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
happytodev committed Nov 16, 2022
2 parents ee8b325 + f8922bc commit 945d444
Show file tree
Hide file tree
Showing 30 changed files with 34,209 additions and 2,819 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,24 @@

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

## v0.6.0 - 2022-11-16
- Add support of Filament Tailwind Color Picker
- Big improvement on Hero component with many new possibilities for customization (background image, colors, text, art icon, etc.)
- Add first version of block 'Separator' with 6 forms for beginning
- Remove plugin martin-ro/charcounted-field due to backend display break (in relation with issue #3712 of FilamentPhp) => Waiting for fix from author
- Add collapsible menu option
- Page blocks are now collapsible
- New gorgeous purple theme for the backend
- Add heroicons to page builder elements and reorder them
- Some cleaning in the code

## 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.7 - 2022-08-23

- Update demo content

## v0.5.5 - 2022-08-15
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"email": "frederic.blanc@itanea.fr",
"role": "Developer"
}
],
],
"require": {
"php": "^8.1",
"league/commonmark": "^2.3",
Expand All @@ -30,10 +30,10 @@
"filament/filament": "^2.0",
"happytodev/filament-comments": "^0.1",
"happytodev/filament-social-networks": "^0.2",
"happytodev/filament-tailwind-color-picker": "^0.1",
"illuminate/contracts": "^9.0",
"jeffgreco13/filament-breezy": "^1.3",
"livewire/livewire": "^2.10",
"martin-ro/filament-charcount-field": "^0.1.5",
"ryangjchandler/orbit": "^1.1",
"spatie/laravel-markdown": "^2.2",
"spatie/laravel-package-tools": "^1.9.2"
Expand Down
2 changes: 1 addition & 1 deletion config/filament.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
'alignment' => 'center',
],
'sidebar' => [
'is_collapsible_on_desktop' => false,
'is_collapsible_on_desktop' => true,
'groups' => [
'are_collapsible' => true,
],
Expand Down
4 changes: 4 additions & 0 deletions mix-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"/public/css/filament.css": "/public/css/filament.css",
"/public/css/app.css": "/public/css/app.css"
}
Loading

0 comments on commit 945d444

Please sign in to comment.