Satyajit Sahoo
658a8aeab8
chore: release 0.0.7
v0.0.7
2017-10-02 15:14:59 +02:00
Ferran Negre
153130093a
feat: Toolbar platform adaptation for iOS ( #146 )
...
* feat: Toolbar platform adaptation for iOS: Title centered depending on the number of Actions.
* feat: Fix ToolbarAction when using TouchableRipple.
* feat: Use 'ios' for platform check.
2017-10-02 15:10:37 +02:00
Krzysztof Borowy
8cd3e75cbe
fix: Remove elevation prop, use styles instead ( #153 )
2017-10-02 15:08:54 +02:00
Luke Walczak
f201e1f7ea
feat: Controls adaptation to IOS ( #155 )
...
* feat: checkbox ios adaptation
* feat: switch component
* feat: radio button ios adaptation
* feat: refactor control components
2017-10-02 14:59:06 +02:00
lukewalczak
547b14ad5e
refactor: checkbox as a part of a list item
2017-09-27 09:54:18 +02:00
Satyajit Sahoo
1981048ff5
chore: upgrade component-docs
2017-09-26 15:17:33 +02:00
Krzysztof Borowy
d02205e23a
Do not add 'ref' to functional Components ( #147 )
...
* fix: add refs only to non-functional components
* feat: mention supported RN version
2017-09-26 13:35:11 +02:00
Satyajit Sahoo
812825646f
fix: fix error with checkbox component ( #149 )
2017-09-26 12:59:13 +02:00
Satyajit Sahoo
6b71968b2e
chore: upgrade expo and react native ( #148 )
2017-09-26 12:46:56 +02:00
Luke Walczak
bbdf9f0423
Progress bar component ( #144 )
...
* feat: progress bar component
* feat: update progress bar example
* feat: refactor progress bar component
* feat: progress bar component finished
2017-09-25 11:53:05 +02:00
Adam Trzciński
572aa8ea1e
feat: enhance Icon component ( #125 )
2017-08-22 10:31:04 +02:00
Satyajit Sahoo
ca30661038
chore: remove design references
...
Nobody ever uses them and they take up unnecessary space
2017-08-19 07:11:03 +02:00
Satyajit Sahoo
5b797a9ea5
chore: upgrade dependencies and fix flow errors
2017-08-19 07:08:40 +02:00
Satyajit Sahoo
75c672628a
fix: fix ToolbarContent proptypes
2017-08-11 23:10:44 +02:00
Satyajit Sahoo
624bdc3d1c
chore: release 0.0.6
v0.0.6
2017-08-09 16:33:01 +02:00
Satyajit Sahoo
b0d1dce696
fix: fix icon component
2017-08-09 16:32:24 +02:00
Satyajit Sahoo
27e5b5dc3c
chore: release 0.0.5
v0.0.5
2017-08-09 12:54:34 +02:00
Michał Pierzchała
97e1fd88b7
chore(deploy): Adjust path to deploy_key ( #130 )
2017-08-07 12:49:32 +02:00
Michał Pierzchała
3b779c6c04
chore(deploy): fix travis globals; move deployment_key to docs ( #129 )
2017-08-07 12:41:01 +02:00
Michał Pierzchała
2abd6792fd
chore(deploy): Setup auto deployment to gh-pages ( #128 )
2017-08-07 12:01:12 +02:00
Ahmed Elhanafy
73cdf89378
Drawer removal ( #123 )
...
* breaking: Delete the drawer component and export DrawerItem and DrawerSection
* fix: Eslint errors
* fix: Eslint errors
2017-07-26 17:49:23 +02:00
Ferran Negre
aa6271ddd6
feat: SearchBar - Add ability to use the left icon as a button ( #121 )
2017-07-26 17:10:40 +02:00
Satyajit Sahoo
c23d5d3ff9
chore: use CRNA for the example
2017-07-19 04:11:22 +05:30
Satyajit Sahoo
d8bb183be3
chore: upgrade component-docs
2017-07-16 03:44:14 +05:30
Satyajit Sahoo
6a4bb7d6a4
fix: fix searchbar
2017-07-05 22:47:59 +05:30
Raúl Gómez Acuña
201702408f
chore: add Git Hook to validate commit messages ( #118 )
2017-07-05 22:41:04 +05:30
Ferran Negre
79cf42aaf1
feat: add a Toolbar component ( #112 )
2017-07-05 22:33:32 +05:30
Satyajit Sahoo
1479c76f77
chore: upgrade to React Native 0.45 ( #120 )
2017-07-04 21:52:12 +02:00
Satyajit Sahoo
05455b1140
chore: use gh-pages branch for deploying docs
2017-07-04 18:09:17 +05:30
Satyajit Sahoo
c0f4341c76
chore: use yarn on travis ( #116 )
2017-07-04 14:30:30 +02:00
Satyajit Sahoo
c3dba49d8a
fix: use TouchableHighlight on Android < Lollipop ( #115 )
...
Earlier, older Android versions used a ugly blue highlight for touchable items. This commit changes it to a `TouchableHighlight`, which uses the appropriate highlight color. Merged it with the iOS version for now since they have the same behaviour.
2017-07-04 13:04:20 +02:00
Satyajit Sahoo
07d52d49eb
chore: add jsconfig.json to .gitignore
2017-07-04 16:17:01 +05:30
Raúl Gómez Acuña
d82e1a0d4f
chore: fix linting errors + add precommit hook for flow and lint ( #114 )
2017-07-04 15:47:53 +05:30
Satyajit Sahoo
16c3ea2f60
feat: add a FAB component ( #109 )
2017-06-26 11:57:16 -04:00
Satyajit Sahoo
8af7551914
fix: fix searchbar styles ( #110 )
2017-06-26 11:47:06 -04:00
Satyajit Sahoo
d117bb95c0
chore: fix prettier error
2017-06-26 19:57:37 +05:30
Ferran Negre
c1bd408bb3
Merge pull request #106 from callstack-io/@satya164/theming
...
refactor: rework theme provider and HOC
2017-06-23 06:19:31 -04:00
Satyajit Sahoo
b68f446f09
fix typo
2017-05-31 17:48:36 +05:30
Satyajit Sahoo
f58315775a
refactor: rework theme provider and HOC
2017-05-31 17:05:05 +05:30
Satyajit Sahoo
0a203079f5
chore: use es5 trailing commas
2017-05-18 17:55:53 +05:30
ferrannp
2e49f5e957
fix: fix flow issues for withTheme and dependencies
2017-05-18 17:55:53 +05:30
Satyajit Sahoo
eee9b0372b
chore: use prop-types package from npm
2017-05-18 17:55:53 +05:30
Satyajit Sahoo
ebada8fd6d
chore: setup prettier
2017-05-18 17:55:53 +05:30
Satyajit Sahoo
fc1d59e44c
chore: switch to react navigation
2017-05-18 17:55:53 +05:30
Satyajit Sahoo
c468b029e9
chore: improve dev workflow and upgrade deps
2017-05-18 17:55:53 +05:30
Ferran Negre
8f75241a3c
feat: add searchBar component ( #97 )
2017-02-14 06:49:58 +05:30
Satyajit Sahoo
bb0e3c5d99
fix: fix building docs
2016-12-07 05:17:50 +05:30
Satyajit Sahoo
a467848f86
Use component-docs for documentation ( #96 )
2016-12-06 01:24:42 +02:00
Satyajit Sahoo
a34c81d112
docs: fix mobile view
2016-12-04 14:53:00 +05:30
Satyajit Sahoo
696cdd90fd
docs: tweak styling
2016-12-04 04:39:21 +05:30