Skip to content

Commit

Permalink
Merge branch 'master' into standalone-button
Browse files Browse the repository at this point in the history
  • Loading branch information
alexciesielski committed May 21, 2024
2 parents 38c0552 + c42b73b commit 8ac2e76
Show file tree
Hide file tree
Showing 26 changed files with 3,267 additions and 1,414 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
# message: |
# Thanks a lot for your contribution! But, Unit tests failed. You can check the unit tests with the command 'npm run test:headless' and commit the changes.

- name: Add Label
if: ${{ failure() }}
uses: actions-ecosystem/action-add-labels@v1
with:
labels: 'Resolution: Needs Revision'
# - name: Add Label
# if: ${{ failure() }}
# uses: actions-ecosystem/action-add-labels@v1
# with:
# labels: 'Resolution: Needs Revision'

- name: Remove Label
uses: actions-ecosystem/action-remove-labels@v1
if: ${{ success() }}
with:
labels: 'Resolution: Needs Revision'
# - name: Remove Label
# uses: actions-ecosystem/action-remove-labels@v1
# if: ${{ success() }}
# with:
# labels: 'Resolution: Needs Revision'
57 changes: 50 additions & 7 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 Expand Up @@ -610,16 +646,22 @@
- TypeError: this.focusedItemInfo.mutate is not a function [\#14119](https://github.com/primefaces/primeng/issues/14119)
- Upgrade to Angular 17? [\#14063](https://github.com/primefaces/primeng/issues/14063)


## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [16.9.10-LTS](https://www.npmjs.com/package/primeng/v/16.9.10-lts) (2024-05-16)

**Fixed bugs:**
- Tooltip visual issue in 17.16.1 [\#15545](https://github.com/primefaces/primeng/issues/15545)

## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [16.9.9-LTS](https://www.npmjs.com/package/primeng/v/16.9.9-lts) (2024-05-10)

**Fixed bugs:**
- Calendar: Add additional keyboard support [\#14995](https://github.com/primefaces/primeng/issues/14995)
- Tooltip | Tooltip-option tooltipEvent="focus" does not work on p-button [\#15472](https://github.com/primefaces/primeng/issues/15472)
- Tooltip | tooltipEvent - "focus" | "hover" combined [\#15468](https://github.com/primefaces/primeng/issues/15468)
- Dropdown head is empty if no value is provided [\#14954](https://github.com/primefaces/primeng/issues/14954)
- inputNumber with numeric prefix is not working as expected [\#15311](https://github.com/primefaces/primeng/issues/15311)
- Table | the 'not equal' filter is applied immediately after being selected [\#15283](https://github.com/primefaces/primeng/issues/15283)
- Dialog | tabbing order is broken because of pFocusTrap [\#15482](https://github.com/primefaces/primeng/issues/15482)
- Calendar: Add additional keyboard support [\#14995](https://github.com/primefaces/primeng/issues/14995)
- Tooltip | Tooltip-option tooltipEvent="focus" does not work on p-button [\#15472](https://github.com/primefaces/primeng/issues/15472)
- Tooltip | tooltipEvent - "focus" | "hover" combined [\#15468](https://github.com/primefaces/primeng/issues/15468)
- Dropdown head is empty if no value is provided [\#14954](https://github.com/primefaces/primeng/issues/14954)
- inputNumber with numeric prefix is not working as expected [\#15311](https://github.com/primefaces/primeng/issues/15311)
- Table | the 'not equal' filter is applied immediately after being selected [\#15283](https://github.com/primefaces/primeng/issues/15283)
- Dialog | tabbing order is broken because of pFocusTrap [\#15482](https://github.com/primefaces/primeng/issues/15482)
- AutoFocus | doesn't work in dialog [\#15524](https://github.com/primefaces/primeng/issues/15524)
- Tooltip | Tooltip is out of position after dialog opens [\#15529](https://github.com/primefaces/primeng/issues/15529)

Expand Down Expand Up @@ -3028,3 +3070,4 @@
**Closed issues:**

- Pass the option as a template variable in Select Components without wrapping to SelectItem [\#9505](https://github.com/primefaces/primeng/issues/9505)

Loading

0 comments on commit 8ac2e76

Please sign in to comment.