* Add scrolling area
* Gradients
* Fix typo and add scrolling to area docs
* Implement imperative gradient api
As per discussion in #130
* Fix links in area documentation
* Update example for area gradients
* Add docs for new gradient api
* Format all docs with prettier
* Really fix docs hyperlinks
* Added to docs: ignore ...opacity for gradients
- put build tools into devDependencies (closes#62)
- Silence `warning package.json: License should be a valid SPDX license expression`
- `./node_modules/.bin/` isn't needed in npm scripts
- make Demo.js look better
* Update for libui-node 0_1_0
- Use native eventloop
- position got removed
* Update libui-node version to 0.1.0
* babel rebuild
* Cleanup
* Fix non-check menu items
* Make quit menu work
* Add onShouldQuit to App and expose to user
* Remove bin
* Adds shouldComponentUpdate to fix rendering issue/ cursor placement with setState. Fixes formatting.
* Checks to see if nextState is coming from fs or input and updates accordingly.