Skip to content
This repository was archived by the owner on Mar 12, 2022. It is now read-only.

Commit c4d3422

Browse files
committed
build 0.15
1 parent 626cf37 commit c4d3422

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# Changelog
2+
3+
## Versions
4+
* 0.15.x: PhpStorm 2017.3.2+
5+
6+
## 0.15
7+
* Fix typo in settings form @Luiz* [#160](https://github.com/Haehnchen/idea-php-laravel-plugin/pull/160</)
8+
* Replace deprecated ScalarIndexExtension usages in indexing process
9+
* Support Blade includeWhen, includeFirst for template references [#164](https://github.com/Haehnchen/idea-php-laravel-plugin/pull/164) [#152](https://github.com/Haehnchen/idea-php-laravel-plugin/pull/152) [#158](https://github.com/Haehnchen/idea-php-laravel-plugin/pull/158) [#142](https://github.com/Haehnchen/idea-php-laravel-plugin/pull/142)
10+
* Use new directory SLOT\_DIRECTIVE and COMPONENT\_DIRECTIVE for completion parameter pattern [#167](https://github.com/Haehnchen/idea-php-laravel-plugin/pull/167)
11+
* Provide indexer for all Blade include directives and use some new Blade apis [#165](https://github.com/Haehnchen/idea-php-laravel-plugin/pull/165)
12+
* Replace cost intensive template resolving on path visiting
13+
* Convert Blade template file navigation to lazy target implementation
14+
* Convert Blade template include navigation to lazy target implementation
15+
* Config files matching refactored + tests added @Adel [#169](https://github.com/Haehnchen/idea-php-laravel-plugin/pull/169) [#166](https://github.com/Haehnchen/idea-php-laravel-plugin/pull/166)
16+
* Fix "component" and "slot" navigation
17+
* Provide directory navigation for Blade template strings
18+
* Fix performance issue for Blade linemarkers: targets must be attached to leaf elements [#161](https://github.com/Haehnchen/idea-php-laravel-plugin/pull/161)
19+
* Provide references for assets [#170](https://github.com/Haehnchen/idea-php-laravel-plugin/pull/170)
20+
121
## 0.14.2
222
* Additional check for Route::resource analyzer [#130](https://github.com/Haehnchen/idea-php-laravel-plugin/issues/130) [#131](https://github.com/Haehnchen/idea-php-laravel-plugin/issues/131) @adelf
323
* Fixed duplicates in @lang blade directive [#133](https://github.com/Haehnchen/idea-php-laravel-plugin/issues/133) @adelf

META-INF/plugin.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin url="https://github.com/Haehnchen/idea-php-laravel-plugin">
22
<id>de.espend.idea.laravel</id>
33
<name>Laravel Plugin</name>
4-
<version>0.14.2</version>
4+
<version>0.15</version>
55
<vendor email="[email protected]" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[
@@ -47,6 +47,22 @@
4747

4848
<change-notes><![CDATA[
4949
50+
<ul>
51+
<li>Fix typo in settings form @Luiz* <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/160</">#160</a></li>
52+
<li>Replace deprecated ScalarIndexExtension usages in indexing process</li>
53+
<li>Support Blade includeWhen, includeFirst for template references <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/164">#164</a> <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/152">#152</a> <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/158">#158</a> <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/142">#142</a></li>
54+
<li>Use new directory SLOT_DIRECTIVE and COMPONENT_DIRECTIVE for completion parameter pattern <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/167">#167</a></li>
55+
<li>Provide indexer for all Blade include directives and use some new Blade apis <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/165">#165</a></li>
56+
<li>Replace cost intensive template resolving on path visiting</li>
57+
<li>Convert Blade template file navigation to lazy target implementation</li>
58+
<li>Convert Blade template include navigation to lazy target implementation</li>
59+
<li>Config files matching refactored + tests added @Adel <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/169">#169</a> <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/166">#166</a></li>
60+
<li>Fix "component" and "slot" navigation</li>
61+
<li>Provide directory navigation for Blade template strings</li>
62+
<li>Fix performance issue for Blade linemarkers: targets must be attached to leaf elements <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/161">#161</a></li>
63+
<li>Provide references for assets <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/170">#170</a></li>
64+
</ul>
65+
5066
<br/>
5167
<a href="https://github.com/Haehnchen/idea-php-laravel-plugin/blob/master/CHANGELOG.md">see full changelog</a> | <a href="https://www.paypal.me/DanielEspendiller">Donate</a>
5268
]]>

0 commit comments

Comments
 (0)