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

Releases: fabric8-ui/ngx-base

v2.3.4

12 Jul 16:49
Compare
Choose a tag to compare

2.3.4 (2018-07-12)

Bug Fixes

  • broadcaster: set broadcaster as a singleton (2495cb4)
  • docs: update README with missing step for NPM Link process (2181510)

v2.3.3

28 Jun 16:13
Compare
Choose a tag to compare

2.3.3 (2018-06-28)

Bug Fixes

  • build: add support for rxjs lint (b841125)
  • build: downgrade semantic-release to trigger a release (56d6001)
  • build: remove the package-lock, add it to gitignore, and add it to the clean step (33e0e64)
  • build: remove unused Config.store and Val.wrapper (dfb9a94)
  • build: update code to work with latest RxJS changes (274c05d)
  • build: update to use latest webpack and remove unneeded build steps in gulp and webpack (d3e439d)

Performance Improvements

  • package: update library version including Angular to v6 (0a73eb7)

v2.3.2

07 Jun 05:16
Compare
Choose a tag to compare

2.3.2 (2018-06-07)

Bug Fixes

  • doc: update npm link to use --production (51b9013)
  • package: use peer dependencies (802ba6d)

v2.3.1

13 Dec 14:55
Compare
Choose a tag to compare

2.3.1 (2017-12-13)

Bug Fixes

  • singleton: make sure broadcaster is a singleton (fcf7541)

v2.3.0

30 Oct 02:18
Compare
Choose a tag to compare

2.3.0 (2017-10-30)

Bug Fixes

  • build: clean up dependencies and add missing ones (09792c0)
  • build: remove reference to webpack dashboard (9089a95)
  • build: set the version of node.js to 8.3.0 (9cc8439)
  • build: update clean commmand to use 'verify' instead of deprecated 'clear' (ee0bf0b)
  • build: update gulp job to use less instead of sass and clean up layout (1f00cb7)
  • build: update webpack to reference context for Angular 4 (0220842)
  • package: add package-lock (acd49f4)
  • package: update cz-conventional-changelog to 2.1.0 (2652b46)
  • package: Update dependencies (7591360)
  • package: update gulp-changed to 3.1.1 (37789a1)
  • package: update patternfly to 3.29.9 (27b039e)
  • package: update references to RxJS to use the new operators (1264f75)
  • package: update resolve-url-loader to 2.2.0 (d71bf03)
  • package: update webpack-dashboard to 1.0.0 (2fc04c7)
  • test: fix test configuration so that they run and report correctly. (c99abed)
  • test: turn on test coverage display (005469c)

Features

  • build: update build to run on Node.js v8.3.0 (e0be109)

v2.2.10

17 Oct 21:44
Compare
Choose a tag to compare

2.2.10 (2017-10-17)

Bug Fixes

  • package: set all npm dependecies to use caret range (74129da)

v2.2.9

11 Oct 20:52
Compare
Choose a tag to compare

2.2.9 (2017-10-11)

Bug Fixes

  • package: update codelyzer to ^3.2.1 to use caret range (e89f0cb)
  • package: update karma-webpack to ^2.0.5 to use caret range (85f6377)
  • package: update rxjs to use caret range (0fd36ae)
  • package: update webpack to ^3.7.1 to use caret range (498acfe)
  • package: update zone.js to use caret range (c40e7be)

v2.2.8

06 Oct 03:38
Compare
Choose a tag to compare

2.2.8 (2017-10-06)

Bug Fixes

  • package: update copy-webpack-plugin to 4.1.1 (4306ed5)
  • package: update mocha to 4.0.1 (428de0b)
  • package: update typedoc to 0.9.0 (a03930b)

v2.2.7

05 Oct 14:38
Compare
Choose a tag to compare

2.2.7 (2017-10-05)

Bug Fixes

  • releasenotes: try and git pull to see if that helps get the release notes in order (#25) (39d752e)

v2.2.6

05 Oct 14:19
Compare
Choose a tag to compare

2.2.6 (2017-10-05)

Bug Fixes

  • build: Fixed Centos CI job badge. (d50f64c)
  • build: Fixed exports (#2) (99c0bd4)
  • build: remove unused dependencies (4ca3c16)
  • build: update keywords (3d61018)
  • docs: Fixed README. (a1e7e8a)
  • package: update clean-webpack-plugin to 0.1.17 (c870c48)
  • package: update extract-text-webpack-plugin to 3.0.1 (91f8c92)
  • package: update file-loader to 1.1.4 (4cd2f57)
  • package: update file-loader to 1.1.5 (4879b25)
  • package: update mocha to 4.0.0 (2feab21)
  • package: update source-map-loader to 0.2.2 (0696abf)
  • package: update typescript to 2.5.3 (4636a34)
  • package: update uglify-js to 3.1.2 (b568993)
  • package: update uglify-js to 3.1.3 (4e5159e)
  • package: update webpack-dev-server to 2.9.1 (cf35cad)
  • package: update zone.js to 0.8.18 (5f9832b)
  • release: add UI container for updating downstream deps (2f82420)
  • release: automatically merge PRs to npm-dependency repo during release pipeline (a98bc44)
  • release: checkout branch and avoid being in a detached HEAD (04690ab)
  • release: lets make sure we checkout the multi branch repo as this could be a PR (c5f8b73)
  • release: reset jenkinsfile to call git directly to see if that will fix the semantic release (9d79018)
  • release: set extra env vars to see if we get correct github release notes (#24) (506af01)
  • release: tidy up pipeline code and avoid semantic-release assuming a CD pipeline is debug (d4f443d)
  • release: update doc to release (3bc8410)
  • release: update docs to push release (c7b96f5)
  • release: update fabric8-npm-dependencies project after release (a19818f)
  • release: update README to trigger release. (2d3502b)
  • release: update the npm release by making a minor change to the README (fc41c5c)
  • release: use correct node definition now we dont use the client builder (917550d)
  • test: add basic broadcaster test (24e5023)
  • tests: adds broadcaster test (4d1ec85)
  • version: update versions including angulare to 4.4.0-RC.0 (4194bd9)

Features

  • build: Initial commit (5fed5fc)
  • add config and val wrapper (#4) (4679960)
  • flatten the layout a bit (64a1763)
  • docs: update to README to force a release (4c37f6a)
  • package: update Angular to 4.4.3 and other libs to latest (0537e1d)
  • package: update Angular to 4.4.4 (d062565)
  • package: update copy-webpack-plugin to 4.1.0 (d5237fa)

Performance Improvements

  • version: update all versions to latest, including Angular to 4.3.5 (d91d1c6)
  • version: upgrade Angular to 4.0.1, TS to 2.2.2, webpack to 2.3.2 and more (7f711b4)