Skip to content

Releases: RSG-Group/hyper-background

v1.6.1

29 Oct 19:09
6aac429
Compare
Choose a tag to compare

Changelog

  • Fix potential bugs with relative background paths being incorrectly resolved
  • Update README
  • Update all dependencies
  • Remove unnecessary editor configs
  • Remove TypeScript
  • Don't error when no background image path is provided
  • Update to Yarn v4
  • Remove CHANGELOG.md (GitHub Releases are tracking all releases anyway)
  • Remove Ava in favour of Node.js' built-in test suite

v1.6.0

19 Dec 11:04
0bcf49c
Compare
Choose a tag to compare

Support Hyper 2+ 🎉 and drop support for Hyper 1 in the process.

Changelog

  • Support Hyper 2.0.
  • Update dependencies.
  • Remove confusing comment about cloning an object.
  • Add a tip to the README about improving the speed with which the background is applied.

v1.5.1

27 Aug 11:29
Compare
Choose a tag to compare

dependencies Status devDependencies Status

Changelog

  • Meet guidelines for addition in bnb/awesome-hyper list. 😄

v1.5.0

27 Aug 10:54
Compare
Choose a tag to compare

NOTE: This release fixes the corrupt 1.3.1-1.4.0 releases which were in operation from 14th August through 27th August. If you are experiencing issues, kindly update to the latest release. Thanks a lot :^)

Hilariously, 1.3.2 through 1.4.0 wanted to fix the corruption but we couldn't narrow the issue down. 😂

dependencies Status devDependencies Status

Changelog

  • Tracked down the bug to Webpack, the plugin should work properly.
  • Abstracting something too much isn't good, lesson learned.
  • Period of non-functionality is from 14th August to 27th August, today it's up and running.

v1.3.1

14 Aug 14:14
Compare
Choose a tag to compare

dependencies Status devDependencies Status

Changelog

  • Switch to the Standard code style.
  • Update packages and remove the proof of concept label.

v1.3.0

14 Aug 14:12
Compare
Choose a tag to compare

dependencies Status devDependencies Status

Changelog

  • Set new target to ES2016 from ES2015 (does not affect Node 6 support as this plugin doesn't use the exponentiation operator).
  • Update README.

v1.2.1

08 Aug 12:59
Compare
Choose a tag to compare

dependencies Status devDependencies Status

Changelog

  • Add Babel transpilation for Ava.
  • Enable Windows support.
  • Output built bundle to lib instead.
  • Set target to ES2015 to support Node 6.

v1.2.0

08 Aug 12:58
Compare
Choose a tag to compare

dependencies Status devDependencies Status

Changelog

  • Fix paths relative from home directory.

v1.1.0

08 Aug 12:46
Compare
Choose a tag to compare

dependencies Status devDependencies Status

Changelog

  • Add support for relative paths.
  • Improve performance (noticeable delay on Hyper instances running on older machines on terminal start).

v1.0.0

17 Jul 14:39
Compare
Choose a tag to compare

dependencies Status devDependencies Status

Changelog

  • Initial release.