Releases: cloudify-cosmo/cloudify-ui-common
Releases · cloudify-cosmo/cloudify-ui-common
v2.2.1
Fixed
- Removed unnecessary
beforebuild
step from run-system-tests script (RD-336) (#42)
v2.2.0
Added
- common script for running e2e tests in CI environment (RD-336) (#41)
v2.1.0
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
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
Changed
- Improved func-names rule in eslint-common configuration for generators (#31)
v1.6.1
Changed
- Turned off security/detect-object-injection rule in eslint-common configuration as it returns lots of false positives (#30)
v1.6.0
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
v1.5.0
Added
Changed
- Improved styles to provide variables importable in JavaScript (CY-1826) (#24)
v1.4.0
Added
Fixed
- Fixed
create-version.sh
script (#23)
- Updated devDependencies (#23)
v1.3.0
Added
- Added common ESLint configurations to be extended by both react and non-react cloudify-ui projects (CY-1719) (#22)