Releases: primefaces/primereact
Releases Β· primefaces/primereact
PrimeReact 8.5.0
What's Changed
- Add prettier to standardize formatting by @melloware in #3173
- Dropdown Removed extra semicolon by @melloware in #3175
- Fix #3174: FileUpload expose getFiles() method to ref by @melloware in #3176
- Fix #3169: MenuItem add visible property by @melloware in #3177
- Fix #2964: TreeSelect add expandedKeys property by @melloware in #3178
- Refactor KeyFilter by @melloware in #3102
- Fix #3179: Dropdown onBlur check for inputRef by @melloware in #3180
- Fix #3184: Dialog responsive breakpoints restored by @melloware in #3185
- Fix #3172: InputTextArea/InputText typescript updates by @melloware in #3186
- Fix #3166: Dialog remove blockScroll on exit by @melloware in #3187
- Fix #3193: Button/SplitButton visible property by @melloware in #3194
- Fix #3192: Calendar monthpicker fix for disabled dates by @melloware in #3195
- Fix #3190: Menubar mobile view hamburger menu by @gucal in #3191
- Fix #3197: Confirm Dialog/Popup only callback once by @melloware in #3198
- Fix #3200 Add Generics to Dropdown, Cascadeselect, Listbox, Multiselect, Selectbutton by @DerDorius in #3199
- Revert "Fix #3200 Add Generics to Dropdown, Cascadeselect, Listbox, Multiselect, Selectbutton" by @melloware in #3201
- Fix #3202: ConfirmDialog/Popup return JSON not array by @melloware in #3208
- Fix #1392/#1296: AutoComplete shows "[object Object]" by @melloware in #2766
- Fix #3122: Dialog/Sidebar/Overlay prevent animation flickering by @melloware in #3123
- Fix #3196: Message(s) add icon attribute by @melloware in #3224
- Fixes #3221: Add support for keyboard users for Checkbox RadioButton by @harrybradshaw in #3222
- Fixes #3220 by @harrybradshaw in #3226
- Fix #3228: Splitbutton fix visible property by @melloware in #3229
- Fix #3233: ConfirmPopup respect dismissable property by @melloware in #3234
- Fix #3235: FileUpload proper typing of onSelect event by @melloware in #3236
- Fix #3241: Tooltip allow event=both for handling hover and focus. by @melloware in #3243
- feat: add showIndicators and showNavigators properties to carousel co⦠by @ulasturann in #3231
- Fix #3246: Messages add content to typescript by @melloware in #3247
- Fixed #3219 - Rating Component with custom icons. by @ulasturann in #3248
New Contributors
- @gucal made their first contribution in #3191
- @DerDorius made their first contribution in #3199
- @harrybradshaw made their first contribution in #3222
- @ulasturann made their first contribution in #3231
Full Changelog: 8.4.0...8.5.0
PrimeReact 8.4.0
What's Changed
- Fix #3083: Tooltip clear delay timers properly by @melloware in #3084
- Fix #3070: OverlayPanel respect dismissable prop by @melloware in #3086
- Bump terser from 5.10.0 to 5.14.2 by @dependabot in #3087
- Fix #3088: TreeSelect use panelFooterTemplate by @melloware in #3089
- Fix #2202: Dropdown allow search by + key by @melloware in #3090
- Fix #3092: Dropdown mark option selected by @melloware in #3094
- Fix #3080: StyleClass improved handling of visible elements by @melloware in #3085
- Fix #3097: Editor allow loading from script by @melloware in #3098
- Fix #2271: Editor infinite loop pasting HTML by @melloware in #3099
- Fix #3100: KeyFilter test using e.key by @melloware in #3101
- Fix #3104: TabMenu fix controlled docs by @melloware in #3105
- Add Tab Support to InputNumber (within Datatable) by @purxiz in #3110
- Fix #3107: ImperativeHandle put props first by @melloware in #3108
- Fix #3111: Calendar TouchUI modality issues by @melloware in #3113
- Fix #3114: PrimeReact.nullSortOrder to control NULL sorting by @melloware in #3115
- fix: typo maxFracionDigits > maxFractionDigits by @whatever555 in #3119
- Fix #3125: Calendar min/max corrected by @melloware in #3126
- Fix #3081: maintain p-filled properly by @kalinkrustev in #3082
- Fix #3127: DataTableRowToggleParams TS updated by @melloware in #3128
- Fix #3127: DataTableRowToggleParams TS updated by @melloware in #3129
- Fix #3134: FileUpload onBeforeSelect event by @melloware in #3135
- Fix #2562: Sidebar allow dismissable on non-modal by @melloware in #2563
- Fix #3044: FileUpload expose onFileSelect by @melloware in #3132
- Fix #3143: ObjectUtils circular dependency fix by @melloware in #3144
- Fix #3148: Radio/Checkbox do not fire onChange if value has not changed by @melloware in #3149
- Fix #3153: update the current Calendar view on change (#3153) by @kazamov in #3154
- Fix #3150: RestoreTableState must restore column widths by @melloware in #3151
- Fix #3142: Typescript case sensitivity by @melloware in #3156
- Fix #3092: Dropdown support required attribute by @melloware in #3146
- Fix #3147: Picklist errors with onSelectionChange by @melloware in #3157
- Fix #3161: InputNumber getInput() ref by @melloware in #3163
- Fix #2224: Dropdown correct onBlur event by @melloware in #3164
- Fix #3166: Dialog remove body hidden on blockScroll close by @melloware in #3167
- Fix #3124: Warn if a code sandbox demo is not available by @melloware in #3165
- Only fetch news in Production mode by @melloware in #3168
New Contributors
- @purxiz made their first contribution in #3110
- @whatever555 made their first contribution in #3119
- @kazamov made their first contribution in #3154
Full Changelog: https://github.com/primefaces/primereact/blob/master/CHANGELOG.md
PrimeReact 8.3.0
What's Changed
- Doc #3031: Image doc update by @melloware in #3040
- Fix #3038: Dropdown matchSearchValue prevent error by @melloware in #3041
- Fix #2893: Update imperativeHandle as it blocks access to props by @melloware in #3043
- Next 12 by @melloware in #2820
- Fix #3048: SplitButton loadingIcon correction by @melloware in #3049
- Fix #3051: Column filter showing as filtered when empty by @melloware in #3052
- Fix #3054: Checkbox prevent click propagation by @melloware in #3055
- Fix type TagSeverityType by @Fatalito in #3057
- Fix #3054: RadioButton prevent click propagation by @melloware in #3058
- Fix #2514: Fix sortFunction ignored on initial sort by @emilytoy in #3060
- Fix #3059: ChartJS allow loading by script tag by @melloware in #3061
- Fix #3064: Calendar not inc/dec for decades by @melloware in #3066
- Fix #3056: Badge severity type def by @melloware in #3067
- Fix #3059: Refactor destroy chart by @melloware in #3068
- Fix #3046: DataTable row reorder not working by @saulodias in #3050
- Fixed #3072 - Chips: UX issue by @cetincakiroglu in #3073
- Fixed #3039 | FilterTemplate support for components by @cetincakiroglu in #3071
- Fix #2963: Expose ref and element by @melloware in #3077
New Contributors
- @Fatalito made their first contribution in #3057
- @emilytoy made their first contribution in #3060
- @saulodias made their first contribution in #3050
Changelog: https://github.com/primefaces/primereact/blob/master/CHANGELOG.md
PrimeReact 8.2.0
What's Changed
- Fix #2668/#2925: Messages/Toast replace method by @melloware in #2932
- Fix #2936: Slider TypeScript update by @melloware in #2937
- Fix #2935: Datatable do not display handle if not row dragging by @melloware in #2938
- Fix #2939: MenuItem add data:any for custom metadata by @melloware in #2941
- Update SelectItem import statement by @Ruan20795 in #2944
- SelectItem case sensitive import by @melloware in #2945
- Fix #2948: Calendar monthpicker incorrect month on 1st click by @melloware in #2950
- Fix #2957: Image preview do not hide buttons behind image by @melloware in #2958
- Fix #2966: Multiselect maxSelectedLabels 0 value by @melloware in #2968
- Fix #2981: dialog p-overflow-hidden wasn't removed from body on dialog by @seanick39 in #2982
- Fix #2983: Remove doc about shorthand API for SelectItem and MenuModel by @melloware in #2984
- Fix #2974: Badge/Avatar typescript inheritance by @melloware in #2975
- Fix #2777: Check if
globalFilter
is not null before triggering filter by @desmondsow in #2986 - Fix #2974: Badge/Avatar/Card/Chip typescript inheritance by @melloware in #2993
- Fix #2997: Badge 0 as a value not properly rendered by @melloware in #2998
- Fix #2999: Allow ParcelJS builds for Editor/Charts by @melloware in #3000
- Fix #3014: TreeTable sortMeta corrected by @melloware in #3015
- Fix #3016: InputMask StrictMode fix by @melloware in #3017
- Fix #3009: Datatable add virtualScrollerRef by @melloware in #3011
- Fix #3004: Tree arrow keys with dragdrop enabled by @melloware in #3005
- Fix #2978/#2433: Datatable virtualscroller column resizing by @melloware in #2994
- Fix #2971: InputMask use ref not inputRef by @melloware in #2972
- Fix #2961: Calendar yearpicker incorrect by @melloware in #2962
- Fix #2926: Toast wrap long text by @melloware in #2929
- Fix #2921: FloatLabel with webkit autofill fix by @melloware in #2922
- Fix #2919: Avatar priority image, label, icon by @melloware in #2920
- Restrict Toast/Message SeverityType to the only four valid values by @inad9300 in #2911
- Fix #2018: Calendar only fire onChange if dirty by @melloware in #2810
- Fixed #3020 - Placeholder for float label inputs by @cetincakiroglu in #3022
- Fix #2797: Chips add onKeyDown and KeyFilter by @melloware in #2798
- Fix #1661: Calendar do not navigate past min and max by @melloware in #2771
- Fix #2808: MegaMenu start and end template attributes by @melloware in #2809
- Updated the StyleClass type to be compatible with useRef by @dallinlarsen in #3025
- Fix #3023: Sort nulls like Excel by default at bottom by @melloware in #3026
- Fixed #2995 - SplitButton | Add loading and loadingIcon by @cetincakiroglu in #3028
- Fix #3019: Column sortFunction add rowData by @melloware in #3027
- Fix #3033: Autocomplete form submit on ENTER if no item highlighted by @melloware in #3034
- Fix #3031: Image add onError callback by @melloware in #3032
- Fix #1879: Input focus() should not scroll unless autoFocus=true by @melloware in #2787
New Contributors
- @Ruan20795 made their first contribution in #2944
- @seanick39 made their first contribution in #2982
- @desmondsow made their first contribution in #2986
- @dallinlarsen made their first contribution in #3025
Changelog: https://github.com/primefaces/primereact/blob/master/CHANGELOG.md
PrimeReact 8.1.1
Update CHANGELOG.md
PrimeReact 8.1.0
set version
PrimeReact 8.0.0
Refactor
PrimeReact 8.0.0-rc.2
Update CHANGELOG.md
PrimeReact 8.0.0-rc.1
Fixed #2717 - Add inputId property to Chips
PrimeReact 7.2.1
set version