Evan Scott
d68b5d55df
use React.forwardRef
2018-08-22 11:20:45 -05:00
Julian Kühnel
356dbc102e
Add ref documentation for React.createRef()
2018-06-04 23:36:35 +02:00
Ala Douagi
ce77eca4fe
Fix for a broken link in a doc file.
2017-06-12 22:52:17 +01:00
Max
5b66ed454d
Clean README and link to new docs website from everywhere
2017-05-25 13:45:30 +02:00
nenti
e328bb7ce1
Fixed wrong component name in native readme
2017-05-11 15:09:04 +02:00
nenti
d3fd9e4ac7
Added createAnimatedComponent to native documentation
2017-05-11 14:39:24 +02:00
Ffloriel
25efa2ed92
considerations
...
add s to consideration
2017-04-24 21:26:22 +01:00
Ffloriel
c39d486541
add security.md to the table of contents
...
add security.md to the table of contents.
Remove single little dot in the table of contents from API Reference.
2017-04-24 21:24:28 +01:00
Rolf Erik Lekang
a8d23574f9
Update flow docs to recommend the flow-typed libdef
2017-04-10 19:50:44 +02:00
Max
6eef38b80a
Remove glamor from our dependencies
...
This'll make our npm installs much faster-we were downloading glamor for
a single file.
2017-04-10 13:31:51 +01:00
Konstantin Pschera
7c35e3a928
Update the Logo url
...
On NPM the logo was broken because the url was relative.
2017-03-19 22:48:39 +01:00
Laura-Johannet-ZocDoc
ada7574b5d
Update theming.md
...
nitpicking to the extreme.
2017-03-03 15:51:59 -05:00
Stephen Bradshaw
7905838a96
Remove unnescessary advice
...
AFAIK these PR's are merged. I am running with Webpack 2 + styled components with no problem using the ES2015 preset.
2017-03-01 15:31:53 +00:00
Jacob Parker
24c3974065
Add docs for animations in React Native (assists #389 ), also allow passing array of styles to native styled component
2017-02-23 09:43:37 +00:00
Irfan Hudda
579fb81ecb
[Doc] Fix doc regarding ES6 tagged template literals
2017-02-18 22:37:18 +05:30
Max Stoiber
60d2bd09f8
Merge pull request #491 from stevemao/clarify-css
...
Use better example for `css`
2017-02-15 18:51:07 +01:00
BDav24
a629849492
Update tips and tricks doc
2017-02-14 14:35:57 +01:00
Steve Mao
45a0b9fbd9
Use better example for css
...
The previous example does not need to use `css` since it can simple be `toString()`ed. This example is based on tagged-template-literals and it includes a function which clarify the need of `css`.
2017-02-13 13:38:31 +11:00
Patrick Arminio
1692002127
Document how to use a Theme Interface on TypeScript
2017-02-05 22:27:09 +00:00
Patrick Arminio
ff94280b1e
Add language identifier to docs
2017-01-19 12:39:18 +00:00
Patrick Arminio
f8bff7935a
Consistend readme
2017-01-19 10:57:52 +00:00
Patrick Arminio
b80dc629fc
Added some docs
2017-01-19 10:57:52 +00:00
Glen Maddern
87bc9af52a
Adding a link to max's blog post
2017-01-16 10:51:19 +11:00
Marcus Nielsen
2223626d05
Update faq.md
...
update "normsally" to spell "normally"
2017-01-14 00:08:02 +01:00
Max
a3d1a3230d
Fix typos
2017-01-11 08:03:32 +01:00
Max
72528158ee
Merge branch 'master' into security-doc
2017-01-11 08:03:19 +01:00
Max Stoiber
22997d7fb1
Merge pull request #346 from SachaG/master
...
Update faq.md
2017-01-04 10:37:21 +01:00
Sacha Greif
a5c8503466
Update FAQ to explain why this isn't a problem
...
Update FAQ to explain why this isn't a problem
2017-01-04 08:58:26 +09:00
Sacha Greif
ede33a429b
Update faq.md
2017-01-02 17:00:00 +09:00
Rolf Erik Lekang
0ba422e7f2
Use $FlowFixMe instead of custom comment
...
This removes one step for using our flow.js files. We still need to
define the suppressor comments as long as we have the disable for
invalid test data config as the default is only applied if there is
no config for the given comment.
2016-12-27 17:18:33 +01:00
Max
09a0270aa9
Mention the security doc in the README
2016-12-18 19:45:59 +01:00
Max Stoiber
3d3cf68aa3
Merge pull request #307 from mqklin/patch-1
...
Update tagged-template-literals.md
2016-12-17 10:27:08 +01:00
Bruno Lemos
3667d1f321
Updated change log and docs about withTheme HoC
2016-12-13 15:54:09 -02:00
Maksim
dc790446fa
Update tagged-template-literals.md
2016-12-11 14:46:25 +05:00
Haddix, Steven
080c315ceb
Fixed import typo
2016-12-05 13:45:11 -05:00
Max
0499161d02
Update security doc
2016-11-30 11:37:59 +01:00
Max
b013d8fdbf
WIP security doc
2016-11-29 22:25:21 +01:00
Sam Margalit
a77e79cb85
Typo
...
were should where
2016-11-29 13:51:45 +11:00
Karl Fleischmann
7b9566911b
Remove duplicate lib in flow-support's examples
2016-11-24 09:47:51 +01:00
Patrick Stapfer
065001c725
Expose flow types & add detailed usage docs
...
This commit introduces a few flow-related things (and also some misc
stuff):
* Fix some typing errors with glamor / nameGenerator
* Move adapted `flow-typed/npm` libdefs to `flow-typed`
* Add some flow related ignore rules for eslintrc / flowconfig etc.
* Add a `build:flow` script and add it to the build step
* Add docs for making `styled-components` and `flow` work for the consumer
MISC:
* Add test for generateAlphabeticName
As soon as this feature is merged, there will be `flow.js` files
vendored along with transpiled `lib` files on every build.
2016-11-19 21:37:21 +01:00
Max Stoiber
67a2203673
Merge pull request #194 from iDams/fix-spelling-faq
...
Fix spelling mistakes in FAQ
2016-11-14 09:58:59 +01:00
Damien Soulard
7b02415271
Fix spelling mistakes in FAQ
2016-11-14 07:59:24 +01:00
Vesa Laakso
768b916572
Use em in Media Templates example
...
https://zellwk.com/blog/media-query-units/
2016-11-13 11:02:20 +02:00
Erik Rasmussen
67ec81b667
Added Media Template section.
...
As suggested by @mxstbr on #182 .
2016-11-11 17:51:37 +01:00
Konstantin Pschera
54a6c01d75
Move "Using styled-components with webpack 2" to the FAQ
2016-11-03 10:08:55 +01:00
Taylor Briggs
7fd24e1057
Use innerRef to get DOM node in the example code
...
The doc says to use `innerRef` on a styled component to get its DOM node, but the code example uses `ref`. This change updates the code example to be consistent with the docs.
2016-11-02 11:14:53 -05:00
Mikhail Novikov
399e374526
Fixed documentation and colors
2016-10-20 09:54:39 +03:00
Max
c7a18ab0e7
Recommend usage of defaultProps in docs
2016-10-18 14:27:09 +02:00
Konstantin Pschera
7f56a46eb1
Fix existing-css link
2016-10-17 18:56:01 +02:00
Max
f89f5801f8
Update CSS we support
2016-10-17 11:44:42 +02:00