Skip to content

Releases: patternfly/patternfly-ng

v3.0.0

24 Jan 00:24
Compare
Choose a tag to compare

<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

24 Jan 15:28
Compare
Choose a tag to compare

2.1.2 (2018-01-24)

Bug Fixes

  • ngx-bootstrap: use more flexible range for dependency version (4b2c37bf5)

v2.1.1

08 Jan 18:29
Compare
Choose a tag to compare

<a name"2.1.1">

2.1.1 (2018-01-08)

Bug Fixes

  • donut: add missing DonutComponent to index.ts (a1641489)

v2.1.0

14 Dec 21:26
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2017-12-14)

Features

  • notifications: add observable for watching notifications array (22ee615e)

v2.0.5

12 Dec 19:05
Compare
Choose a tag to compare

<a name"2.0.5">

2.0.5 (2017-12-12)

Bug Fixes

  • list: adjust pin placeholder to better align text (3de4097b)

v2.0.4

11 Dec 03:13
Compare
Choose a tag to compare

<a name"2.0.4">

2.0.4 (2017-12-11)

Bug Fixes

  • list: pin sort should be based on boolean values (c57b70e7)

v2.0.3

09 Dec 02:00
Compare
Choose a tag to compare

<a name"2.0.3">

2.0.3 (2017-12-09)

Bug Fixes

  • action: Added check for primary actions (69e47b02)

v2.0.2

08 Dec 20:18
Compare
Choose a tag to compare

<a name"2.0.2">

2.0.2 (2017-12-08)

Bug Fixes

  • action: lodash has issues cloning primaryActions.template with the list component (17a29af2)
  • sortPipe: sort order not guaranteed when all items are equal (40537f17)

v2.0.1

08 Dec 20:18
Compare
Choose a tag to compare

<a name"2.0.1">

2.0.1 (2017-12-08)

Bug Fixes

  • action: lodash has issues cloning primaryActions.template with the list component (17a29af2)

v2.0.0

04 Dec 20:25
Compare
Choose a tag to compare

<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)