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

Releases: fabric8-ui/ngx-feature-flag

v1.3.0

14 Jan 15:08
Compare
Choose a tag to compare

1.3.0 (2019-01-14)

Features

  • warning-page: Implement new design and action on opt-in button click (#22) (8b5f018)

v1.2.0

15 Nov 19:14
Compare
Choose a tag to compare

1.2.0 (2018-11-15)

Bug Fixes

  • package: downgrade bootstrap to v3 since v4 is very different (c7d72ca)
  • test: turn off a test that fails due to changes in Angular v7 (b94c4a0)

Features

  • package: update the libraries at the project level (ee17e40)

v1.1.0

15 Nov 04:07
Compare
Choose a tag to compare

1.1.0 (2018-11-15)

Bug Fixes

  • build: remove package-lock and set up clean to clear it (0f7c609)
  • build: update npm clean script to clear the cache (a1aedfe)

Features

  • package: update libary versions (60e8418)

v1.0.0

28 Aug 08:41
93a245f
Compare
Choose a tag to compare

1.0.0 (2018-08-28)

Bug Fixes

  • build: fix less error (66811be)
  • build: workaround to make demo builds (b5502ea)
  • caching: re-etablish caching for feature-flag compoment fetching (80449ec)
  • CI/CD: git version2 is installed to work with semantic-release 15.* (5671bd4)
  • CI/CD: master used only for release build (6b72b49)
  • dep-lock: update pakage-lock.json (e87fcae)
  • dependencies: update package-lock.json (70804c1)
  • feature-wrapper: update feature toggle component api usage (8ce6c25)
  • ngx-login-client: Use properly npm released ngx-login-client (f3a50e3)
  • package: update jasmine types to 2.6.2 (cf652fc)
  • package-lock: should be checked in (3e49e8d)
  • package-lock: update package-lock.json files (d3af6b1)
  • package.json: get latest ngx-login-client (1c003ae)
  • README: update README to new f8-feature-toggle syntax (8b5f7a0)
  • release: 0.4.0 (b348738)
  • release: package.json with 0.0.0-development (75edca6)
  • semantic-version: use gitv2 with latest version of semantic versioning (0c78c58)
  • service: add isFeatureUserEnabled API (36be6e4)
  • test: fix compile error on ngx-login-client import (851474d)
  • test: unit test updated to new f8-feature-toggles syntax (dcce198)

Features

  • demo: demo dynamically loaded feature component (73b6be3)
  • demo: f8-feature-toggle component (420e9f6)
  • feature-flag: lazy load flagged components (7e968ca)
  • resolver: move feature-flag.resolver from fabric8-ui to ngx-feature-flag (#15) (9e43dff)

update

  • angular: to version 6.1.0 (1f2510e)

BREAKING CHANGES

  • angular: update to rxjs6 and angular6 using ng-cli6