The components of PrimeFaces were evolving before I saw it for a while, so I've summarized the new features in the release notes of the Official Blog.
Originally it was like a JSF library, which is a JavaEE View framework, but Java stagnation such as Angular component PrimeNG and React component PrimeReact There were various furoshiki spreads in the gap.
I have the impression that it is a project that needs to be checked.
PrimeFaces 6.0.14 - 2017/1/23
<!-### New features->
PrimeFaces 6.0.13 - 2016/12/30
<!-### New features->
PrimeFaces 6.0.12 - 2016/12/19 <!-### New features->
PrimeFaces 6.0.11 - 2016/12/14
Row Grouping You can now group rows in p: dataTable. You can either use the p: rowGroup component or the grouprRow attribute of p: column. It can also be combined with sorting and aggregation functions.
p: Added cellEditMode attribute to DataTable
Font Awesome upgraded to 4.7.0
PrimeFaces 6.0.10 - 2016/12/1
TableState TableState manages the state of p: dataTable. Restores state from a TableState object session, even if the user goes back to another page. TableState holds the metadata, not the data itself. The following information is currently supported.
Pagination
Sorting
Filters
Selection
The following will be supported in the future.
TableState is easy to enable and can be enabled by setting the multiViewState attribute to true. A new clearTableState method has been added to RequestContext.
PrimeFaces 6.0.9 - 2016/11/28
Release of bug fixes only.
PrimeFaces 6.0.8 - 2016/11/17
PrimeFaces 6.0.7 - 2016/10/27
<!-### New features->
PrimeFaces 6.0.6 - 2016/10/12 <!-### New features->
PrimeFaces 6.0.5 - 2016/9/30 <!-### New features->
PrimeFaces 6.0.4 - 2016/9/12 <!-### New features->
PrimeFaces 6.0.3 - 2016/8/16
<!-### New features->
PrimeFaces 6.0.2 - 2016/7/26
<!-### New features->
PrimeFaces 6.0.1 - 2016/6/28
PrimeFaces 6.0 - 2016/6/7
Various components have been promoted to PrimeFaces from Extensions project as a result of merger. These are;
PrimeFaces6.0.x Release Notes Summary --mrdShinse's blog
Recommended Posts