Skip to content

Commit a1072bf

Browse files
committed
Update changelog
1 parent 94c5860 commit a1072bf

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
<a name="0.17.0"></a>
3+
# [v0.17.0](https://github.com/PioneerCode/pioneer-charts/releases/tag/0.17.0) (2018-12-31)
4+
5+
### Added
6+
- Action Row option to table
7+
28
<a name="0.16.6"></a>
39
# [v0.16.6](https://github.com/PioneerCode/pioneer-charts/releases/tag/0.16.6) (2018-12-31)
410

apps/docs/src/app/pages/docs/components/charts/table/table.component.html

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ <h3>API</h3>
3636
<td>enableStickyFooter</td>
3737
<td>Enable sticky footer.</td>
3838
</tr>
39+
<tr>
40+
<td>enableActionRow</td>
41+
<td>An "Action Row' contains a delete and edit icon that when clicked, will emit data associated with that event.</td>
42+
</tr>
3943
</pc-base-config>
4044
</div>
4145
</div>

0 commit comments

Comments
 (0)