Releases: stuartmemo/qwerty-hancock
Bootstrap Rats
Qwerty now works out the box when using Bootstrap thanks to @Differentunic.
Musical Typing
Don't like the fact that your computer keyboard activates old Qwerty? Turn it off with {musicalTyping: false}
.
Stuck in the middle with you
When the keyboard is smaller than its container, it will now centre itself.
Style Council
Just some z-indexes to make things more robust when global styles come to haunt ol' Qwerty.
Marginal Gains
You can now pass a margin
attribute as a setting to specify the css margin of the element.
Again and again and again.
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
You can now use * { box-sizing: border-box }
and Qwerty Hancock at the same time. 🥳
Change settings after initialisation
You now no longer need to be stuck with the settings you initialised Qwerty Hancock with thanks to @vprime.
My Main Man
package.json now specifies a main script.
Browserify to Synthesize
You can now use Browserify to bundle Qwerty Hancock thanks to the amazing @ahoym.