Julian Hundeloh
1de5095d13
feat: add Badge component
2019-01-22 15:02:36 +01:00
Satyajit Sahoo
fa1fd5e16f
docs: fix edit link and try on snack link
2019-01-22 13:02:00 +01:00
Julian Hundeloh
b68fac70b0
feat: add Avatar component
2019-01-22 12:55:16 +01:00
Satyajit Sahoo
e4ca933f38
docs: don't use a form for icon list
2019-01-14 14:42:02 +01:00
Satyajit Sahoo
f261f36b60
docs: show a message when no matching icon was found
2019-01-14 14:28:03 +01:00
Satyajit Sahoo
a35e3e0380
chore: upgrade component-docs
2019-01-14 13:49:17 +01:00
lukewalczak
7313202436
docs: add a list of icons in the Icons page
2019-01-14 13:15:56 +01:00
Satyajit Sahoo
f1be44bb10
chore: update component-docs and linaria
2019-01-08 01:00:55 +01:00
Antonio Moreno Valls
c0f7f90e67
feat: ToggleButton component ( #575 )
2018-12-10 12:17:18 +01:00
Julian Hundeloh
68a5b78ac1
feat: DataTable component ( #446 )
2018-11-27 12:29:01 +01:00
Satyajit Sahoo
77fb950de3
docs: update the guides for latest React Native
2018-11-06 15:34:22 +01:00
Satyajit Sahoo
5265fb4e52
chore: upgrade deps
2018-11-05 15:10:54 +01:00
Dawid
4e9056286b
fix: fix small issue in docs (Showcase section). ( #581 )
...
While i was trying to update React and Flow versions, i found a small issue in docs. We were trying to access `android` and `ios` properties on wrong object.
2018-10-07 19:55:25 +02:00
Waquid Valiya Peedikakkal
60e0782981
feat: RTL usage for icons ( #566 )
2018-10-04 12:08:24 +02:00
Kacper Wiszczuk
9e0fe32e14
feat: add typescript support ( #561 )
2018-10-04 12:04:10 +02:00
Dawid
d3a7c48eee
Add implementation of banner component. ( #441 )
...
* feat: initial implementation of banner component.
* feat: add props description.
* refactor: Change the way banner is structured.
* refactor: small refactor of banner component and example.
* refactor: remove some not needed logic from banner and add example.
* refactor: refactor of banner props description and little clean up in component.
* refactor: simplify implementation of banner
* feat: add snapshot tests for banner.
* feat: add banner gif.
* fix: fix example.
* fix: reduce banner gif size.
* fix: reduce gif size even more.
2018-09-27 13:58:08 +02:00
Tomasz Czajęcki
81b0177f0b
docs: fix wrong URL to 'getting started' ( #545 )
...
I've noticed that link to the _getting started_ page in the docs seems to not working as expected since `*.html` extension is added anyway and it makes the link broken:
`https://callstack.github.io/react-native-paper/getting-started.html.html `.
### Motivation
The documentation is important part of the library and should be working properly.
### Test plan
Enter `/docs`, install using `yarn` and run it with `yarn start`.
> **NOTE:** _the current version works on localhost and breaks only in the prod env. Suggested change will probably work in both, but needs to be verified by someone who knows the deployment process._
2018-09-13 12:52:07 +02:00
Satyajit Sahoo
b82f183178
docs: add more screenshots
2018-09-04 19:59:40 +02:00
Satyajit Sahoo
abb71cb008
chore: upgrade component-docs
2018-09-04 15:34:21 +02:00
Satyajit Sahoo
6785992d8f
docs: improve examples
2018-09-04 13:48:30 +02:00
Satyajit Sahoo
6cc83d2be2
docs: add link to try examples on snack
2018-09-03 13:20:41 +02:00
Satyajit Sahoo
3128ee7be8
chore: update branding in the documentation
2018-09-02 20:32:50 +02:00
Satyajit Sahoo
d9e1739fd0
chore: also build docs for 1.0
2018-09-02 20:25:11 +02:00
Satyajit Sahoo
61c6fef264
BREAKING: replace ListSection.* and DrawerSection.* with List.* and Drawer.* ( #524 )
2018-09-02 03:46:33 +02:00
Satyajit Sahoo
f6e42f363c
chore: upgrade component-docs
2018-09-02 03:41:27 +02:00
Satyajit Sahoo
f1cde8a3fc
BREAKING: TextInput redesign ( #522 )
2018-09-01 00:31:40 +02:00
Julian Hundeloh
206c1b39a3
feat: allow themeable backdrop ( #507 )
2018-08-28 12:17:22 +02:00
Julian Hundeloh
0108b23d33
feat: rename TouchableIcon to IconButton and export it
2018-06-28 14:28:49 +02:00
Satyajit Sahoo
773c4f5da1
docs: point to snack to try the example app
2018-06-06 13:38:15 +02:00
Grzegorz Gawrysiak
1d3276a2ab
BREAKING: Redesign Chips. Closes #369
2018-06-04 15:46:45 +02:00
Satyajit Sahoo
2688e0bbe2
docs: update docs regarding babel and flow. fixes #392
2018-06-04 11:58:35 +02:00
Satyajit Sahoo
d9a3d77d34
BREAKING: rename Toolbar to Appbar and add Appbar.Header
2018-05-31 16:05:38 +02:00
Dawid
bc5d967772
BREAKING: redesign Snackbar
2018-05-26 22:51:08 +02:00
Satyajit Sahoo
1d511ccfc7
BREAKING: use static properties for related components
2018-05-26 02:16:11 +02:00
Satyajit Sahoo
991ac5e6ce
BREAKING: simplify bottom navigation design
...
https://material.io/design/components/bottom-navigation.html
2018-05-26 02:11:12 +02:00
Satyajit Sahoo
37091c7616
BREAKING: redesign button. fixes #356
2018-05-26 02:11:11 +02:00
Satyajit Sahoo
3485402a1f
BREAKING: rename Paper to Surface
2018-05-26 02:11:11 +02:00
Luke Walczak
e1c795e7de
feat: add FABGroup component for FAB with speed dial ( #218 )
...
Fixes #210
2018-05-25 12:14:53 +02:00
Ferran Negre
0feb270b58
docs: add paper logo ( #378 )
2018-05-24 18:59:55 +02:00
Dawid
41ef933aec
docs: support components exposed as static properties in docs( #368 )
2018-05-13 20:20:35 +02:00
Satyajit Sahoo
743821d709
chore: use babel-preset-env for docs
2018-05-12 17:32:30 +02:00
Satyajit Sahoo
dfeb23b8e5
chore: upgrade component-docs
2018-05-12 16:17:38 +02:00
Satyajit Sahoo
629b57aed2
feat: add extended FAB according to material design
...
https://material.io/design/components/buttons-floating-action-button.html\#extended-fab
2018-05-11 15:51:02 +02:00
Satyajit Sahoo
faca4bc1e0
docs: update component-docs
2018-05-09 15:06:07 +02:00
Satyajit Sahoo
0692bd97ba
docs: use -webkit-overflow-scrolling: touch for safari
2018-05-09 14:44:36 +02:00
Michał Pierzchała
2291d52a76
docs: add iOS safari fix for "hijacked" scroll ( #323 )
2018-05-09 11:58:32 +02:00
Grzegorz Gawrysiak
b9aa79503c
feat: add Chip component
2018-05-06 18:33:30 +02:00
Satyajit Sahoo
772b82ac36
fix: center icon in button along with text
2018-05-06 17:05:20 +02:00
K. P. Sroka
7c054c0028
feat: implement helper and error text support in TextInput ( #243 )
2018-05-05 18:06:14 +02:00
Peter Piekarczyk
d3e7beb786
docs: add Babel example with env setting from CRNA ( #337 )
2018-05-05 17:46:38 +02:00