Skip to content

Commit

Permalink
Set new version & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Feb 29, 2024
1 parent e4d7182 commit 42530dc
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primeng",
"version": "17.8.0",
"version": "17.9.0",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -89,4 +89,4 @@
"@docsearch/js": "^3.3.4",
"esbuild": "^0.19.8"
}
}
}
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.8.0",
"version": "17.9.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.8.0",
"version": "v17.9.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.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.'
};
Expand Down

0 comments on commit 42530dc

Please sign in to comment.