Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/primefaces/primeng
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Jan 12, 2021
2 parents a1b155a + c25e572 commit 3bff5fc
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 21 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,21 @@

- Pass the option as a template variable in Select Components without wrapping to SelectItem [\#9505](https://github.com/primefaces/primeng/issues/9505)

## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [10.0.7-LTS](https://www.npmjs.com/package/primeng-lts/v/10.0.7) (2021-01-12)
- shiftKey invokes onRowSelect multiple times [\#9747](https://github.com/primefaces/primeng/issues/9747)
- Basic uploader button visual issue [\#9711](https://github.com/primefaces/primeng/issues/9711)
- Table not restoring columns when using virtualscroll [\#9708](https://github.com/primefaces/primeng/issues/9708)
- Toast message icon is not styled [\#9702](https://github.com/primefaces/primeng/issues/9702)
- Float label not working when clearing input on AutoComplete and TextArea [\#9688](https://github.com/primefaces/primeng/issues/9688)
- TabView Header does not update until clicking elsewhere [\#9685](https://github.com/primefaces/primeng/issues/9685)
- p-editor automatically gains focus when intializing model with data [\#9664](https://github.com/primefaces/primeng/issues/9664)
- Lazy loaded tabpanel content loading eagerly when selected input is present [\#9613](https://github.com/primefaces/primeng/issues/9613)
- P-Table with VirtualScroll only header is resizing [\#9598](https://github.com/primefaces/primeng/issues/9598)
- Resizable columns with virtual scroll doesn't work with p-treeTable [\#9575](https://github.com/primefaces/primeng/issues/9575)
- Wrong documentation for controlCase on TabView [\#9490](https://github.com/primefaces/primeng/issues/9490)
- Treetable column resize breaks when columnResizeMode="expand" in combination with [virtualScroll]="true" [\#9202](https://github.com/primefaces/primeng/issues/9202)
- p-treeTable with VirtualScroll only header is resizing [\#9170](https://github.com/primefaces/primeng/issues/9170)

## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [10.0.6-LTS](https://www.npmjs.com/package/primeng-lts/v/10.0.6) (2020-12-09)
- Checkbox getting highlight when Tree item disabled [\#9619](https://github.com/primefaces/primeng/issues/9619)
- ConfirmDialog top-left top-right bottom-left bottom-right positions not working [\#9612](https://github.com/primefaces/primeng/issues/9612)
Expand Down Expand Up @@ -437,6 +452,18 @@

- Deprecated Features [\#9096](https://github.com/primefaces/primeng/issues/9096)

## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [9.2.1-LTS](https://www.npmjs.com/package/primeng-lts/v/9.2.1) (2020-12-09)
- shiftKey invokes onRowSelect multiple times [\#9747](https://github.com/primefaces/primeng/issues/9747)
- Table not restoring columns when using virtualscroll [\#9708](https://github.com/primefaces/primeng/issues/9708)
- Float label not working when clearing input on AutoComplete and TextArea [\#9688](https://github.com/primefaces/primeng/issues/9688)
- p-editor automatically gains focus when intializing model with data [\#9664](https://github.com/primefaces/primeng/issues/9664)
- Lazy loaded tabpanel content loading eagerly when selected input is present [\#9613](https://github.com/primefaces/primeng/issues/9613)
- Resizable columns with virtual scroll doesn't work with p-treeTable [\#9575](https://github.com/primefaces/primeng/issues/9575)
- Wrong documentation for controlCase on TabView [\#9490](https://github.com/primefaces/primeng/issues/9490)
- Treetable column resize breaks when columnResizeMode="expand" in combination with [virtualScroll]="true" [\#9202](https://github.com/primefaces/primeng/issues/9202)
- p-treeTable with VirtualScroll only header is resizing [\#9170](https://github.com/primefaces/primeng/issues/9170)
- SelectButton - reactive form and disabled control [\#8788](https://github.com/primefaces/primeng/issues/8788)

## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [9.2.1-LTS](https://www.npmjs.com/package/primeng-lts/v/9.2.1) (2020-12-09)
- InputTextArea, FloatLabel and Initial State [\#9607](https://github.com/primefaces/primeng/issues/9607)
- Change mouse cursor on drag&drop events [\#9536](https://github.com/primefaces/primeng/issues/9536)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ <h5>Styling</h5>
<td>List container of suggestions.</td>
</tr>
<tr>
<td>p-autocomplete-list-item</td>
<td>p-autocomplete-item</td>
<td>List item of a suggestion.</td>
</tr>
<tr>
Expand Down
27 changes: 7 additions & 20 deletions src/app/showcase/components/tabview/tabviewdemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,6 @@ <h5>Header Template</h5>
&lt;p-tabPanel&gt;
&lt;ng-template pTemplate="header"&gt;Custom Content&lt;/ng-template&gt;
&lt;/p-tabPanel&gt;
</app-code>

<h5>Orientation</h5>
<p>TabView has four different orientations; "top", "bottom", "left" and "right". Top is the default one
and this can be changed using <i>orientation</i> attribute.</p>
<app-code lang="markup" ngNonBindable ngPreserveWhitespaces>
&lt;p-tabView orientation="left"&gt;
</app-code>

<h5>Programmatic Control</h5>
Expand Down Expand Up @@ -332,18 +325,18 @@ <h5>Properties of TabView</h5>
</tr>
</thead>
<tbody>
<tr>
<td>orientation</td>
<td>string</td>
<td>top</td>
<td>Orientation of tab headers.</td>
</tr>
<tr>
<td>activeIndex</td>
<td>number</td>
<td>null</td>
<td>Index of the active tab to change selected tab programmatically.</td>
</tr>
<tr>
<td>controlClose</td>
<td>boolean</td>
<td>false</td>
<td>Whether tab close is controlled at onClose event or not.</td>
</tr>
<tr>
<td>style</td>
<td>string</td>
Expand Down Expand Up @@ -376,7 +369,7 @@ <h5>Properties of TabPanel</h5>
<td>header</td>
<td>string</td>
<td>null</td>
<td>Orientation of tab headers.</td>
<td>Title of the tabPanel.</td>
</tr>
<tr>
<td>selected</td>
Expand Down Expand Up @@ -408,12 +401,6 @@ <h5>Properties of TabPanel</h5>
<td>null</td>
<td>Style class of the tab header.</td>
</tr>
<tr>
<td>controlClose</td>
<td>boolean</td>
<td>false</td>
<td>Whether tab close is controlled at onClose event or not.</td>
</tr>
<tr>
<td>cache</td>
<td>boolean</td>
Expand Down

0 comments on commit 3bff5fc

Please sign in to comment.