Skip to content

Releases: stuartmemo/qwerty-hancock

Bootstrap Rats

03 May 10:36
00ccc88
Compare
Choose a tag to compare

Qwerty now works out the box when using Bootstrap thanks to @Differentunic.

Musical Typing

19 Nov 21:33
d4cb9a9
Compare
Choose a tag to compare

Don't like the fact that your computer keyboard activates old Qwerty? Turn it off with {musicalTyping: false}.

Stuck in the middle with you

03 Nov 22:28
488c722
Compare
Choose a tag to compare

When the keyboard is smaller than its container, it will now centre itself.

Style Council

05 Oct 21:43
1011639
Compare
Choose a tag to compare

Just some z-indexes to make things more robust when global styles come to haunt ol' Qwerty.

Marginal Gains

01 Oct 20:53
ab5813b
Compare
Choose a tag to compare

You can now pass a margin attribute as a setting to specify the css margin of the element.

Again and again and again.

01 Oct 20:27
ec36e2f
Compare
Choose a tag to compare

You can now create another instance of Qwerty on an existing element and it'll replace the keyboard that's there! 🎹 🎶

Box-sizing bug spray

21 Sep 18:30
2cf4ce3
Compare
Choose a tag to compare

You can now use * { box-sizing: border-box } and Qwerty Hancock at the same time. 🥳

Change settings after initialisation

10 Jan 22:05
b2699b7
Compare
Choose a tag to compare

You now no longer need to be stuck with the settings you initialised Qwerty Hancock with thanks to @vprime.

My Main Man

03 Sep 20:12
Compare
Choose a tag to compare

package.json now specifies a main script.

Browserify to Synthesize

03 Sep 18:35
Compare
Choose a tag to compare

You can now use Browserify to bundle Qwerty Hancock thanks to the amazing @ahoym.