All notable changes to larecipe
will be documented in this file
2.5.0 (2022-03-26)
- Add support for Laravel 9 - (#294)
2.4.0 (2020-09-08)
- Add support for Laravel 8 - (#235)
- Permit show blade directives - (#234)
- Exclude code blocks from Blade compilation - (#206)
- Markdown is now parsed against a contract, allowing you to change it - (#252)
2.3.0 (2020-03-09)
- Add support for Laravel 7 - (#197)
- Fix Laravel ^7.0.x compatibility (Symfony/process) - (#202)
- Allow remote asset URLs & empty favicon fix - (#183)
2.2.3 (2020-01-21)
- Add support for PHP 7.4 - (#189)
2.2.1 (2019-11-08)
- Adding middleware usage - (#906da6c)
- Use relative path to fonts folder - (#b116594)
- Remove base url, fixes header links - (#d3b173d)
- Allow custom ordering of theme styles - (#7b7dc0b)
- Allow removing themes - (#22dbb67)
2.1.4 (2019-05-18)
Update smoothscroll-for-websites dependency to 1.4.9 in order to prevent the error
Unable to preventDefault inside passive event listener due to target being treated as passive
2.1.3 (2019-05-15)
Fix Algolia search box - (#fef3c74)
2.1.2 (2019-05-15)
Fix Algolia search box - (#973b230)
2.1.1 (2019-05-15)
Fix search button - (#8c3ced6)
2.1.0 (2019-05-15)
- Add support for FontAwesome v5 - (#afb6347)
- Few UI improvements
- Configureable new larecipe packages location - (#6b82478)
- Add Z-index to Medium Zoom to prevent hiding - (#58a7c05)
2.0.0 (2019-04-01)
- Support nested menus in sidebar - (# 98)
- Add copy-to-clipboard prism plugin - (# 99)
- Expand Test Coverage - (# 103)
- Check for Laravel version and change cache from minutes to seconds - (# 106)
- Remove Few Vue Component
- Change Most of Vue components props
1.4.0 (2019-02-28)
1.3.5 (2019-02-14)
- Fix mobile search - (#90)
1.3.4 (2019-02-11)
- Improve internal search UI - (# c1b4a24)
- Save theme once selected by a user in local storage - (# 8902a72)
1.3.0 (2019-02-07)
- Add internal search functionality - (#548f5ff)
- Add font-awesome icon selection to alarm markdown sugar - (#78)
- Make sidebar link display as block - (#53)
- Add option for users to add extra links to auth dropdown menu - (#56)
- Fix rendering blade before replacing version number - (#43e1195) (#44)
- Fixed multi-level lists - (#43)
- Make the mediumZoom selector more specific - (#77)
- close nav menu when search button pressed on mobile viewport - (#42d0a1f)
1.2.5 (2018-09-26)
- Add Medium-zoom like effect - (#aa3dcce)
- Fix rendering blade before replacing version number - (#43e1195) (#44)
- Fixed multi-level lists - (#43)
- Add laravel 5.4 and 5.7 in require-dev composer.json - (#41)
1.2.4 (2018-09-23)
- Add support for many Prism languages using autoloader 🔥 - (#39) (#34) (#30)
- Add support for Blade syntax inside amrkdown 🔥 - (#35)(#29) (#28)
1.2.3 (2018-09-22)
- Add support for dynamic route placeholder - (#fd21ce2)
1.2.2 (2018-09-21)
- Add disqus fourm support - (#8b4111e)
- Add php7.1+ version requirement in readme - (#33)
1.2.1 (2018-09-20)
- Add version number in the search - (#791ca9c)
1.2.0 (2018-09-20)
- Algolia Search Support - (#0271ec3)
- Dynamic color palette - (#73a1c83) (#55678fc)
- Dark/Light code theme - (#c577ac5)
- Organize doc files in subfolders - (#27)
- Sidebar visibility can be configured - (#1bb3fc4) (#18)
- Better SEO support - (#8eb0551) (#df82de7)
- Create .gitattributes - (#20)
1.1.0 (2018-09-11)
- Allow to opt out app name in navbar (#e1c8193)
- Add small notification if a user forgot to run install command (#1a758d2) (#8)
- Use Larecipe logo by default to prevent showing blank logo after installation (#ebace69) (#8)
- Weird content animation (#d87f711)
1.0.1 (2018-09-02)
- Store sidebar user's preference visibility in localStorage (#4)
1.0.0 (2018-09-02)
- initial release