Skip to content

Commit

Permalink
Update changelog & set new version
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed May 16, 2024
1 parent 9548d27 commit ea12018
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 4 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,40 @@
# Changelog
## [17.17.0](https://github.com/primefaces/primeng/tree/17.17.0) (2024-05-16)
[Full Changelog](https://github.com/primefaces/primeng/compare/17.16.1...17.17.0)

**Implemented New Features and Enhancements:**
- PrimeNGConfig | Add csp [\#15560](https://github.com/primefaces/primeng/issues/15560)
- TreeSelect: ng-touched not working & add onFocus, onBlur events [\#15537](https://github.com/primefaces/primeng/issues/15537)
- TreeSelect | lazy support [\#15579](https://github.com/primefaces/primeng/issues/15579)

**Fixed bugs:**
- Table: Numeric Filter [\#15512](https://github.com/primefaces/primeng/issues/15512)
- Table's select all checkbox shouldn't select the checkbox which are disabled [\#15338](https://github.com/primefaces/primeng/issues/15338)
- InputNumber: Selection lost when not selecting all content from left to right when prefix is enabled on the left. [\#15293](https://github.com/primefaces/primeng/issues/15293)
- Button/p-button and tooltip: Doesn't work correctly [\#15390](https://github.com/primefaces/primeng/issues/15390)
- Button Directive | label input type mismatch [\#15590](https://github.com/primefaces/primeng/issues/15590)
- Tooltip: Uncaught TypeError: Cannot read properties of null (reading 'style') [\#15518](https://github.com/primefaces/primeng/issues/15518)
- Tooltip | Tooltip is out of position after dialog opens [\#15529](https://github.com/primefaces/primeng/issues/15529)
- TreeSelect: Panel does not hide on selected item [\#15539](https://github.com/primefaces/primeng/issues/15539)
- Button | Remove wrapper span elements from icon templates [\#15582](https://github.com/primefaces/primeng/issues/15582)
- InputOtp: Paste function works when readonly set to true [\#15567](https://github.com/primefaces/primeng/issues/15567)
- p-tree: Node which is not selectable shouldn't have focus [\#14822](https://github.com/primefaces/primeng/issues/14822)
- Skeleton size property is no longer a string accepting rem values but instead expects shapes [\#15535](https://github.com/primefaces/primeng/issues/15535)
- Dropdown: attr.id not applied to input element when editable: true [\#15542](https://github.com/primefaces/primeng/issues/15542)
- Tooltip visual issue in 17.16.1 [\#15545](https://github.com/primefaces/primeng/issues/15545)
- Keyboard Trap within Galleria component [\#15546](https://github.com/primefaces/primeng/issues/15546)
- AutoFocus | doesn't work in dialog [\#15524](https://github.com/primefaces/primeng/issues/15524)
- Dialog | tabbing order is broken because of pFocusTrap [\#15482](https://github.com/primefaces/primeng/issues/15482)
- Autocomplete Component: Fix unit test [\#15554](https://github.com/primefaces/primeng/issues/15554)
- Orderlist Unit Test Fix [\#15571](https://github.com/primefaces/primeng/issues/15571)
- InputSwitch Component: Fix unit test [\#15573](https://github.com/primefaces/primeng/issues/15573)
- Autocomplete broken unit tests [\#15596](https://github.com/primefaces/primeng/issues/15596)
- Listbox unit test fix [\#15564](https://github.com/primefaces/primeng/issues/15564)
- Rating: Fix broken unit tests [\#15522](https://github.com/primefaces/primeng/issues/15522)
- Dialog: Fix broken unit test [\#15526](https://github.com/primefaces/primeng/issues/15526)
- Autocomplete Component: Fix unit test [\#15554](https://github.com/primefaces/primeng/issues/15554)
- Dropdown: Fix unit test [\#15511](https://github.com/primefaces/primeng/issues/15511)

## [17.16.1](https://github.com/primefaces/primeng/tree/17.16.1) (2024-05-09)
[Full Changelog](https://github.com/primefaces/primeng/compare/17.16.0...17.16.1)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primeng",
"version": "17.16.1",
"version": "17.17.0",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primeng",
"version": "17.16.1",
"version": "17.17.0",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primeng"
Expand Down
2 changes: 1 addition & 1 deletion src/app/showcase/data/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"version": "v17.16.1",
"version": "v17.17.0",
"name": "v17",
"url": "https://primeng.org"
},
Expand Down
2 changes: 1 addition & 1 deletion src/app/showcase/layout/doc/codeeditor/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface Props {
const app_dependencies = pkg ? pkg.devDependencies : {};

const PrimeNG = {
version: '17.16.1',
version: '17.17.0',
description:
'PrimeNG is an open source UI library for Angular featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 370+ ready to use UI blocks to build spectacular applications in no time.'
};
Expand Down

0 comments on commit ea12018

Please sign in to comment.