Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Releases: fabric8-ui/ngx-widgets

v2.3.5

23 Feb 17:28
Compare
Choose a tag to compare

2.3.5 (2018-02-23)

Bug Fixes

  • infinitescroll: Move all ngOnInit operations to ngDoCheck (5c51bed)

v2.3.4

22 Feb 15:36
Compare
Choose a tag to compare

2.3.4 (2018-02-22)

Bug Fixes

  • markdown: fix css for markdown as per VD (4db30ac)
  • markdown: match the icon with PF (a7a7f9a)

v2.3.3

08 Nov 20:52
Compare
Choose a tag to compare

2.3.3 (2017-11-08)

Bug Fixes

  • panel: fix placement of panel with fixed navbar (329b329)

v2.3.2

31 Oct 07:51
Compare
Choose a tag to compare

2.3.2 (2017-10-31)

Bug Fixes

  • commit: update tests so the coverage summary is correct (f8d35ca)
  • package: update Angular to ^4.4.4 (cc0f455)

v2.3.1

27 Oct 18:09
Compare
Choose a tag to compare

2.3.1 (2017-10-27)

Bug Fixes

  • test: turn on test coverage display (8ac1688)

v2.3.0

27 Oct 17:57
Compare
Choose a tag to compare

2.3.0 (2017-10-27)

Bug Fixes

  • build: change clean command to work with node v8.3 (d762d0d)
  • build: change transpile-saas command to work with LESS (f4f4035)
  • build: clean up order and format of gulp file (da955d2)
  • build: clean up webpack so that we can run the performance analysis (aa215c4)
  • build: remove reference in webpack to external libs to ignore, that was causing an error (d6f3698)
  • build: remove unused npm commands (d444de9)
  • build: update clean commmand to use 'verify' instead of deprecated 'clear' (04077a1)
  • build: update webpack to reference context for Angular 4 (de7fb45)
  • package: remove caret range on dev dependencies, these are used to build and should not autoupdate (a49f34d)
  • package: remove rollup dependencies (1bfc45b)
  • package: set Angular to handle a range starting at ^4.4.0" (0b86f7d)
  • package: update api calls for RxJS to use the latest from 5.5 (eeafe0a)
  • package: update dependencies (4b22068)

Features

  • build: update node from 6.5.0 to 8.3.0 (c858562)
  • package: update dependencies (fc1a1e2)

v2.2.9

19 Oct 13:16
Compare
Choose a tag to compare

2.2.9 (2017-10-19)

Bug Fixes

  • editable: Set focus when the component becomes editable. (e81b855)
  • markdown: Set focus on an empty markdown component, when a user clicks on it. (50c568b)

v2.2.8

18 Oct 02:44
Compare
Choose a tag to compare

2.2.8 (2017-10-18)

Bug Fixes

  • markdown: text and image overflow in markdown (#112) (74beda3)

v2.2.7

18 Oct 02:08
Compare
Choose a tag to compare

2.2.7 (2017-10-18)

Bug Fixes

  • package: add caret ranges to all the dependencies in the package.json (ff9690a)
  • package: move rxjs out of peerDependencies and back to devDep, remove zone.js as it is no longer needed (d8a3f67)
  • package: update webpack-dashboard to ^1.0.0 (082c51a)

v2.2.6

13 Oct 17:15
Compare
Choose a tag to compare

2.2.6 (2017-10-13)

Bug Fixes

  • icon: added support for icon color (41cdd12)
  • markdown: add border/ boxshadow to markdown component as per patternfly (a62b66e)