This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
Releases: unofaces/unofficial-primefaces
Releases · unofaces/unofficial-primefaces
Unofficial Release for 4.0.3
Bug fixes and improvements. Most significant improvement is the improved backward compatibility of expressions in sortBy
and filterBy
attributes. Expressions can be the name of sort field, name of sort field via var expression and a custom sort expression.
Defects
SelectOneMenu
- Keyboard turns up on touch devices- Tooltip display problem on fast mouse movement
- Itemtip overlaps scrollbar in AutoComplete component
CommandLink
andCommandButton
missing resources- Potential javascript issue with
ContextMenu
and Tree dropRestrict="sibling"
can be bypassed in tree dragdrop- JS error in
AjaxStatus
ajax error handling - Check for NPE at menumodel
Enhacements
- Backward compatibility for
sortBy
-filterBy
expressions
New Features
- Add
rowsPerPageLabel
option to DataTable - Add
homeDisplay
option to breadcrumb - Static mode for
p:message
component
Unofficial Release for 3.5.19
Bug fixes and improvements.
Defects
SelectOneMenu
- Keyboard turns up on touch devices- Tooltip display problem on fast mouse movement
- Itemtip overlaps scrollbar in AutoComplete component
CommandLink
andCommandButton
missing resources- Potential javascript issue with
ContextMenu
and Tree dropRestrict="sibling"
can be bypassed in tree dragdrop
New Features
- Add
rowsPerPageLabel
option to DataTable - Add
homeDisplay
option to breadcrumb
Unofficial Release for 4.0.2
Bug fixes and improvements.
Defects
- Transferred items are still highlighted on bootstrap theme on IE8
- Lifecycle processing problems with Client Side Tree
- AjaxBehaviorHandler does not work properly with composite components and Mojarra 2.2.x
DataTable
row hover causes spaces on IE9- Javascript error on IE7 Documents Mode
RowEditor
icons are invisible under IE7- Menubar support for IE7
- Panel icons are misaligned on IE7
DataTable
Scrolling Misaligned on IE7- IE7 issue on
skinInput
- Dialog width is 100% of screen on IE7
SelectCheckboxMenu
visuals broken with overflow on IE7- DataTable exception on default multi sortBy
Enhancements
- Improved overlay width alignment for
SelectCheckboxMenu
New Features
- Add contextMenu property to NodeSelectEvent
- Editor displays extra space for new lines on IE8
- Add
enable()
anddisable()
to InputText Client Side API - Search Expression Framework fails in IE7
Unofficial Release for 3.5.18
Bug fixes and improvements.
Defects
- Transferred items are still highlighted on bootstrap theme on IE8
- Lifecycle processing problems with Client Side Tree
DataTable
row hover causes spaces on IE9- Javascript error on IE7 Documents Mode
RowEditor
icons are invisible under IE7- Menubar support for IE7
- Panel icons are misaligned on IE7
DataTable
Scrolling Misaligned on IE7- IE7 issue on
skinInput
- Dialog width is 100% of screen on IE7
SelectCheckboxMenu
visuals broken with overflow on IE7
Enhancements
- Improved overlay width alignment for
SelectCheckboxMenu
New Features
- Add contextMenu property to NodeSelectEvent
- Editor displays extra space for new lines on IE8
- Add
enable()
anddisable()
to InputText Client Side API
Unofficial Release for 4.0.1
Bug fixes, keyboard support for paginator and context menu improvements for tree components.
Defects
- Dynamic resource streaming need a UID in the URL
if cache == false
- Checked focus for
selectOneRadio
and checkbox in a dialog component - Wrong icon for root submenus of a
MenuModel
backedMenuBar
- Returning a prettyfaces navigation from
@UrlAction
throws NPE inPrimeFacesContext.release()
- SEF – Possible endless loop in browser with PFS
- SEF/Ajax – process should not check for renderer
PrimeFacesContextFactory
&PrimePartialViewContextFactor
needs a default constructor
Enhancements
- Improve
contextMenu
behavior forTree
New features
- New selection methods for datatable client side api
- Keyboard accessibility for
Paginator
ContextMenu
doesn’t show up if tree is empty
Unofficial Release for 3.5.17
Bug fixes, keyboard support for paginator and context menu improvements for tree components.
Defects
NullPointerException
during state saving withp:tree
inside loops (ui:repeat
,p:tabView
, …)LazyDataTable.setRowIndex
throws arithmetic exception: division by 0. (Part 2)p:outputPanel
deferred mode in case of e.g. a controller exception runs forever- Checked focus for
selectOneRadio
and checkbox in a dialog component - Dynamic resource streaming need a UID in the URL
if cache == false
OutputLabel
might throw exception with a custom bundle/resolver
Enhancements
- Improve
getConverter(..)
inComponentUtils.java
- Improve
contextMenu
behavior forTree
New features
- New selection methods for datatable client side api
- Keyboard accessibility for
Paginator
ContextMenu
doesn’t show up if tree is empty
Unofficial Release for 4.0
This new major has close to 350 improvements over 3.5, please see full changelog for details.
Highlights
- JSF 2.2 Support
- Client Side Validation Framework
- Dialog Framework
- Search Expressions
- Deferred Loading
- HTML5 FileUpload
- New Components and Features
Unofficial Release for 3.5.16
Ported some of the improvements from upstream major.
Defects
- Dialog Framework broken when open Dialog already opened
GrowlRenderer
leaves trailing comma- Exception for empty
p:datatable
withrows=**
attribute andpaginator=true
defined - Dialog: Not render facet footer when rendered is false
- JS error in Dialog Framework
- Column Header Blinking IE8
- Tree
dropRestrict="sibling"
can be bypassed - Selection problem with
SelectCheckboxMenu