Skip to content

Releases: carloscuesta/hyper-materialshell

v1.7.0

25 Apr 18:54
v1.7.0
171c5f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.5...v1.7.0

hyper-materialshell 1.6.5

28 Dec 23:22
Compare
Choose a tag to compare

hyper-materialshell 1.6.4

28 Dec 22:55
Compare
Choose a tag to compare

hyper-materialshell 1.6.3

11 Sep 10:12
5f57fcf
Compare
Choose a tag to compare
v1.6.3

:bookmark: Bump version

hyper-materialshell 1.6.2

11 Jul 07:45
Compare
Choose a tag to compare
v1.6.2

:bookmark: Bump version

hyper-materialshell 1.6.1

04 Nov 12:57
bbe682b
Compare
Choose a tag to compare

✨ Features

  • Don't override cursorShape setting #16

hyper-materialshell

29 Oct 17:43
de00087
Compare
Choose a tag to compare

✨ Features

  • Added tests ✅ with Jest and Codecov ☂️ #15.
  • Switch to Standard linting 🎨 #14

hyper-materialshell 1.5.1

27 Feb 12:35
Compare
Choose a tag to compare

🐛 Bugs

  • Fixed #9.

hyper-materialshell 1.5.0

26 Feb 10:52
9425620
Compare
Choose a tag to compare

screen shot 2017-02-26 at 11 55 46

🔨 Refactor

Refactored index.js code.

🐛 Bugs

Found some bugs while refactoring index.js where some colors were undefined such as the cursor one because they we're not using the given object format.

hyper-materialshell 1.4.0

24 Dec 16:51
753037e
Compare
Choose a tag to compare

Customization

screen shot 2016-12-24 at 17 54 32

Add the option to use the oceanic materialshell version via .hyper.js adding the following lines to the config:{} object.

materialshell: {
    theme: 'oceanic'
}

See #8, thanks to @nico29 🎉