Skip to content

Release v1.0.7

Choose a tag to compare

@priyank-p priyank-p released this 14 Apr 16:29
· 101 commits to master since this release
v1.0.7
d034104

Changes and Bug Fixes

  • Fixed a bug where emailReporter did have newlines. (see commit msg of 2690d3c for more info)
  • Reporter now uses os.EOL instead of \n.
  • Fixed a bug where the transition between loader and button showing and hiding was buggy
  • Reporter now do not include log entry if file is empty

Changelog

  • 3a567c1: docs: update useReporter method's documentation
  • 2b13d25: readme: fix some errors in readme
  • e886a30: send-feedback: add @electron-elements/utils as a dependency
  • 8477ec0: templates: use TemplateManager of @electron-elements/utils.
  • 06873d2: package.json: update karma-electron to version 6.0.0
  • b5b7c90: package.json: pin all npm packages to a specific version
  • f870cba: package.json: update @electron-elements/utils dependency
  • dec5543: electron: update electron to v1.8.4
  • 32737d4: eslint: update eslint to v4.91.1
  • 8459244: eslint-import-plugin: update import plugin to v2.10.0
  • 3728422: mocha: update mocha to v5.0.5
  • 001eca7: package.json: update eslint-plugin-import to v2.11.0
  • aa89a18: package.json: update mocha to v5.1.0
  • 8ed9486: reporters: Use os.EOL for new lines
  • 2690d3c: emailReporter: use RFC standard newlines for mailto links
  • c9516d7: send-feedback: refactor code to use AttributeManager
  • f90060a: emailReporter: url encode body and subject
  • 0a4a9f4: reporters: don not include empty file in log entry
  • 0bfa14e: reporters: remove unsessary export of prepareFeedback function
  • 8ccffc4: reporters: correctly check for empty log files
  • a3cf888: loders: fix janky animation
  • f922d9f: tests: remove flaky/non-working test
  • d034104: release: v1.0.7