parent
1d8124b925
commit
ea925a23d6
50
CHANGELOG.md
50
CHANGELOG.md
|
@ -1,7 +1,45 @@
|
|||
# Changelog
|
||||
|
||||
## [3.32.0](https://github.com/primefaces/primevue/tree/3.32.0) (2023-08-11)
|
||||
|
||||
[Full Changelog](https://github.com/primefaces/primevue/compare/3.31.0...3.32.0)
|
||||
|
||||
**Breaking Changes:**
|
||||
|
||||
- Update `Tailwind` package in core [\#4255](https://github.com/primefaces/primevue/issues/4255)
|
||||
|
||||
**Implemented New Features and Enhancements:**
|
||||
|
||||
- Add `usePassThrough` method to customize default PT objects [\#4257](https://github.com/primefaces/primevue/issues/4257)
|
||||
- AutoComplete: loading state [\#4253](https://github.com/primefaces/primevue/issues/4253)
|
||||
- Add `Content Security Policy (CSP)` config [\#4241](https://github.com/primefaces/primevue/issues/4241)
|
||||
- Core unstyled mode updates [\#4235](https://github.com/primefaces/primevue/issues/4235)
|
||||
- Datatable: Cell Edit Numpad Enter not working [\#4232](https://github.com/primefaces/primevue/issues/4232)
|
||||
- Add `transition` option to Pass Through\(PT\) of components [\#4231](https://github.com/primefaces/primevue/issues/4231)
|
||||
- Add custom `global.css` option to Pass Through\(PT\) [\#4230](https://github.com/primefaces/primevue/issues/4230)
|
||||
- Avatar: Return target in error event callback [\#4222](https://github.com/primefaces/primevue/issues/4222)
|
||||
- Password: add "@change" event [\#4219](https://github.com/primefaces/primevue/issues/4219)
|
||||
- PT context improvemens [\#4211](https://github.com/primefaces/primevue/issues/4211)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- Dropdown: Click on icon line is ignored [\#4259](https://github.com/primefaces/primevue/issues/4259)
|
||||
- Vue Tooltip: Flickering Issue [\#4256](https://github.com/primefaces/primevue/issues/4256)
|
||||
- Image: preview button is missing `type="button"` and submits forms by default [\#4249](https://github.com/primefaces/primevue/issues/4249)
|
||||
- SpeedDial: tooltip not working on speed dial [\#4238](https://github.com/primefaces/primevue/issues/4238)
|
||||
- Dialog: unstyled mode pointer-event defects [\#4237](https://github.com/primefaces/primevue/issues/4237)
|
||||
- Toast: Toast Icon is too small [\#4234](https://github.com/primefaces/primevue/issues/4234)
|
||||
- Datatable: Filtering with grouping not working [\#4229](https://github.com/primefaces/primevue/issues/4229)
|
||||
- Dropdown: Incorrect prop declaration [\#4225](https://github.com/primefaces/primevue/issues/4225)
|
||||
- RadioButton: pt prop has incorrect type [\#4202](https://github.com/primefaces/primevue/issues/4202)
|
||||
- TreeSelect: p-treeselect-items-wrapper is missing [\#4145](https://github.com/primefaces/primevue/issues/4145)
|
||||
- SplitButton: menu icon not visible in large size [\#4028](https://github.com/primefaces/primevue/issues/4028)
|
||||
- DataTable and TreeTable: Column sorting not working correctly when using custom header template [\#3702](https://github.com/primefaces/primevue/issues/3702)
|
||||
|
||||
## [3.31.0](https://github.com/primefaces/primevue/tree/3.31.0) (2023-07-25)
|
||||
|
||||
[Full Changelog](https://github.com/primefaces/primevue/compare/3.30.2...3.31.0)
|
||||
|
||||
**Implemented New Features and Enhancements:**
|
||||
|
||||
- Tailwind Theme for Unstyled Mode [\#4205](https://github.com/primefaces/primevue/issues/4205)
|
||||
|
@ -189,7 +227,7 @@
|
|||
- Api: Typing mismatch [\#3806](https://github.com/primefaces/primevue/issues/3806)
|
||||
- DataTable: Row edits when enabled doesn't work with pagination [\#3801](https://github.com/primefaces/primevue/issues/3801)
|
||||
- Calendar: Page scrolls to top when clicked on calendar icon [\#3791](https://github.com/primefaces/primevue/issues/3791)
|
||||
- Splitter: a couple of errors related to aria-* attributes [\#3783](https://github.com/primefaces/primevue/issues/3783)
|
||||
- Splitter: a couple of errors related to aria-\* attributes [\#3783](https://github.com/primefaces/primevue/issues/3783)
|
||||
- DataTable: Group Rows do not span all Columns with Selection Mode set and group-by not in the Column list [\#3781](https://github.com/primefaces/primevue/issues/3781)
|
||||
- DataTable: the table disappears when using scrollHeight="flex" and virtual scrolling [\#3772](https://github.com/primefaces/primevue/issues/3772)
|
||||
|
||||
|
@ -555,7 +593,6 @@
|
|||
- MultiSelect: Scroll to focused item on select [\#2957](https://github.com/primefaces/primevue/issues/2957)
|
||||
- Toast: Close button resizes on longer text [\#2949](https://github.com/primefaces/primevue/issues/2949)
|
||||
|
||||
|
||||
## [3.17.0](https://github.com/primefaces/primevue/tree/3.17.0) (2022-09-08)
|
||||
|
||||
[Full Changelog](https://github.com/primefaces/primevue/compare/3.16.2...3.17.0)
|
||||
|
@ -637,6 +674,7 @@
|
|||
[Full Changelog](https://github.com/primefaces/primevue/compare/3.15.0...3.16.0)
|
||||
|
||||
**Breaking Changes:**
|
||||
|
||||
- Accessibility for Form Components [\#2838](https://github.com/primefaces/primevue/issues/2838)
|
||||
- Improve CascadeSelect implementation for Accessibility [\#2831](https://github.com/primefaces/primevue/issues/2831)
|
||||
- Improve AutoComplete implementation for Accessibility [\#2822](https://github.com/primefaces/primevue/issues/2822)
|
||||
|
@ -968,6 +1006,7 @@
|
|||
[Full Changelog](https://github.com/primefaces/primevue/compare/3.9.0...3.9.1)
|
||||
|
||||
**Breaking Changes:**
|
||||
|
||||
- Rename slots for toolbar [\#1761](https://github.com/primefaces/primevue/issues/1761)
|
||||
|
||||
## [3.9.0](https://github.com/primefaces/primevue/tree/3.9.0) (2021-11-18)
|
||||
|
@ -2157,6 +2196,7 @@
|
|||
- Chip Component [\#778](https://github.com/primefaces/primevue/issues/778)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- Vertical Slider [\#780](https://github.com/primefaces/primevue/issues/780)
|
||||
|
||||
## [2.2.3](https://github.com/primefaces/primevue/tree/2.2.3) (2020-12-14)
|
||||
|
@ -2496,6 +2536,7 @@
|
|||
- Decouple MegaMenu from PrimeFlex [\#295](https://github.com/primefaces/primevue/issues/295)
|
||||
|
||||
**Breaking Changes:**
|
||||
|
||||
- Remove Spinner [\#287](https://github.com/primefaces/primevue/issues/287)
|
||||
- Rename ValidationMessage to InlineMessage [\#301](https://github.com/primefaces/primevue/issues/301)
|
||||
- Refactor Messages css naming [\#302](https://github.com/primefaces/primevue/issues/302)
|
||||
|
@ -2561,7 +2602,6 @@
|
|||
- Textarea with autoResize true not displayed correctly when initially hidden [\#274](https://github.com/primefaces/primevue/issues/274)
|
||||
- Calendar is not empty when the v-model is null [\#270](https://github.com/primefaces/primevue/issues/270)
|
||||
|
||||
|
||||
## [1.2.0](https://github.com/primefaces/primevue/tree/1.2.0) (2020-04-17)
|
||||
|
||||
[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.6...1.1.0)
|
||||
|
@ -2971,6 +3011,4 @@
|
|||
|
||||
[Full Changelog](https://github.com/primefaces/primevue/compare/9d2c525d528c9bd6f306c6f550e3f0eef7879054...1.0.0-beta.1)
|
||||
|
||||
|
||||
|
||||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|
||||
\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_
|
||||
|
|
Loading…
Reference in New Issue