Commit graph

206 commits

Author SHA1 Message Date
Gustav Hansen
c8b00d9ae4
Add min and max for slider (#133)
* Add min max support for slider

* Reset demo

* Don't destroy children elements for slider

* Prevent slider from resetting when recreated

* Reset value for slider when beyond max or min. Cleanup code

* Add to documentation
2018-05-21 16:35:23 -04:00
kusti8
b1cdf446e7 Add devtools documentation. Fixes #139 2018-05-21 16:25:02 -04:00
kusti8
3305f997f9 Change onClick to onChange in docs. Fixes #140 2018-05-21 16:21:07 -04:00
Niklas Mischkulnig
f428111471 Add new charts example (#137)
* Add example

* Fix charts

* Fix for Linux
2018-05-19 13:11:54 -04:00
kusti8
dd10bbb19b Bug fixes, bump to v1.1.4 2018-05-18 18:57:08 -04:00
Niklas Mischkulnig
02b9bb3e81 Area fixup (#126)
* Area fixup

* Translate key event paramters

* More fixups

* Add count to mousedown
2018-05-18 18:48:27 -04:00
Niklas Mischkulnig
52b2ebe8fb Fix ColorButton color format (#136)
* Fix ColorButton onChange (closes #135)

* Make RGB integers
2018-05-18 18:47:24 -04:00
kusti8
d8530c7f76 If statement allowed color to keep on being set. Fixes #132 2018-05-16 18:19:11 -04:00
Andrea Parodi
78bd25484a Set components non-stretchy (#129) 2018-05-16 17:33:31 -04:00
Niklas Mischkulnig
4676db369c Fix catapi example (#128) 2018-05-15 16:23:38 -04:00
kusti8
c9da93a55e Add new example with redux 2018-05-13 15:20:21 -04:00
Andrea Parodi
d31fec26f6 Bump version of libui-node to 0.2.0 (#125) 2018-05-13 15:19:45 -04:00
Andrea Parodi
f6f362856d typo (#124) 2018-05-13 12:32:52 -04:00
devin.zhang
686e77e52e Message bug fixed for Dialog component (#121) 2018-05-11 18:18:14 -04:00
kusti8
60b93e2e4a Remove unnecessary react-dom. Fixes #119 2018-05-11 18:11:46 -04:00
kusti8
24bf86edf3 Add initial contributing. Fixes #118 2018-05-11 16:28:35 -04:00
kusti8
bf67a15aa5 Add alias for sidebar. Fixes #120 2018-05-11 16:13:09 -04:00
kusti8
3b9cad4a75 Add note about grid expand. Fixes #113 2018-05-11 16:07:47 -04:00
Niklas Mischkulnig
b43fb50bec Devtools (#112)
* Fix devtools

* Refactor

* Quit properly with devtools
2018-05-07 17:57:46 -04:00
Mohammed Salman
cd7eb302b9 Fixed Rectangle error (#114) 2018-05-07 14:26:09 -04:00
Gustav Hansen
b877fc1e5c
Remove onPositionChanged from props list 2018-05-07 10:56:24 -04:00
kusti8
53b08bea3c 1.1.3 2018-05-06 13:21:08 -04:00
kusti8
48e1ce247e Bump version for ColorButton fixes. 1.1.2 2018-05-06 13:20:14 -04:00
Vincenzo Ciaccio
d56eca7207 - propTypes fixes (#110)
- adding .idea/ to gitignore
2018-05-06 13:17:34 -04:00
Vincenzo Ciaccio
e80c86375e - adding some linux screenshot (#111) 2018-05-06 13:02:09 -04:00
Niklas Mischkulnig
6cdae1a4e3 Fix ColorButton (#107) 2018-05-06 13:01:06 -04:00
Gustav Hansen
d37dae1299
Fix license image text. #89 2018-05-04 20:06:00 -04:00
Gustav Hansen
903f72906b Add electron-builder for packaging. #43 2018-05-04 18:01:31 -04:00
kusti8
51e28c1c08 Add about page. Fixes #98 2018-05-04 15:54:52 -04:00
Niklas Mischkulnig
d4a12f7dea Add app logo (#102)
* Add app logo

* Adjust size
2018-05-04 14:29:22 -04:00
Manuel Thomsen
1dddebdb17 Fix typo in README.md (#96)
Typo in the word "beautiful". "beatiful" => "beautiful" :-)
2018-05-03 12:46:32 -04:00
Gustav Hansen
b68d399670
Reword README and remove comparison 2018-05-02 20:26:38 -04:00
kusti8
a8c93390d0 Push update with small bug fixes. 2018-05-02 19:59:18 -04:00
kusti8
d0152ca07e If the closed prop is triggered, check if we can quit. Fixes #85 2018-05-02 19:57:58 -04:00
kusti8
fecf817fa4 Passed incorect thing to child render. Fixed #86 2018-05-02 19:20:19 -04:00
kusti8
f003d17ecd Add note about windows-build-tools. #88 2018-05-02 19:13:11 -04:00
kusti8
3f7ebd64c7 Publish area changes 2018-05-02 19:10:42 -04:00
Niklas Mischkulnig
7bb6fa589f Area (#78)
* 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
2018-05-02 19:05:27 -04:00
Bao Nguyen
0f9ace49e1 Add babel-cli and babel-presets into docs (#87)
* Add babel-cli and babel-presets into docs

I messed up with my old github fork so I create a new one

* Rephrase line
2018-05-02 19:03:57 -04:00
Ben Duffield
6525e30125 fix typo in readme (#92) 2018-05-02 19:03:37 -04:00
Reza Akhavan
01d4dbb412 Resolves #89 (#93) 2018-05-02 19:03:20 -04:00
Gustav Hansen
8b2edd4b20
Fix readme wording. 2018-05-02 15:03:53 -04:00
kusti8
052144519c Fix naming in documentation. Fixes #80 2018-04-26 20:26:09 -04:00
kusti8
13d46d3f6f Published from wrong branch. v1.0.18 2018-04-04 14:28:32 -04:00
kusti8
4d26e0a1b5 Bump version to v1.0.17 and push to npm. 2018-03-30 10:59:19 -04:00
kusti8
6801d2da7a Add support for deleting window. Fixes #73 2018-03-30 10:54:23 -04:00
kusti8
2e9ffb56b9 Add warning for more than one child in Window and Group. Fixes #66 2018-03-30 10:38:44 -04:00
kusti8
e4d9f6f84a Add Text component documentation. Fixes #65 2018-03-30 10:25:46 -04:00
kusti8
53a82c3380 Override update for onShouldQuit. Fixes #72 2018-03-30 10:21:48 -04:00
kusti8
d4d9760d97 Bump version and publish 2018-03-22 10:06:58 -04:00