From c471bd519c3c2d0b6ed77708a23923bb6270a6cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:03:54 +0300 Subject: [PATCH] Set new version and update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- src/app/components/package.json | 2 +- src/app/showcase/data/versions.json | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c78a93e2fc..439610efcc3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [16.7.1](https://github.com/primefaces/primeng/tree/16.7.1) (2023-11-06) + +[Full Changelog](https://github.com/primefaces/primeng/compare/16.7.0...16.7.1) + +**Fixed bugs:** +- BIG ERROR with DropDown [\#13996](https://github.com/primefaces/primeng/issues/13996) +- Component: p-dropdwon onChange is called multiple times at init [\#14005](https://github.com/primefaces/primeng/issues/14005) +- Change of Dropdown selection throws error: Cannot read properties of undefined (reading 'length') primeng dropdown [\#14007](https://github.com/primefaces/primeng/issues/14007) +- Dropdown filtering issues with array of strings [\#14011](https://github.com/primefaces/primeng/issues/14011) +- The ngModel directive can't set an item of dropdown in version 16.7.0 [\#14023](https://github.com/primefaces/primeng/issues/14023) +- ListBox | onClick event does not emit [\#14036](https://github.com/primefaces/primeng/issues/14036) +- ListBox | OnChange doesn't emit [\#14033](https://github.com/primefaces/primeng/issues/14033) +- onClick event listbox error v16.7.0 [\#13998](https://github.com/primefaces/primeng/issues/13998) +- MultiSelect | Input section receives focus on filter click. [\#14035](https://github.com/primefaces/primeng/issues/14035) +- Multiselect set value error v16.7.0 [\#13999](https://github.com/primefaces/primeng/issues/13999) +- SelectButton broken in v16.7.0 [\#14021](https://github.com/primefaces/primeng/issues/14021) +- Global filter to search tree-table is not returning all the relevant results [\#14016](https://github.com/primefaces/primeng/issues/14016) + ## [16.7.0](https://github.com/primefaces/primeng/tree/16.7.0) (2023-11-01) [Full Changelog](https://github.com/primefaces/primeng/compare/16.6.0...16.7.0) diff --git a/package.json b/package.json index 8fe5ad58605..f891231afc6 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "primeng", - "version": "16.7.0", + "version": "16.7.1", "license": "SEE LICENSE IN LICENSE.md", "scripts": { "ng": "ng", diff --git a/src/app/components/package.json b/src/app/components/package.json index 50976264e89..44a86a7bbad 100644 --- a/src/app/components/package.json +++ b/src/app/components/package.json @@ -1,6 +1,6 @@ { "name": "primeng", - "version": "16.7.0", + "version": "16.7.1", "repository": { "type": "git", "url": "https://github.com/primefaces/primeng" diff --git a/src/app/showcase/data/versions.json b/src/app/showcase/data/versions.json index cac356290ab..eef10160872 100644 --- a/src/app/showcase/data/versions.json +++ b/src/app/showcase/data/versions.json @@ -1,6 +1,6 @@ [ { - "version": "v16.7.0", + "version": "v16.7.1", "name": "v16", "url": "https://primeng.org" },