Skip to content

Latest commit

 

History

History
275 lines (168 loc) · 12 KB

CHANGELOG.md

File metadata and controls

275 lines (168 loc) · 12 KB

Changelog

All notable changes to larecipe will be documented in this file


2.5.0 (2022-03-26)

Enhancement & Fixes

  • Add support for Laravel 9 - (#294)

More information

2.4.0 (2020-09-08)

Enhancement & Fixes

  • 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)

Enhancement & Fixes

  • 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)

Enhancement & Fixes

  • Add support for PHP 7.4 - (#189)

2.2.1 (2019-11-08)

Enhancement & Fixes

  • 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)

Features

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)

Features

Fix Algolia search box - (#fef3c74)

2.1.2 (2019-05-15)

Features

Fix Algolia search box - (#973b230)

2.1.1 (2019-05-15)

Features

Fix search button - (#8c3ced6)

2.1.0 (2019-05-15)

Features

  • Add support for FontAwesome v5 - (#afb6347)

Enhancement

  • 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)

Features

Enhancement

  • 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)

Breaking Changes

  • Remove Few Vue Component
  • Change Most of Vue components props

1.4.0 (2019-02-28)

Enhancement

  • Add support for Laravel 5.8 - (# 95)
  • Feat/bust cache custom assets - (# 93)

1.3.5 (2019-02-14)

Fix

  • Fix mobile search - (#90)

1.3.4 (2019-02-11)

Enhancement

  • Improve internal search UI - (# c1b4a24)
  • Save theme once selected by a user in local storage - (# 8902a72)

1.3.0 (2019-02-07)

Features

  • Add internal search functionality - (#548f5ff)
  • Add font-awesome icon selection to alarm markdown sugar - (#78)

Enhancement

  • Make sidebar link display as block - (#53)
  • Add option for users to add extra links to auth dropdown menu - (#56)

Fix

  • Fix rendering blade before replacing version number - (#43e1195) (#44)
  • Fixed multi-level lists - (#43)
  • Make the mediumZoom selector more specific - (#77)

Minor

  • close nav menu when search button pressed on mobile viewport - (#42d0a1f)

1.2.5 (2018-09-26)

Enhancement

  • Add Medium-zoom like effect - (#aa3dcce)

Fix

  • Fix rendering blade before replacing version number - (#43e1195) (#44)
  • Fixed multi-level lists - (#43)

Minor

  • Add laravel 5.4 and 5.7 in require-dev composer.json - (#41)

1.2.4 (2018-09-23)

Enhancement

  • 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)

Enhancement

  • Add support for dynamic route placeholder - (#fd21ce2)

1.2.2 (2018-09-21)

Features

Minor

  • Add php7.1+ version requirement in readme - (#33)

1.2.1 (2018-09-20)

Enhancement

  • Add version number in the search - (#791ca9c)

1.2.0 (2018-09-20)

Features

Enhancement

Fix

  • Fix publishable config - (#19)
  • Having all publishables in the vendor folder - (#23)

Minor

  • Create .gitattributes - (#20)

1.1.0 (2018-09-11)

Features

  • Google Analytics Support 🔥 (#aacef69)
  • Authorization Support 🤚 (#640ca87)

Enhancement

  • 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)

Fix

1.0.1 (2018-09-02)

Features

  • Store sidebar user's preference visibility in localStorage (#4)

1.0.0 (2018-09-02)

  • initial release