Merge branch 'master' of https://github.com/primefaces/primevue
commit
5bdc34af46
50
CHANGELOG.md
50
CHANGELOG.md
|
@ -1,5 +1,33 @@
|
|||
# Changelog
|
||||
|
||||
## [1.2.0](https://github.com/primefaces/primevue/tree/1.2.0) (2020-04-07)
|
||||
|
||||
[Full Changelog](https://github.com/primefaces/primevue/compare/1.2.0...1.1.0)
|
||||
|
||||
**Implemented New Features and Enhancements:**
|
||||
|
||||
- Add empty template to FileUpload [\#265](https://github.com/primefaces/primevue/issues/265)
|
||||
- DragDrop support for FileUpload [\#262](https://github.com/primefaces/primevue/issues/262)
|
||||
- Improve DataTable ContextMenu Styling [\#253](https://github.com/primefaces/primevue/issues/253)
|
||||
- Separator, addOnBlur and allowDuplicate for Chips [\#252](https://github.com/primefaces/primevue/issues/252)
|
||||
- Add id property to Steps [\#251](https://github.com/primefaces/primevue/issues/251)
|
||||
- ReImplemented Steps styles [\#250](https://github.com/primefaces/primevue/issues/250)
|
||||
- Improve autocomplete css by using flex [\#249](https://github.com/primefaces/primevue/issues/249)
|
||||
- Add menubar-left and menubar-right slots to Menubar [\#246](https://github.com/primefaces/primevue/issues/246)
|
||||
- New Component: Galleria [\#212](https://github.com/primefaces/primevue/issues/212)
|
||||
- Ability to disable PanelMenu items [\#171](https://github.com/primefaces/primevue/issues/171)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- Carousel - Button inside carousel-item is not clickable in mobile phones [\#264](https://github.com/primefaces/primevue/issues/264)
|
||||
- Popup menu does not appear where it should [\#258](https://github.com/primefaces/primevue/issues/258)
|
||||
- FileUpload Multiple: Error when deleting file before upload [\#257](https://github.com/primefaces/primevue/issues/257)
|
||||
- FileUpload in auto mode sends two post requests in IE11 [\#254](https://github.com/primefaces/primevue/issues/254)
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
- Deprecate menubar custom slot [\#260](https://github.com/primefaces/primevue/issues/260)
|
||||
|
||||
## [1.1.0](https://github.com/primefaces/primevue/tree/1.1.0) (2020-03-17)
|
||||
|
||||
[Full Changelog](https://github.com/primefaces/primevue/compare/1.0.6...1.1.0)
|
||||
|
@ -122,24 +150,6 @@
|
|||
- Calendar today button TypeError: Cannot read property 'currentTarget' of null [\#158](https://github.com/primefaces/primevue/issues/158)
|
||||
- Row edit save not working properly in data table [\#151](https://github.com/primefaces/primevue/issues/151)
|
||||
|
||||
## [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)
|
||||
|
@ -399,3 +409,7 @@
|
|||
## [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)
|
||||
|
||||
|
||||
|
||||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|
||||
|
|
Loading…
Reference in New Issue