Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 619 Bytes

CHANGELOG.md

File metadata and controls

30 lines (20 loc) · 619 Bytes

Changelog

All notable changes to laravel-view-components will be documented in this file

1.3.1 - 2020-03-18

  • make sure the render directive always gets registered (#22)

1.3.0 - 2020-03-03

  • Add support for Laravel 7

1.2.0 - 2019-09-03

  • Add support for Laravel 6

1.1.3 - 2019-02-27

  • Add support for Laravel 5.8

1.1.2 - 2018-09-04

  • Add support for Laravel 5.7

1.1.1 - 2018-06-04

  • Fixed regression introduced in 1.1.0

1.1.0 - 2018-06-04

  • Dynamically look up components to allow variables in paths

1.0.1 - 2018-06-02

  • Fix config publishing

1.0.0 - 2018-05-31

  • First release