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

v3.2.0

14 Nov 20:14
Compare
Choose a tag to compare

3.2.0 (2018-11-14)

Bug Fixes

  • build: remove gulp-ngc since it is not supported and use angular ngc in glup now (a22f479)
  • lint: fix style lint issues due to commented lines (b569e15)
  • package: downgrade jasmine to 3.2.0 and jasmine-core to 3.2.1 (81db2e6)

Features

v3.1.5

18 Oct 13:01
Compare
Choose a tag to compare

3.1.5 (2018-10-18)

Bug Fixes

  • markdown: handle click event on preview (#159) (86d3d4e)

v3.1.4

10 Oct 02:19
Compare
Choose a tag to compare

3.1.4 (2018-10-10)

Bug Fixes

  • build: add entry point main for node packaging (#158) (742cc95)

v3.1.3

27 Sep 18:16
Compare
Choose a tag to compare

3.1.3 (2018-09-27)

Bug Fixes

  • markdown: emit event on outside-click if no data changed (#157) (b4b77a8)

v3.1.2

07 Sep 15:54
Compare
Choose a tag to compare

3.1.2 (2018-09-07)

Bug Fixes

  • build: fix gulp script for watch and missing css in dist (#156) (eeef189)

v3.1.1

04 Sep 17:23
2ceac6f
Compare
Choose a tag to compare

3.1.1 (2018-09-04)

Bug Fixes

  • demo: add support for running a demo of the widgets locally. (#155) (2ceac6f)

v3.1.0

31 Aug 19:35
Compare
Choose a tag to compare

3.1.0 (2018-08-31)

Bug Fixes

  • build: update perf script to use the correct config (c691531)

Features

  • package: update @angular to 6.1.6 (2e6a07b)
  • package: update patternfly to 3.54.2 (a561f35)
  • package: update rxjs to ^6.3.0 (951542f)
  • package: update webpack-dev-server to 3.1.7 (41dcf1e)

v3.0.0

29 Aug 13:09
Compare
Choose a tag to compare

3.0.0 (2018-08-29)

Bug Fixes

  • build: add call to gulp in build (722ae3c)
  • build: add headless Chrome configuration for running tests (a83acdd)
  • build: add package-lock to the clean step (58de7a4)
  • build: add support for rxjs lint (9b57807)
  • build: clean up gulp file (bd26bf6)
  • build: clean up typo in comment (757c7f0)
  • build: fix less error (818d3f4)
  • build: move the setting of the branch to the deploy script so PRs will run (786ff52)
  • build: No longer consolidate RxJS operator imports in rxjs-extensions file; each file should import what it needs. (2846808)
  • build: point test build to test tsconfig (719514d)
  • build: remove unused files (26d45d3)
  • build: update code to use changes in RxJS 6 API (3648501)
  • build: update import link for styles (fa3fd12)
  • build: update linter in webpack config (986bc80)
  • build: update the tsconfig parameters match fabric8-ui and be more specific (78a15f9)
  • lint: fix lint errors (a799045)
  • markdown: the tests were set to fit and kept the rest from running (3afce3b)
  • package: add jasmine to support tests (51deda8)
  • package: add karma-firefox-launcher and karma-safari-launcher libs (6d37fe3)
  • package: add rxjs to the peerDependencies (7af2db0)
  • package: add rxjs-compat and rxjs-tslint to support the upgrade of rxjs (4e00f02)
  • package: add scripts for running the tests (5e8a829)
  • package: add ts-loader since we removed the awesome-typescript-loader (b08fedb)
  • package: add webpack-cli to support webpack 4 (5e3c118)
  • package: downgrad gulp-ngc to v0.2.1 due to function calls are not supported in decorators (bbd6752)
  • package: downgrade samantic-release to 8.2.0 so that it continues to release (84ec40e)
  • package: update Angular to 6.1.0-rc.3 (7ac6803)
  • package: update reinstall script to clear the cache instead of verify it (1f12fae)
  • package: update to 6.2.2 (404e026)
  • package: update webpack-cli to 3.1.0 (211cece)
  • package: upgrade karma-webpack to 4.0.0-beta.0 (f7e9dcb)
  • test: add 'done' to tests (d394e6e)
  • test: fix async test that is causing others to fail (6da1c0d)

Features

  • build: remove unused webpack and tsconfig configs (08f308f)
  • build: update build scripts to run on cico only (5d18aed)
  • build: update gulp build to use latest version of gulp, adds linting and AOT to build (2d70f8c)
  • build: update the tsconfig with new build path, alphabetize too (5c26bde)
  • build: update webpack configs and test configs to use Webpack 4 changes (98f8b28)
  • http: upgrade angular http to httpClient (373cb80)
  • package: update @angular to 6.1.1 (1c24bd1)
  • package: update @ngtools/webpack to 6.1.1 (cb4321e)
  • package: update @ngtools/webpack to 6.1.2 (380825f)
  • package: update @types/lodash to 4.14.113 (f55d28b)
  • package: update @types/lodash to 4.14.115 (d275c3b)
  • package: update @types/lodash to 4.14.116 (f010406)
  • package: update Angular to 6.1.0 (9ac360f)
  • package: update assets-webpack-plugin to 3.9.0 (7975d2b)
  • package: update autoprefixer to 9.0.1 (57e2a58)
  • package: update autoprefixer to 9.0.2 (31ed369)
  • package: update autoprefixer to 9.1.0 (8dd895a)
  • package: update clean-css to 4.2.0 (5a2a84f)
  • package: update codelyzer to 4.4.3 (bd096d4)
  • package: update extract-text-webpack-plugin to 4.0.0-beta.0 (6ea2444)
  • package: update gulp-uglify to 3.0.1 (b2f1cd1)
  • package: update karma to 2.0.5 (0472539)
  • package: update less to 3.8.0 (3992aa6)
  • package: update less-plugin-autoprefix to 2.0.0 (4c415a6)
  • package: update mini-css-extract-plugin to 0.4.1 (46cc3d5)
  • package: update patternfly to 3.52.3 (51aa4ee)
  • package: update patternfly to 3.53.0 (3f59907)
  • package: update patternfly to 3.54.1 (516e1f4)
  • package: update patternfly-ng to 4.1.2 (f976785)
  • package: update patternfly-ng to 4.2.0 (08c5a77)
  • package: update semantic-release to 15.9.12 (ac7a1ec)
  • package: update stylelint to 9.4.0 (ccc4b47)
  • package: update webpack to 4.16.2 (362148a)
  • package: update webpack to 4.16.4 (9001330)
  • package: update webpack to 4.16.5 (4fe3f17)
  • package: update webpack-dev-server to 3.1.5 (4de4d08)
  • package: update webpack-merge to 4.1.4 (59c8cd4)
  • package: upgrade @angular to 6.1.4 (92fff27)
  • package: upgrade @ngtools/webpack to 6.1.5 (879ceb2)
  • package: upgrade assets-webpack-plugin to 3.9.6 (7656a28)
  • package: upgrade autoprefixer to 9.1.3 (b6c34ae)
  • package: upgrade clean-css to 4.2.1 (f21dc06)
  • package: upgrade codelyzer to 4.4.4 (565b39f)
  • package: upgrade file-loader to 2.0.0 (e8d1b1d)
  • package: upgrade html-minifier to 3.5.20 (5ef61cb)
  • package: upgrade jasmine to 3.2.0 (8c027b2)
  • package: upgrade jasmine-core to 3.2.1 ([00927ab](https://github....
Read more

v2.4.6

28 Aug 02:56
Compare
Choose a tag to compare

2.4.6 (2018-08-28)

Bug Fixes

  • markdown: Ensure fieldEmpty get correct value on chrome and firefox (#153) (4d262cb)

v2.4.5

12 Jun 19:48
Compare
Choose a tag to compare

2.4.5 (2018-06-12)

Bug Fixes

  • markdown: will allow or disallow saving empty field (#148) (b378247)