Satyajit Sahoo
827d87415e
chore: release 1.0.1
v1.0.1
2018-02-24 17:57:27 +01:00
Satyajit Sahoo
665f8fd801
fix: use hoist-non-react-statics
2018-02-24 17:56:25 +01:00
Jakub Beneš
887b3ec6ce
docs: fix the copy-paste ( #253 )
2018-02-23 12:27:36 +01:00
Satyajit Sahoo
4c9c5ad0a1
Add LICENSE. Fixes #252
2018-02-23 11:50:01 +01:00
Satyajit Sahoo
21f0140b49
chore: release 1.0.0 🎉
v1.0.0
2018-02-22 16:49:28 +01:00
ferrannp
d8e7c17178
docs: make screenshots for Dialog
2018-02-22 16:37:03 +01:00
Satyajit Sahoo
72f7567a08
docs: add screenshots for radio, checkbox and toolbar
2018-02-22 16:37:03 +01:00
Satyajit Sahoo
cf5c9b9a43
BREAKING: remove GridView for now
2018-02-22 12:29:47 +01:00
Satyajit Sahoo
91bf179df0
docs: Improvements to the documentation
2018-02-21 15:40:25 +01:00
Satyajit Sahoo
59de0c99ff
fix: fix typo
2018-02-21 13:31:49 +01:00
Ferran Negre
4c842341d1
fix: properly align icon in back button on iOS ( #242 )
2018-02-20 15:33:07 +01:00
Ferran Negre
83b9e3641d
fix: use correct color for TouchableRipple in dark theme ( #244 )
2018-02-20 15:25:31 +01:00
Satyajit Sahoo
1185c0df7a
docs: add screenshots for Card and Typography ( #236 )
2018-02-20 15:21:57 +01:00
K. P. Sroka
7c426f9efc
fix: disabling Touchables if onPress was not set to allow event handling in parent components
2018-02-16 12:36:01 +01:00
Manjula Subhashchandra Dube
c6ae995e8a
docs: add test commit type to guidelines ( #240 )
2018-02-14 11:45:41 +01:00
Manjula Subhashchandra Dube
88c522d3a1
chore: add bootstrap script to run yarn ( #239 )
2018-02-10 18:00:17 +01:00
K. P. Sroka
144388439d
docs: Adding screenshots for TextInput ( #233 )
2018-02-06 16:56:26 +01:00
Satyajit Sahoo
7b08554fd8
chore: release 0.0.9
v0.0.9
2018-02-06 10:00:29 +01:00
Satyajit Sahoo
e4ff9c8950
docs: rework ripple example
2018-02-06 08:26:23 +01:00
Satyajit Sahoo
38bfe108ca
docs: fix spacing in radio button example
2018-02-06 08:26:23 +01:00
Satyajit Sahoo
4b61f4ffe6
docs: rework toolbar example
2018-02-06 08:26:23 +01:00
Satyajit Sahoo
1c19f02a02
docs: animate progressbar in example
2018-02-06 08:26:23 +01:00
Satyajit Sahoo
710d25e403
fix: various fixes to dark theme
2018-02-06 08:26:23 +01:00
K. P. Sroka
b9cdbe43fe
docs: add screenshots of FAB, Paper, ProgressBar and Switch components ( #227 )
2018-02-05 13:08:04 +01:00
Satyajit Sahoo
1ddd529313
chore: update the comment script
2018-02-02 22:04:20 +01:00
Satyajit Sahoo
913d7c1291
chore: link to docs in the branch in pr comment ( #229 )
2018-02-02 17:03:00 +01:00
Satyajit Sahoo
0edfdc6393
fix: fix padding in drawer item
2018-02-01 18:38:40 +01:00
Satyajit Sahoo
f58ae2e400
fix: avoid setState after update in Portal
2018-02-01 18:33:43 +01:00
Satyajit Sahoo
105d337a19
docs: update documentation ( #228 )
2018-02-01 16:28:10 +01:00
Satyajit Sahoo
a2f83734e0
docs: tweak screenshot sizes
2018-01-31 17:55:34 +01:00
Satyajit Sahoo
fdb426f211
docs: setup screenshots ( #224 )
2018-01-31 17:31:32 +01:00
TAKAHASHI Shuuji
b4e4de4b20
docs: fix a link to default theme file ( #215 )
2018-01-31 11:51:48 +01:00
K. P. Sroka
5d67167a40
Fixing 'remote image' button example ( #221 )
...
* fix: Updating uri link in ButtonExample (the current one gives 404 and no image displayed).
* fix: Updating uri link in ButtonExample (svg doesn't work well).
2018-01-31 11:39:34 +01:00
Satyajit Sahoo
18e079498a
docs: add a simple landing page ( #220 )
2018-01-31 11:38:41 +01:00
Satyajit Sahoo
f624c2b41f
fix: return correct key for portal
2018-01-28 04:27:09 +01:00
Satyajit Sahoo
1ea7def251
fix: fix flow typing with withTheme ( #213 )
...
There seems to be some issue with defaultProps after this change, but it's better than not typechecking props at all
2017-12-20 11:57:24 +01:00
Luke Walczak
1f3cedb62b
fix: components color style refactor ( #212 )
2017-12-12 14:26:33 +01:00
Luke Walczak
fe2123bc5e
fix: correct components using dark theme ( #203 )
2017-12-12 03:36:39 +05:30
Satyajit Sahoo
9bf90601de
docs: add expo link to README
2017-12-05 23:55:37 +05:30
ferrannp
60160f998c
chore: release 0.0.8
0.0.8
2017-12-05 11:40:10 +01:00
Satyajit Sahoo
d21b4cbbe3
chore: upgrade component-docs
2017-12-01 05:57:51 +05:30
Satyajit Sahoo
b0d49c7815
docs: support custom pages in docs ( #211 )
2017-11-30 14:21:03 +01:00
Luke Walczak
f9e4d8ddd0
docs: Fix component usage ( #209 )
...
* chore: upgrade dependencies
* docs: fix components usage
2017-11-29 14:57:14 +01:00
Satyajit Sahoo
206963adc9
chore: upgrade dependencies
2017-11-27 01:29:42 +05:30
Satyajit Sahoo
de7b88d8fc
chore: upgrade component-docs
2017-11-08 09:26:42 +05:30
lukewalczak
230f8ca2ef
docs: set js inside component for proper highlight
2017-11-08 09:26:42 +05:30
Satyajit Sahoo
89ec2efa42
chore: upgrade component-docs
2017-11-07 17:23:57 +05:30
Ferran Negre
2dfa9b73b3
docs: Fix README badges and links ( #204 )
...
* Fix README badges and links
* Update README.md
* Less badges
2017-11-07 16:27:32 +05:30
Ferran Negre
aa829bab42
docs: update README ( #199 )
2017-11-07 16:08:38 +05:30
Satyajit Sahoo
bb51586351
chore: upgrade flow and dependencies ( #200 )
2017-11-07 11:21:17 +01:00