From 42530dc7e60de30cfce95415a3457d5eed85ec34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:27:28 +0300 Subject: [PATCH] Set new version & update changelog --- CHANGELOG.md | 23 +++++++++++++++++++ package.json | 4 ++-- src/app/components/package.json | 2 +- src/app/showcase/data/versions.json | 2 +- .../layout/doc/codeeditor/templates.ts | 2 +- 5 files changed, 28 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1307d7058c..06d027985ef 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,27 @@ # Changelog +## [17.9.0](https://github.com/primefaces/primeng/tree/17.9.0) (2024-02-29) + +[Full Changelog](https://github.com/primefaces/primeng/compare/17.8.0...17.9.0) + +**Implemented New Features and Enhancements:** +- New Component | MeterGroup [\#14898](https://github.com/primefaces/primeng/issues/14898) +- New Component | ButtonGroup [\#14897](https://github.com/primefaces/primeng/issues/14897) +- New Component | FloatLabel [\#14899](https://github.com/primefaces/primeng/issues/14899) +- New Components | IconField & InputIcon [\#14896](https://github.com/primefaces/primeng/issues/14896) + +**Fixed bugs:** +- Component: Autocomplete [\#14806](https://github.com/primefaces/primeng/issues/14806) +- p-inputNumber: LeftArrowKey not working for selected input [\#14869](https://github.com/primefaces/primeng/issues/14869) +- Reopen issue #11442 p-inputNumber cannot use the decimal separator of the digital keyboard when the separator is a comma [\#12626](https://github.com/primefaces/primeng/issues/12626) +- Calendar, TreeSelect, MultiSelect, AutoComplete, CascadeSelect, Table | aria-expanded attribute is undefined and aria-controls attribute referencing a hidden element [\#14358](https://github.com/primefaces/primeng/issues/14358) +- DropDown: aria-controls referencing an element that doesn't exist. [\#14851](https://github.com/primefaces/primeng/issues/14851) +- Dropdown: aria-expanded attribute not present. [\#14850](https://github.com/primefaces/primeng/issues/14850) +- Dropdown attr aria-expanded missing because undefined value [\#14832](https://github.com/primefaces/primeng/issues/14832) +- multiselect: filter not working [\#14835](https://github.com/primefaces/primeng/issues/14835) +- TabMenu: TabChange doesn't update Inkbar [\#14867](https://github.com/primefaces/primeng/issues/14867) +- InputNumberInputEvent value type appears to be incorrect [\#14831](https://github.com/primefaces/primeng/issues/14831) +- Theming: Wrong Icon in documentation [\#14872](https://github.com/primefaces/primeng/issues/14872) + ## [17.8.0](https://github.com/primefaces/primeng/tree/17.8.0) (2024-02-23) [Full Changelog](https://github.com/primefaces/primeng/compare/17.7.0...17.8.0) diff --git a/package.json b/package.json index dc7457d326a..e726d83616c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "primeng", - "version": "17.8.0", + "version": "17.9.0", "license": "SEE LICENSE IN LICENSE.md", "scripts": { "ng": "ng", @@ -89,4 +89,4 @@ "@docsearch/js": "^3.3.4", "esbuild": "^0.19.8" } -} +} \ No newline at end of file diff --git a/src/app/components/package.json b/src/app/components/package.json index 73ef486c3ac..4f744cb26d3 100644 --- a/src/app/components/package.json +++ b/src/app/components/package.json @@ -1,6 +1,6 @@ { "name": "primeng", - "version": "17.8.0", + "version": "17.9.0", "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 cddb7b98832..d3563b74e63 100644 --- a/src/app/showcase/data/versions.json +++ b/src/app/showcase/data/versions.json @@ -1,6 +1,6 @@ [ { - "version": "v17.8.0", + "version": "v17.9.0", "name": "v17", "url": "https://primeng.org" }, diff --git a/src/app/showcase/layout/doc/codeeditor/templates.ts b/src/app/showcase/layout/doc/codeeditor/templates.ts index a410c33d7b1..1c232967161 100644 --- a/src/app/showcase/layout/doc/codeeditor/templates.ts +++ b/src/app/showcase/layout/doc/codeeditor/templates.ts @@ -15,7 +15,7 @@ export interface Props { const app_dependencies = pkg ? pkg.devDependencies : {}; const PrimeNG = { - version: '17.8.0', + version: '17.9.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.' };