Skip to content

Commit d5fce27

Browse files
Update changelog & set version
1 parent 8729ea5 commit d5fce27

File tree

5 files changed

+34
-4
lines changed

5 files changed

+34
-4
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [15.0.1](https://github.com/primefaces/primeng/tree/15.0.1) (2023-01-02)
4+
5+
[Full Changelog](https://github.com/primefaces/primeng/compare/15.0.0...15.0.1)
6+
7+
**New Features:**
8+
- Center content to Toolbar [\#12365](https://github.com/primefaces/primeng/issues/12365)
9+
10+
**Enhancements:**
11+
- Table/TreeTable: filters property might have undefined value when access by key [\#12321](https://github.com/primefaces/primeng/issues/12321)
12+
- p-columnFilterFormElement with custom template can't adapt according to the matchMode [\#11466](https://github.com/primefaces/primeng/issues/11466)
13+
- Add gap when Toolbar wraps [\#12366](https://github.com/primefaces/primeng/issues/12366)
14+
- Deprecate Toolbar CSS classes [\#12364](https://github.com/primefaces/primeng/issues/12364)
15+
16+
**Fixed bugs:**
17+
- MultiSelect: onPanelHide triggers twice [\#12382](https://github.com/primefaces/primeng/issues/12382)
18+
- Calendar: wrong logic of disabling the month [\#12330](https://github.com/primefaces/primeng/issues/12330)
19+
- Tab key in p-dialog with p-InputNumber [\#9380](https://github.com/primefaces/primeng/issues/9380)
20+
- Component: TabMenu incorrectly checks if routerLink is active [\#11999](https://github.com/primefaces/primeng/issues/11999)
21+
- FileUpload: Upload button does not expand when text is added [\#12420](https://github.com/primefaces/primeng/issues/12420)
22+
- Chips | Remove extra bottom spacing [\#12419](https://github.com/primefaces/primeng/issues/12419)
23+
- Tree with virtualScroll: Inconsistent focus [\#12351](https://github.com/primefaces/primeng/issues/12351)
24+
- Password: Eye icon problem in MS Edge and IE [\#12335](https://github.com/primefaces/primeng/issues/12335)
25+
- Button: Directive class on label change [\#12083](https://github.com/primefaces/primeng/issues/12083)
26+
- Table: Resizable columns in expand mode with state feature. Column sizes not properly restored [\#12398](https://github.com/primefaces/primeng/issues/12398)
27+
- Password input with reactive form, does not disable until clicked even though control is reported as disabled [\#12317](https://github.com/primefaces/primeng/issues/12317)
28+
- Tree: Multiple Selection with Checkbox - double click on chevron makes subtree to be selected [\#12347](https://github.com/primefaces/primeng/issues/12347)
29+
- VirtualScroll | autoSize = "true" causes browser freeze [\#12377](https://github.com/primefaces/primeng/issues/12377)
30+
- inputNumber | Unnecessary focus on up/down buttons [\#12369](https://github.com/primefaces/primeng/issues/12369)
31+
- Bug report: users are allowed to focus a speed dial action while the action panel is hidden [\#11238](https://github.com/primefaces/primeng/issues/11238)
32+
333
## [15.0.0](https://github.com/primefaces/primeng/tree/15.0.0) (2022-12-12)
434

535
[Full Changelog](https://github.com/primefaces/primeng/compare/15.0.0-rc.1...15.0.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "primeng",
3-
"version": "15.0.1-SNAPSHOT",
3+
"version": "15.0.1",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

src/app/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "primeng",
3-
"version": "15.0.1-SNAPSHOT",
3+
"version": "15.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/primefaces/primeng"

src/app/showcase/app.footer.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Component } from '@angular/core';
55
template: `
66
<div class="layout-footer">
77
<div class="layout-footer-left">
8-
<span>PrimeNG 15.0.0 by </span>
8+
<span>PrimeNG 15.0.1 by </span>
99
<a href="https://www.primetek.com.tr">PrimeTek</a>
1010
</div>
1111

src/versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"versions": [
33
{
4-
"version": "v15.0.0",
4+
"version": "v15.0.1",
55
"url": "https://www.primefaces.org/primeng"
66
},
77
{

0 commit comments

Comments
 (0)