v0.0.14
Pre-release
Pre-release
Added
- Implemented
pf-menu-itemas a functional component with vue-router integration. - Implemented secondary and tertiary vertical navigation.
- Implemented grid layout on
pf-layout. - Implemented modal overlay pattern with
pf-modal(Contributed by [@pebri86]). - Implemented
pf-list-view(Contributed by [@pebri86]). - Implemented
pf-iconfunctional component with automatic class configuration for FontAwesome, Glyphicons and Patternfly icons. - Implemented secondary and tertiary navigation.
- Upgraded build to webpack 4.
Changed
- Converted
pf-empty-chart,pf-aggregate-status-card,pf-card-notificationandpf-notification-bellto functional components. - When a
pf-c3-charthas empty data apf-empty-chartcomponent is shown instead. - BACKWARD INCOMPATIBLE CHANGE: The
flexproperty ofpf-layouthas been removed. The same layout can be applied using theflexvalue on the newdisplayproperty. - BACKWARD INCOMPATIBLE CHANGE: Renamed all
icon-classproperties to simplyicon. The icon family classname is not needed anymore (instead offa fa-bellyou can just usefa-bell).
Fixed
- Fixed issue with dropdown filters by removing vue-strap's select and option components.
- Fixed offset of
pf-application-launcher. - Fixed href property of
pf-launcher-items. - Fixed various linting errors/warnings.