diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..e13158efe --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,279 @@ +# Changelog + +## [1.0.1](https://github.com/primefaces/primevue/tree/1.0.1) (2020-01-21) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0...1.0.1) + +**Implemented New Features and Enhancements:** + +- Add appendTo on Dropdown [\#146](https://github.com/primefaces/primevue/pull/146) + +**Fixed bugs:** + +- Editable Dropdown loses focus [\#149](https://github.com/primefaces/primevue/issues/149) +- Rename select event with \*-select [\#148](https://github.com/primefaces/primevue/issues/148) +- Dialog block UI removes page scroll [\#145](https://github.com/primefaces/primevue/issues/145) +- Calendar select event has no value [\#144](https://github.com/primefaces/primevue/issues/144) +- Calendar manual input fails [\#143](https://github.com/primefaces/primevue/issues/143) +- Calendar giving focus to today when disabled [\#141](https://github.com/primefaces/primevue/issues/141) +- optionValue and dataKey combination is broken is Select Components [\#90](https://github.com/primefaces/primevue/issues/90) + +## [1.0.0](https://github.com/primefaces/primevue/tree/1.0.0) (2020-01-13) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-rc.6...1.0.0) + +**Implemented New Features and Enhancements:** + +- New Component: ColorPicker [\#139](https://github.com/primefaces/primevue/issues/139) +- Enhance Dialog Positioning [\#136](https://github.com/primefaces/primevue/issues/136) + +**Fixed bugs:** + +- Error: Do not access Object.prototype method [\#138](https://github.com/primefaces/primevue/issues/138) +- The slot \#empty of DataTable not working [\#137](https://github.com/primefaces/primevue/issues/137) +- Sidebar showCloseIcon not working [\#135](https://github.com/primefaces/primevue/issues/135) +- Error with calendar year navigator [\#134](https://github.com/primefaces/primevue/issues/134) + +## [1.0.0-rc.6](https://github.com/primefaces/primevue/tree/1.0.0-rc.6) (2019-12-30) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-rc.5...1.0.0-rc.6) + +**Fixed bugs:** + +- Keydown causes sort on sortable header [\#130](https://github.com/primefaces/primevue/issues/130) + +## [1.0.0-rc.5](https://github.com/primefaces/primevue/tree/1.0.0-rc.5) (2019-12-30) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-rc.4...1.0.0-rc.5) + +**Implemented New Features and Enhancements:** + +- TimePicker buttons should trap focus [\#128](https://github.com/primefaces/primevue/issues/128) + +**Fixed bugs:** + +- RadioButton throws error [\#129](https://github.com/primefaces/primevue/issues/129) + +## [1.0.0-rc.4](https://github.com/primefaces/primevue/tree/1.0.0-rc.4) (2019-12-30) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-rc.3...1.0.0-rc.4) + +**Implemented New Features and Enhancements:** + +- Inplace focus visuals not themed [\#123](https://github.com/primefaces/primevue/issues/123) +- New Component: Tooltip [\#122](https://github.com/primefaces/primevue/issues/122) +- Keyboard accessibility for Calendar [\#109](https://github.com/primefaces/primevue/issues/109) +- Enhance ARIA roles and attributes for the components [\#108](https://github.com/primefaces/primevue/issues/108) + +**Fixed bugs:** + +- Error in datatable keyboard navigation [\#127](https://github.com/primefaces/primevue/issues/127) +- Scroll+Paginator fails [\#126](https://github.com/primefaces/primevue/issues/126) + +## [1.0.0-rc.3](https://github.com/primefaces/primevue/tree/1.0.0-rc.3) (2019-12-23) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-rc.2...1.0.0-rc.3) + +**Fixed bugs:** + +- DataView Grid should have nogutter [\#121](https://github.com/primefaces/primevue/issues/121) +- Menu should prevent default action when there is none [\#120](https://github.com/primefaces/primevue/issues/120) +- Range slider goes out of bounds [\#119](https://github.com/primefaces/primevue/issues/119) + +## [1.0.0-rc.2](https://github.com/primefaces/primevue/tree/1.0.0-rc.2) (2019-12-20) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-rc.1...1.0.0-rc.2) + +**Implemented New Features and Enhancements:** + +- Add p-placeholder class to Multiselect label [\#111](https://github.com/primefaces/primevue/issues/111) + +**Fixed bugs:** + +- ContextMenu fails in global mode [\#118](https://github.com/primefaces/primevue/issues/118) +- ProgressBar showValue prop is ignored [\#117](https://github.com/primefaces/primevue/issues/117) +- Calendar icon button submitting form [\#114](https://github.com/primefaces/primevue/issues/114) +- Message icon correction [\#112](https://github.com/primefaces/primevue/issues/112) +- Disabled Dropdown still picking values [\#110](https://github.com/primefaces/primevue/issues/110) +- Calendar clear button does not reset the input field [\#107](https://github.com/primefaces/primevue/issues/107) + +## [1.0.0-rc.1](https://github.com/primefaces/primevue/tree/1.0.0-rc.1) (2019-12-10) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.14...1.0.0-rc.1) + +**Implemented New Features and Enhancements:** + +- New Component: Steps [\#103](https://github.com/primefaces/primevue/issues/103) +- New Component: PanelMenu [\#102](https://github.com/primefaces/primevue/issues/102) +- New Component: ContextMenu [\#101](https://github.com/primefaces/primevue/issues/101) +- New Component: MegaMenu [\#100](https://github.com/primefaces/primevue/issues/100) +- New Component: TabMenu [\#99](https://github.com/primefaces/primevue/issues/99) +- New Component: Menubar [\#98](https://github.com/primefaces/primevue/issues/98) +- New Component: TieredMenu [\#97](https://github.com/primefaces/primevue/issues/97) +- New Component: Breadcrumb [\#96](https://github.com/primefaces/primevue/issues/96) +- Add default focus on searchable dropdowns [\#95](https://github.com/primefaces/primevue/issues/95) +- Nuxt integration [\#86](https://github.com/primefaces/primevue/issues/86) + +**Fixed bugs:** + +- Paginator should go to last page if current page has no data [\#106](https://github.com/primefaces/primevue/issues/106) +- TreeNode is not toggled with left and right arrow keys [\#105](https://github.com/primefaces/primevue/issues/105) +- Dialog is not modal when v-if used [\#94](https://github.com/primefaces/primevue/issues/94) +- DataTable rowClick returns a dom event with no data property [\#91](https://github.com/primefaces/primevue/issues/91) + +## [1.0.0-beta.14](https://github.com/primefaces/primevue/tree/1.0.0-beta.14) (2019-11-20) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.13...1.0.0-beta.14) + +**Implemented New Features and Enhancements:** + +- Scrollable DataTable [\#87](https://github.com/primefaces/primevue/issues/87) +- Add p-placeholder to Dropdown label [\#84](https://github.com/primefaces/primevue/issues/84) +- Add row-click event to Table [\#82](https://github.com/primefaces/primevue/issues/82) + +## [1.0.0-beta.13](https://github.com/primefaces/primevue/tree/1.0.0-beta.13) (2019-11-01) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.12...1.0.0-beta.13) + +**Implemented New Features and Enhancements:** + +- Ability to style certain rows and cells in Table [\#81](https://github.com/primefaces/primevue/issues/81) +- Menu Component a11y issue [\#78](https://github.com/primefaces/primevue/issues/78) +- Modal dialog not blocking background [\#77](https://github.com/primefaces/primevue/issues/77) + +**Fixed bugs:** + +- Modal dialog is not destroyed properly [\#80](https://github.com/primefaces/primevue/issues/80) + +## [1.0.0-beta.12](https://github.com/primefaces/primevue/tree/1.0.0-beta.12) (2019-10-22) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.11...1.0.0-beta.12) + +**Implemented New Features and Enhancements:** + +- New Carousel Component [\#73](https://github.com/primefaces/primevue/issues/73) +- Expandable Rows for DataTable [\#72](https://github.com/primefaces/primevue/issues/72) +- TableState for DataTable [\#68](https://github.com/primefaces/primevue/issues/68) +- Row Grouping for DataTable [\#65](https://github.com/primefaces/primevue/issues/65) + +**Fixed bugs:** + +- Time buttons select a date on mouseout event on Calendar with showTime property [\#75](https://github.com/primefaces/primevue/issues/75) +- Clicking column header resets paginator [\#74](https://github.com/primefaces/primevue/issues/74) +- Calendar.vue: "close on blur" not working properly [\#71](https://github.com/primefaces/primevue/issues/71) +- Calendar.vue: Poor handling of user input. [\#70](https://github.com/primefaces/primevue/issues/70) + +## [1.0.0-beta.11](https://github.com/primefaces/primevue/tree/1.0.0-beta.11) (2019-10-18) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.10...1.0.0-beta.11) + +**Implemented New Features and Enhancements:** + +- Row Reordering with DragDrop [\#69](https://github.com/primefaces/primevue/issues/69) +- Improve component styles on Luna and Nova Themes [\#66](https://github.com/primefaces/primevue/issues/66) +- Column Reordering with DragDrop [\#64](https://github.com/primefaces/primevue/issues/64) +- ColumnGroups for DataTable [\#63](https://github.com/primefaces/primevue/issues/63) + +**Fixed bugs:** + +- Accordion and TabView do not sync children changes [\#67](https://github.com/primefaces/primevue/issues/67) +- Accordion and TabView create empty tabs [\#59](https://github.com/primefaces/primevue/issues/59) + +## [1.0.0-beta.10](https://github.com/primefaces/primevue/tree/1.0.0-beta.10) (2019-10-15) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.9...1.0.0-beta.10) + +**Implemented New Features and Enhancements:** + +- New Component: Carousel [\#61](https://github.com/primefaces/primevue/issues/61) + +**Fixed bugs:** + +- Menu and OverlayPanel target position miscalculated [\#62](https://github.com/primefaces/primevue/issues/62) +- Dataview paginator gets out of sync [\#60](https://github.com/primefaces/primevue/issues/60) + +## [1.0.0-beta.9](https://github.com/primefaces/primevue/tree/1.0.0-beta.9) (2019-10-01) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.8...1.0.0-beta.9) + +**Implemented New Features and Enhancements:** + +- Remove empty spaces with Lint [\#58](https://github.com/primefaces/primevue/issues/58) +- Reimplement Accordion with Templating [\#56](https://github.com/primefaces/primevue/issues/56) +- Reimplement TabView with Templating [\#51](https://github.com/primefaces/primevue/issues/51) + +**Fixed bugs:** + +- MultiSelect filter cannot be turned off [\#57](https://github.com/primefaces/primevue/issues/57) +- DataTable sortField cannot be synced [\#55](https://github.com/primefaces/primevue/issues/55) +- Duplicate key issue in menu component [\#52](https://github.com/primefaces/primevue/issues/52) +- Calendar.vue: when the value is updated, the component partially updates itself [\#47](https://github.com/primefaces/primevue/issues/47) +- MultiSelect.vue: error on onToggleAll and bad default placeholder [\#45](https://github.com/primefaces/primevue/issues/45) +- Calendar clear button does not reset the input field [\#42](https://github.com/primefaces/primevue/issues/42) +- Time does not stop spinning in Calendar [\#40](https://github.com/primefaces/primevue/issues/40) + +## [1.0.0-beta.8](https://github.com/primefaces/primevue/tree/1.0.0-beta.8) (2019-08-21) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.7...1.0.0-beta.8) + +**Fixed bugs:** + +- Cannot delete date from calendar once it's selected [\#38](https://github.com/primefaces/primevue/issues/38) +- Dropdown click icon gives error on Firefox [\#37](https://github.com/primefaces/primevue/issues/37) +- TreeTable single sort broken [\#35](https://github.com/primefaces/primevue/issues/35) +- TreeTable highlights unsorted columns [\#34](https://github.com/primefaces/primevue/issues/34) +- InputMask pressing enter [\#33](https://github.com/primefaces/primevue/issues/33) +- Column component registration fails with Typescript [\#29](https://github.com/primefaces/primevue/issues/29) + +## [1.0.0-beta.7](https://github.com/primefaces/primevue/tree/1.0.0-beta.7) (2019-08-15) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.6...1.0.0-beta.7) + +**Implemented New Features and Enhancements:** + +- New Component: TreeTable [\#31](https://github.com/primefaces/primevue/issues/31) +- Resizable Columns for DataTable [\#30](https://github.com/primefaces/primevue/issues/30) +- New Component: InputMask [\#26](https://github.com/primefaces/primevue/issues/26) + +## [1.0.0-beta.6](https://github.com/primefaces/primevue/tree/1.0.0-beta.6) (2019-08-05) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.5...1.0.0-beta.6) + +**Implemented New Features and Enhancements:** + +- New Component: Tree [\#28](https://github.com/primefaces/primevue/issues/28) + +## [1.0.0-beta.5](https://github.com/primefaces/primevue/tree/1.0.0-beta.5) (2019-07-29) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.3...1.0.0-beta.5) + +**Implemented New Features and Enhancements:** + +- New Component: DataTable [\#23](https://github.com/primefaces/primevue/issues/23) +- Convert emptyMessage to a template for DataView [\#10](https://github.com/primefaces/primevue/issues/10) +- Auto z-index layering for Toast [\#9](https://github.com/primefaces/primevue/issues/9) +- Reset DataTable page after sort [\#27](https://github.com/primefaces/primevue/issues/27) +- New Component: ProgressSpinner [\#24](https://github.com/primefaces/primevue/issues/24) +- New Component: DeferredContent [\#20](https://github.com/primefaces/primevue/issues/20) +- New Component: Inplace [\#19](https://github.com/primefaces/primevue/issues/19) +- New Component: PickList [\#18](https://github.com/primefaces/primevue/issues/18) +- New Component: OrderList [\#17](https://github.com/primefaces/primevue/issues/17) +- New Component: OrganizationChart [\#16](https://github.com/primefaces/primevue/issues/16) + +**Fixed bugs:** + +- Calendar today button throws an error [\#22](https://github.com/primefaces/primevue/issues/22) +- DataView paginator is always displayed [\#21](https://github.com/primefaces/primevue/issues/21) +- Dropdown ignores false or 0 values [\#11](https://github.com/primefaces/primevue/issues/11) + +## [1.0.0-beta.3](https://github.com/primefaces/primevue/tree/1.0.0-beta.3) (2019-05-30) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.2...1.0.0-beta.3) + +## [1.0.0-beta.2](https://github.com/primefaces/primevue/tree/1.0.0-beta.2) (2019-05-28) + +[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.1...1.0.0-beta.2) + +## [1.0.0-beta.1](https://github.com/primefaces/primevue/tree/1.0.0-beta.1) (2019-05-27) + +[Full Changelog](https://github.com/primefaces/primevue/compare/9d2c525d528c9bd6f306c6f550e3f0eef7879054...1.0.0-beta.1)