Skip to content

Commit 8a352ed

Browse files
(release): 16.0.3
1 parent 642bd7e commit 8a352ed

File tree

11 files changed

+1933
-606
lines changed

11 files changed

+1933
-606
lines changed

book.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
2-
"gitbook": "3.x.x",
3-
"title": "Swimlane",
4-
"root": "/docs",
5-
"plugins": [
6-
"highlight",
7-
"github",
8-
"theme-api",
9-
"include-codeblock",
10-
"versions",
11-
"anchors",
12-
"youtube",
13-
"githubcontributors",
14-
"collapsible-chapters"
15-
],
16-
"pluginsConfig": {
17-
"github": {
18-
"url": "https://github.com/swimlane/angular2-data-table/"
19-
},
20-
"theme-api": {
21-
"theme": "dark"
22-
},
23-
"versions": {
24-
"gitbookConfigURL": "https://unpkg.com/angular2-data-table/book.json",
25-
"type": "tags"
26-
},
27-
"githubcontributors": {
28-
"githubOwner": "swimlane",
29-
"githubRepository": "angular2-data-table"
30-
}
2+
"gitbook": "3.x.x",
3+
"title": "Swimlane",
4+
"root": "/docs",
5+
"plugins": [
6+
"highlight",
7+
"github",
8+
"theme-api",
9+
"include-codeblock",
10+
"versions",
11+
"anchors",
12+
"youtube",
13+
"githubcontributors",
14+
"collapsible-chapters"
15+
],
16+
"pluginsConfig": {
17+
"github": {
18+
"url": "https://github.com/swimlane/ngx-datatable/"
19+
},
20+
"theme-api": {
21+
"theme": "dark"
22+
},
23+
"versions": {
24+
"gitbookConfigURL": "https://unpkg.com/ngx-datatable/book.json",
25+
"type": "tags"
26+
},
27+
"githubcontributors": {
28+
"githubOwner": "swimlane",
29+
"githubRepository": "ngx-datatable"
3130
}
31+
}
3232
}

docs/api/detail/outputs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Row Detail Outputs
2-
All outputs are Angular2 `EventEmitter`ers.
2+
3+
All outputs are Angular `EventEmitter`ers.
34

45
### `toggle`
6+
57
Row detail row was toggled.
68

79
```

docs/api/table/outputs.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Table Outputs
2-
All outputs are Angular2 `EventEmitter`ers.
2+
3+
All outputs are Angular `EventEmitter`ers.
34

45
### `activate`
6+
57
A cell or row was focused via keyboard or mouse click.
68

79
```
@@ -17,6 +19,7 @@ A cell or row was focused via keyboard or mouse click.
1719
```
1820

1921
### `detailToggle`
22+
2023
Row detail row was toggled.
2124

2225
```
@@ -27,6 +30,7 @@ Row detail row was toggled.
2730
```
2831

2932
### `page`
33+
3034
The table was paged either triggered by the pager or the body scroll.
3135

3236
```
@@ -38,7 +42,8 @@ The table was paged either triggered by the pager or the body scroll.
3842
}
3943
```
4044

41-
### `reorder`
45+
### `reorder`
46+
4247
Columns were re-ordered.
4348

4449
```
@@ -50,6 +55,7 @@ Columns were re-ordered.
5055
```
5156

5257
### `resize`
58+
5359
Column was resized.
5460

5561
```
@@ -60,6 +66,7 @@ Column was resized.
6066
```
6167

6268
### `tableContextmenu`
69+
6370
The context menu was invoked on the table.
6471

6572
```
@@ -71,6 +78,7 @@ The context menu was invoked on the table.
7178
```
7279

7380
### `scroll`
81+
7482
Body was scrolled typically in a `scrollbarV:true` scenario.
7583

7684
```
@@ -81,6 +89,7 @@ Body was scrolled typically in a `scrollbarV:true` scenario.
8189
```
8290

8391
### `select`
92+
8493
A cell or row was selected.
8594

8695
```
@@ -90,6 +99,7 @@ A cell or row was selected.
9099
```
91100

92101
### `sort`
102+
93103
Column sort was invoked.
94104

95105
```

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 16.0.3
4+
5+
- Bug: Fix disappearing rows with vertical scrollbar, virtual scrolling & rowdetail auto height (#1799)
6+
- Bug: Fix memory leak due to created element not cleaned up (#1792)
7+
- Bug: do not collapse row details when row updated (#1778)
8+
39
## 16.0.2
410

511
- Bug: Remove barrel files because ng-packagr doesn't work well with them

docs/contributing/community.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## Community
2+
23
Below is a list of community contributions and projects that use the table.
34

4-
- [ng2-inline-editor](https://github.com/Caballerog/ng2-inline-editor/tree/master/demos/angular2-data-table) - inline edit cell values with ng2-inline-editor and angular2-data-table projects.
5+
- [ng2-inline-editor](https://github.com/Caballerog/ng2-inline-editor/tree/master/demos/angular2-data-table) - inline edit cell values with ng2-inline-editor and ngx-datatable projects.
56

6-
If you have a project using the table and would love to share with the community, please reach out on
7-
gh issues and we would love to add it to the growing list!
7+
If you have a project using the table and would love to share with the community, please reach out on
8+
gh issues and we would love to add it to the growing list!

docs/contributing/credits.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Credits
22

3-
`angular2-data-table` is a [Swimlane](http://swimlane.com) open-source project; we believe in
4-
giving back to the open-source community by sharing some of the projects we build for our application.
5-
Swimlane is an automated cyber security operations and incident response platform that enables cyber security
3+
`ngx-datatable` is a [Swimlane](http://swimlane.com) open-source project; we believe in
4+
giving back to the open-source community by sharing some of the projects we build for our application.
5+
Swimlane is an automated cyber security operations and incident response platform that enables cyber security
66
teams to leverage threat intelligence, speed up incident response and automate security operations.
77

88
### Contributors
9+
910
{% GitHubContributors %}
1011
{% endGitHubContributors %}

docs/contributing/guidelines.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,41 @@
11
# Guidelines
22

3-
We would love for you to contribute to our project and help make it ever better!
3+
We would love for you to contribute to our project and help make it ever better!
44
As a contributor, here are the guidelines we would like you to follow.
55

66
### Found an Issue?
7-
If you find a bug in the source code or a mistake in the documentation, you can help us
8-
by submitting an issue to our GitHub Repository. Including an issue reproduction
9-
(via CodePen, JsBin, Plunkr, etc.) is the absolute best way to help the team quickly diagnose the
7+
8+
If you find a bug in the source code or a mistake in the documentation, you can help us
9+
by submitting an issue to our GitHub Repository. Including an issue reproduction
10+
(via CodePen, JsBin, Plunkr, etc.) is the absolute best way to help the team quickly diagnose the
1011
problem. Screenshots are also helpful.
1112

1213
You can help the team even more and submit a Pull Request with a fix.
1314

1415
### Want a Feature?
15-
You can request a new feature by submitting an issue to our GitHub Repository.
16-
If you would like to implement a new feature, please submit an issue with a proposal for your work first,
16+
17+
You can request a new feature by submitting an issue to our GitHub Repository.
18+
If you would like to implement a new feature, please submit an issue with a proposal for your work first,
1719
to be sure that we can use it. Please consider what kind of change it is:
1820

19-
- For a Major Feature, first open an issue and outline your proposal so that it can be discussed.
20-
This will also allow us to better coordinate our efforts, prevent duplication of work, and help you
21-
to craft the change so that it is successfully accepted into the project.
21+
- For a Major Feature, first open an issue and outline your proposal so that it can be discussed.
22+
This will also allow us to better coordinate our efforts, prevent duplication of work, and help you
23+
to craft the change so that it is successfully accepted into the project.
2224
- Small Features can be crafted and directly submitted as a Pull Request.
2325

2426
### Issue Etiquette
27+
2528
Before you submit an issue, search the archive, maybe your question was already answered.
2629

27-
If your issue appears to be a bug, and hasn't been reported, open a new issue. Help us
28-
to maximize the effort we can spend fixing issues and adding new features by not reporting
30+
If your issue appears to be a bug, and hasn't been reported, open a new issue. Help us
31+
to maximize the effort we can spend fixing issues and adding new features by not reporting
2932
duplicate issues. Providing the following information will increase the chances of your issue being dealt with quickly:
3033

3134
- Overview of the Issue - if an error is being thrown a non-minified stack trace helps
32-
- Angular and angular2-data-table Versions - which versions of Angular and angular2-data-table are affected
35+
- Angular and ngx-datatable Versions - which versions of Angular and ngx-datatable are affected
3336
- Motivation for or Use Case - explain what are you trying to do and why the current behavior is a bug for you
3437
- Browsers and Operating System - is this a problem with all browsers?
3538
- Reproduce the Error - provide a live example (using CodePen, JsBin, Plunker, etc.) or a unambiguous set of steps
36-
- Screenshots - Due to the visual nature of angular2-data-table, screenshots can help the team triage issues far more quickly than a text description.
39+
- Screenshots - Due to the visual nature of ngx-datatable, screenshots can help the team triage issues far more quickly than a text description.
3740
- Related Issues - has a similar issue been reported before?
3841
- Suggest a Fix - if you can't fix the bug yourself, perhaps you can point to what might be causing the problem (line of code or commit)
39-
40-

0 commit comments

Comments
 (0)