Releases: morganstanley/desktopJS
Releases · morganstanley/desktopJS
desktopJS 4.0.0
desktopJS 3.13.1
desktopJS 3.12.0
🚀 Features
- Issue-351 - Auto start on system startup feature (#352)
- Simplification of container.getOptions (#419)
- Switched to async/await where it made sense. (#447)
🐛 Bug Fixes
🧰 Maintenance
- Configure probot stale to use org settings (#471)
- chore(deps-dev): bump rollup from 2.40.0 to 2.50.5 (#468)
- chore(deps-dev): bump @types/node from 15.0.1 to 15.6.1 (#467)
- chore(deps-dev): bump @rollup/plugin-replace from 2.3.4 to 2.4.2 (#465)
- chore(deps-dev): bump husky from 4.3.6 to 6.0.0 (#464)
- Update CodeQL action from newest template (#469)
- Add release workflow (#463)
- GitHub Actions for pr/push (#462)
- chore(deps): bump hosted-git-info from 2.7.1 to 2.8.9 (#455)
- chore(deps): bump lodash from 4.17.19 to 4.17.21 (#454)
- chore(deps): bump handlebars from 4.5.3 to 4.7.7 (#453)
- chore(deps-dev): bump @types/node from 14.14.28 to 15.0.1 (#452)
- chore(deps-dev): bump typedoc from 0.20.35 to 0.20.36 (#451)
- chore(deps-dev): bump @typescript-eslint/parser from 4.20.0 to 4.22.0 (#450)
- chore(deps-dev): bump gulp-replace from 1.0.0 to 1.1.2 (#449)
- Remove decommissioned gitpitch (#444)
- chore(deps-dev): bump lerna from 3.22.1 to 4.0.0 (#438)
- chore(deps-dev): bump typedoc from 0.20.28 to 0.20.35 (#443)
- chore(deps-dev): bump eslint from 7.20.0 to 7.23.0 (#439)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin (#441)
- chore(deps-dev): bump @typescript-eslint/parser from 4.16.1 to 4.20.0 (#442)
- chore(deps): bump yargs-parser in /packages/desktopjs-electron (#436)
- chore(deps): bump yargs-parser in /packages/desktopjs-openfin (#437)
- chore(deps): bump y18n from 3.2.1 to 3.2.2 (#433)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin (#432)
- chore(deps-dev): bump @typescript-eslint/parser from 4.15.1 to 4.16.1 (#431)
- chore(deps-dev): bump rollup from 2.38.3 to 2.40.0 (#430)
- chore(deps-dev): bump typedoc from 0.20.20 to 0.20.28 (#428)
- chore(deps-dev): bump typescript from 4.0.5 to 4.1.5 (#429)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin (#424)
- chore(deps-dev): bump lint-staged from 10.5.3 to 10.5.4 (#423)
- chore(deps-dev): bump @typescript-eslint/parser from 4.14.1 to 4.15.1 (#421)
- chore(deps-dev): bump eslint from 7.16.0 to 7.20.0 (#425)
- chore(deps-dev): bump @types/node from 14.14.22 to 14.14.28 (#422)
- Rename master to main (#420)
- chore(deps-dev): bump typedoc from 0.19.2 to 0.20.20 (#417)
- chore(deps-dev): bump @rollup/plugin-commonjs from 15.1.0 to 17.1.0 (#418)
- chore(deps-dev): bump rollup from 2.35.1 to 2.38.3 (#416)
- chore(deps-dev): bump @typescript-eslint/parser from 4.11.0 to 4.14.1 (#413)
- chore(deps-dev): bump codecov from 3.8.0 to 3.8.1 (#415)
- chore(deps-dev): bump @types/jasmine from 3.6.2 to 3.6.3 (#411)
- chore(deps-dev): bump @types/node from 14.11.11 to 14.14.22 (#410)
- chore(deps-dev): bump typescript from 3.9.7 to 4.0.5 (#408)
- Update GitHub URLs for organization transfer (#412)
- Developer quality of life improvements for build and testing (#405)
- chore(deps-dev): bump gulp-typedoc from 2.2.7 to 2.2.9 (#402)
- chore(deps-dev): bump rollup from 2.28.2 to 2.35.1 (#401)
- Switch over to eslint from tslint (#370)
- chore(deps): bump ini from 1.3.5 to 1.3.7 (#400)
- Update links to leverage opensource.morganstanley.com (#395)
- chore(deps): bump highlight.js from 10.2.0 to 10.4.1 (#394)
Special thanks:
desktopJS 3.11.0
Fixes
- Rollback failing isSameOrigin check and use exception handling (#392)
- make properties abstract to fix #385
- Remove no longer required origin check as it is done by browser (#380)
Features
Development
- Bump gulp-typedoc from 2.2.5 to 2.2.7 (#391)
- Bump copyfiles from 2.3.0 to 2.4.1 (#390)
- Bump @types/jasmine from 3.5.14 to 3.6.2 (#389)
- Bump @types/node from 14.11.2 to 14.11.11 (#388)
- Bump gulp-sourcemaps from 2.6.5 to 3.0.0 (#387)
- Bump rollup-plugin-sourcemaps from 0.6.2 to 0.6.3 (#375)
- Bump @rollup/plugin-replace from 2.3.3 to 2.3.4 (#374)
- Bump codecov from 3.7.2 to 3.8.0 (#373)
- Exit test with explicit error code on jasmine error (#381)
Special thanks:
desktopJS 3.10.0
desktopJS 3.9.0
Fixes
- Window height incorrectly saved/restored (#310)
- Avoid CORS errors preventing new browser windows (#368)
Features
Development
- [Snyk] Security upgrade lerna from 3.15.0 to 3.18.0 (#314)
- feat: upgrade @types/node from 13.5.0 to 14.0.0 (#317)
- Package upgrades (#321)
- fix: upgrade merge2 from 1.2.3 to 1.3.0 (#323)
- fix: upgrade copyfiles from 2.1.1 to 2.2.0 (#325)
- Enable integrated GitHub code scanning (#329)
- fix: upgrade codecov from 3.6.5 to 3.7.0 (#328)
- fix: upgrade typedoc from 0.16.11 to 0.17.7 (#327)
- fix: upgrade copyfiles from 2.2.0 to 2.3.0 (#332)
- fix: upgrade typescript from 3.9.3 to 3.9.4 (#333)
- fix: upgrade merge2 from 1.3.0 to 1.4.1 (#334)
- fix: upgrade rollup from 2.12.1 to 2.13.0 (#335)
- fix: upgrade snyk from 1.334.0 to 1.335.0 (#336)
- Migrate from snyk to dependabot (#340)
- Bump @rollup/plugin-replace from 2.3.2 to 2.3.3 (#341)
- Bump @types/jasmine from 2.8.16 to 3.5.11 (#343)
- Bump lerna from 3.22.0 to 3.22.1 (#344)
- Bump typescript from 3.9.4 to 3.9.5 (#345)
- Bump typedoc from 0.17.7 to 0.17.8 (#346)
- Bump @rollup/plugin-commonjs from 12.0.0 to 13.0.0 (#347)
- Bump rollup from 2.13.0 to 2.18.1 (#348)
- Bump lodash from 4.17.14 to 4.17.19 (#349)
- Bump codecov from 3.7.0 to 3.7.1 (#350)
- Bump codecov from 3.7.1 to 3.7.2 (#357)
- Bump rollup from 2.18.1 to 2.23.0 (#356)
- Bump @types/jasmine from 3.5.11 to 3.5.12 (#354)
- Bump @rollup/plugin-commonjs from 13.0.0 to 14.0.0 (#353)
- Bump typedoc from 0.17.8 to 0.18.0 (#362)
- Bump typescript from 3.9.5 to 3.9.7 (#361)
- Bump @types/jasmine from 3.5.12 to 3.5.14 (#358)
- Bump rollup from 2.23.0 to 2.26.8 (#360)
- Bump node-fetch from 2.6.0 to 2.6.1 (#363)
- Bump typedoc from 0.18.0 to 0.19.2 (#365)
- Bump @rollup/plugin-commonjs from 14.0.0 to 15.1.0 (#366)
- Bump rollup from 2.26.8 to 2.28.2 (#367)
Special thanks:
desktopJS 3.8.0
desktopJS 3.7.1
desktopJS 3.7.0
Features
- Add deleteLayout (#281)
Development
- chore(package): update rollup to version 1.27.0 (#282)
- Bump handlebars from 4.1.2 to 4.5.3 (#287)
- npm updates (#288)
- Update travis badge to travis-ci.com (#289)
- Update typedoc-plugin-external-module-name to the latest version 🚀 (#291)
- npm updates (#293)
Special thanks: