* 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
* Area
* Update, percentages as values, transforms!
* Rename Area elements, Circle, CSS colors
* Transform: matrix, skew
* Add Path
* Add fill & stroke options, fix transforms
* Inheriting props
* Fix area events, start on documentation
* Complete documentation
* Properly apply transforms, complete sidebar
* Use dot for Area components, fix Circle
* Add held buttons for onMouseMove
* Fix transform=scale for now
* Fill mode for Area.Path
* Fixes for windows
* Complete area_props list
* Throw on unimplement path commands
* More sophisticated path example
* Cleanup
* More helpful error message
- 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.