Skip to content

Releases: cloudify-cosmo/cloudify-ui-common

v4.0.0

04 Oct 13:05
e43341b

Choose a tag to compare

Changed

  • (BREAKING-CHANGE) Moved @cypress/code-coverage to be a peer dependency (#62) (RD-2575)

Security

  • Upgraded patch versions of dependencies (#62) (RD-2575)

v3.3.0

10 Jun 09:55

Choose a tag to compare

Changed

  • Updated build-pod.yaml (#57)
  • Decreased default command timeout to 15s and stopped using test retries in Cypress (#61) (RD-1755)

Security

  • Updated browserslist (#59)
  • Bumped hosted-git-info from 2.7.1 to 2.8.9 (#56)
  • Updated nodejs to 12.22.1 (#58) (RD-1903)
  • Bumped ws from 7.3.1 to 7.4.6 (#60)

v3.2.1

07 May 12:32

Choose a tag to compare

Security

  • Bumped y18n from 4.0.0 to 4.0.1 (#54)
  • Bumped lodash from 4.17.20 to 4.17.21 (#55) (RD-2267)

v3.2.0

30 Mar 09:08

Choose a tag to compare

Added

  • Add support for MANAGER_PROTOCOL environmental variable in Cypress configuration (#53) (RD-1897)

Security

  • Bumped node-notifier from 8.0.0 to 8.0.2 (#52)

v3.1.3

17 Mar 10:59
f11aa7b

Choose a tag to compare

Fixed

v3.1.2

25 Feb 14:08
62f31a8

Choose a tag to compare

Changed

  • Disabled some ESLint rules in TS files that were superseded by TypeScript compiler and reported false-positives (RD-1222) (#50)

v3.1.1

16 Feb 16:05

Choose a tag to compare

Fixed

  • Cypress commons - moved source TS files to be kept separately from compiled JS files (was causing tsc to picking ts instead of compiled js files when importing from the package) (RD-220) (#49)

v3.1.0

16 Feb 15:58

Choose a tag to compare

Added

  • Added common Cypress resources (static configuration file, eslint config, custom commands, plugin and runtime config initialization) (RD-220) (#47, #48)

v3.0.0

09 Feb 08:10
e3bf782

Choose a tag to compare

Added

  • TypeScript tsconfigs (tsconfig.base.json and tsconfig.composite.json) (RD-1230) (#46)

    Those tsconfigs can be used as a base in other projects.

  • Typings are included in the bundle (RD-1230) (#46)

    This package contains type declarations (d.ts) for the code in this bundle, both for the frontend part (src) and the backend part.

    Declaration maps are also included, meaning it is possible to jump straight to the source code instead of the typings file when going to the symbol definition.

  • A new eslint-ts-overrides.json ESLint config, which overrides some existing ESLint rules to support/deduplicate TypeScript features (e.g. no-unused-vars) (RD-1230) (#46)

    This ESLint config should be specified as the last item in the extends array in your ESLint config.

Changed

  • (BREAKING) ESLint configs use @typescript-eslint/parser and @typescript-eslint/eslint-plugin in order to handle TypeScript. Those packages are now required as peer dependencies. (RD-1230) (#46)

    In addition, ESLint understands new EcmaScript features, such as optional chaining (a?.b) and nullish coalescing (a ?? b)

  • Internal build system/tooling changes to handle TypeScript (jest, babel, rollup) (RD-1230) (#46)

  • Improved unminified build bundle size by around 0.5 kB (~8%) (RD-1230) (#46)

v2.2.2

20 Jan 07:14

Choose a tag to compare

Fixed

  • Improved logger to stringify plain objects and array arguments (RD-1094) (#45)

Changed

  • Removed label from kubernetes agent definition (RD-905) (#44)