Releases: patternfly/patternfly-ng
Releases · patternfly/patternfly-ng
v3.0.0
<a name"3.0.0">
3.0.0 (2018-01-24)
Bug Fixes
- action: use lodash’s clone Vs deepClone or none at all (ca40db2c)
- datatable: Update datatable to use PatternFly table styles (c4d765fa)
- disabled: added disabled state for filter, sort, and toolbar (eaed69e3)
- donut: avoid regenerating chart on every data update (190afd65)
- filter: filter results should be shown when applied filters is available (c46dcb1f)
- pagination: shows wrong start/end page indexes with an empty data set (cc9fdbab)
- release: remove duplicate c3 package (3d7cf3dc)
- sparkline: avoid regenerating chart on every data update (a9080319)
Features
- css: remove embedded css to allow customization (7a836ba1)
- modules: each module should have its own index.ts (a73cdd5c)
- table: added datatable implementation (829e89d5)
- toolbar: add filter reset method to toolbar. (320a496d)
Breaking Changes
- Apps must now include patternfly-ng.min.css
- vert-nav: made internal variables private in favor of read-only accessors. Consolidated hiddenIcons and hideTopBanner as showIcons and showTopBanner for consistency.
(7a836ba1)
v2.1.2
v2.1.1
v2.1.0
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
<a name"2.0.0">
2.0.0 (2017-12-04)
Bug Fixes
- chart: refactored sparkline and donut charts to update config and chart data properly (e50d55c9)
- list: heading should be displayed if template is provided (251f2ff1)
- pagination: update lastPageNumber when config.totalItems is changed (919eadbf)
- prevConfig: should be cloned after setting config properties (6236a109)
Breaking Changes
- charts: consolidated bindto, id, and tootipFn in favor of existing config properties; chartId and tooltip
- list: consolidated headingItems input in favor of existing itemHeadingTemplate and actionHeadingTemplate
(e50d55c9)