All notable changes to typhoon
will be documented in this file.
- Fix the little bug in code editor with duplicates content by changing the markdown editor to the Spatie Filament Markdown Editor
- Remove the possibility to customize routes for blogs and pages (using
pages.route
andposts.route
) via Settings which generates the #47 bug
- Add possibility to customize routes for blogs and pages (using
pages.route
andposts.route
) via Settings
- 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
- remove tw-elements
- add a new menu responsive with accessible navigation adapted from this article
- now a menu can have 2 sub-levels
- some cleaning in the code
- Update demo content
- Add lazysizes library, 'lazyload' class to all img call and replace 'src' by 'data-src'
- Fix pill background error
- Fix javascript error and add new generated css file
- Typo on version number on UpdateTyphoonPackage.php
- Missing flash component
- Add posts shedule / unschedule feature (need crontab edit). Fix #41
- First implementation of a plugin system in Typhoon
- Update the update script to this new version
- Increase background color in page constructor (based on Tailwind color palette)
- clean the code
- Error with composer.json config
- Fix few bugs
- Display videos and twitter from markdown file works now in posts and pages
- Fix problems with settings in admin due to add column type in content file but not in sqlite DB
- Improve settings to be of multiple types (string, boolean, image, textarea, richtext)
- Introduce settings in footer and menu components
- Improve typhoon update script to add
setting
resources
- Improve typhoon update script to add
setting
model and content
- Fix some errors after installation
- Fix #37 : Add pagination to posts page list
- Add typhoon:update command to help updating TyphoonCms after launch
composer update
- Fix a little glitch on display
- Display optimization for code using the Prism library
After composer update
, please launch :
php artisan vendor:publish --force --tag="typhoon-css"
- Fix #35 : After release of v0.2 'code' blocks are not correctly displayed
- Add Prism to highlight code (html, css, js, php, twig, json) and some plugins : Line Highlight, Line Numbers, Show language, Toolbar, Copy to clipboard button
- Improve detections of tailwindcss instructions to compile CSS by integrating other happytodev plugins in discover parameters
After composer update
, please launch :
php artisan vendor:publish --force --tag="typhoon-css"
php artisan vendor:publish --force --tag="typhoon-js"
- Fix feature #25 : Add counter on fields with limited characters
- Fix #21 #28 #31 #32 #33 #34 : Add label before tags and show category for posts
- Fix #2 : Add tl;dr to post
- Fix issue #20 : Tag slug is not automatically generated
- Fix issue #22 : Error when launch php artisan route:list command
- Now you can give some support to Typhoon by starring it in his github repository during installation :-)
- Fix issue #19 : The navigation in admin does not work correctly
- Improve documentation and add knowed limitations after feedback of the first user
- If a post doesn't have
main_image
don't display the correspondant div block - Improve and simplify install from 14 steps to only 5. Now you can install Typhoon in a very short time
- Improve image component for page by authorizing full image : max-w-screen-7xl and no y-padding
- Adding demo content with user, post, comment, tag, home page, category
- Improve footer
- Add first version of comments in Typhoon with plugin filament-comments
- Improve Author's Bio view
- Downgrade composer PHP version required for compatibility with some shared hosts services
- Fix css issues with Youtube and twitter
- Move bio to the bottom of posts
- Fix a displaying bug when embed video on post
- Add bio description for user (1200 characters max)
- Add picture field for user. If none provided, display a default avatar
- Add the possibility to hide a page block via a toggle
- Use Storage::url() helper for every image to avoid 404 on Shared Hosts
- Try to improve installation process
- Integrate changes made on local dev project into the core project
- Adding filamentphp to the package
- Improve install script
- Change name of package from
flat-cms
totyphoon
- Typhoon now supports users, posts, categories, tags
- First template created with
homepage
andposts
page
- Error when trying to remove association between a tag and a post. Discussion in progress with the Orbit creator to find a solution. This happened in belongsToMany relation
- First MVP to try Orbit in situation.