v0.0.13
Pre-release
Pre-release
Added
- Implemented
v-modelon the page propertypf-paginate-controlcomponents. - Implemented two-way syncing of
sort-byandsort-directionproperties inpf-tableandpf-toolbar. - Implemented
pf-application-launcherandpf-launcher-item. - Implemented
pf-notification-bellas a toggler for thepf-drawer. - Added
navbar-brand-nameCSS class to correctly style text-only brand titles. - Documented
v-tooltipdirective - Implemented
data-placementattribute as an alternative way to specify the tooltip positions.
Changed
- BACKWARD INCOMPATIBLE CHANGE: The
pageproperty ofpf-tablecomponents can now be synced with:page.sync="mypagenr". As a result of this change thechange-pageevent has now been renamed toupdate:page. - BACKWARD INCOMPATIBLE CHANGE: The
view,filtersandpicked-columnsproperties ofpf-toolbarcomponents can now be synced with the.syncv-bindmodifier. As a result of this change theviewevent has now been renamed toupdate:view; thefiltersevent has been renamed toupdate:filtersand thecolumnsevent toupdate:pickedColumns.