Skip to content

Releases: cloudify-cosmo/cloudify-ui-common

v2.2.1

18 Dec 09:14
Compare
Choose a tag to compare

Fixed

  • Removed unnecessary beforebuild step from run-system-tests script (RD-336) (#42)

v2.2.0

16 Dec 09:23
Compare
Choose a tag to compare

Added

  • common script for running e2e tests in CI environment (RD-336) (#41)

v2.1.0

07 Dec 08:40
Compare
Choose a tag to compare

Added

  • backend code common to Cloudify UI projects (RD-385) (#39)
    • database initialization and connection handling routines
    • winston logging framework initialization routines
    • database migration script

v2.0.0

19 Oct 12:10
Compare
Choose a tag to compare

Added

  • Added eslint-common-node ESLint configuration (CY-2720) (#38)
  • Added prettier-common Prettier configuration for all UI projects (CY-2720) (#38)
  • Added env setup to common ESLint configs (CY-2720) (#38)
  • Enabled npm audit in Circle CI build (CY-1720) (#32)

Changed

  • (BREAKING) Changed ESLint configuration directory to configs (was eslint) (CY-2720) (#38)
  • Turned off security/detect-non-literal-require rule as it is duplicated by import/no-dynamic-require (CY-2720) (#38)
  • Aligned lint script in package.json files with other projects (CY-2720) (#38)
  • Added new Jenkins pipeline (#34, #35) (CY-3013)

Fixed

  • Removed CircleCI from documentation and scripts
  • Updated package description (package.json) and license file (LICENSE) (#36) (CY-1827 & CY-1828)

Security

  • Fixed security issues by updating dependencies (#38)
  • Bumped websocket-extensions from 0.1.3 to 0.1.4 (#33)
  • Bumped lodash from 4.17.13 to 4.17.19 (#37)

v1.6.2

07 May 11:49
Compare
Choose a tag to compare

Changed

  • Improved func-names rule in eslint-common configuration for generators (#31)

v1.6.1

04 May 18:34
Compare
Choose a tag to compare

Changed

  • Turned off security/detect-object-injection rule in eslint-common configuration as it returns lots of false positives (#30)

v1.6.0

26 Mar 08:52
Compare
Choose a tag to compare

Fixed

  • Fixed typo in _colors.scss (#25)
  • Bumped acorn from 5.7.3 to 5.7.4 (#26)
  • Updated npm scripts to run bash script using bash instead of sh (CY-2511) (#29)

Changed

  • Switched to NodeJS v12.x (CY-1694) (#28)
  • Updated caching in CircleCI configuration (CY-2464) (#27)

v1.5.0

24 Jan 11:40
Compare
Choose a tag to compare

Added

Changed

  • Improved styles to provide variables importable in JavaScript (CY-1826) (#24)

v1.4.0

07 Jan 14:14
Compare
Choose a tag to compare

Added

Fixed

  • Fixed create-version.sh script (#23)
  • Updated devDependencies (#23)

v1.3.0

03 Jan 14:08
Compare
Choose a tag to compare

Added

  • Added common ESLint configurations to be extended by both react and non-react cloudify-ui projects (CY-1719) (#22)