Changelog updates

This commit is contained in:
sercan 2019-01-02 10:33:22 +03:00
parent 79d2ed8cfe
commit a7cf8c236b

View File

@ -19,6 +19,39 @@
<div class="changelog">
<!-- --------------------------------------------------------------------------------------------- -->
<!-- @ v7.1.0 -->
<!-- --------------------------------------------------------------------------------------------- -->
<div class="entry">
<div class="title">
<span class="version">v7.1.0</span>
<span class="date">(...)</span>
</div>
<div class="groups">
<div class="new">
<span class="title">New</span>
<ul>
<li>Updated Angular to 7.1.4</li>
<li>Updated Angular Material to 7.2.0</li>
<li>Updated ngrx to 7.0.0</li>
<li>Updated various other packages to latest versions</li>
</ul>
</div>
<div class="fixed">
<span class="title">Fixed</span>
<ul>
<li>(ngx-datatable) Sort arrow icons are not showing correctly and they are not aligned</li>
</ul>
</div>
</div>
</div>
<!-- --------------------------------------------------------------------------------------------- -->
<!-- @ v7.0.1 -->
<!-- --------------------------------------------------------------------------------------------- -->