Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/styled-components/styled-components

Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅
https://github.com/styled-components/styled-components

Added tests to withTheme HoC

5cecb2b22dbc3a33ce74378a371f4e5346dad6eb authored about 8 years ago by Bruno Lemos <[email protected]>
Updated change log and docs about withTheme HoC

3667d1f321774f63943badbb706b2142fceb120d authored about 8 years ago by Bruno Lemos <[email protected]>
withTheme Higher Order Component (fix #272)

Add the possibility to get the current theme using `withTheme(component)` syntax. The theme will...

5eacd64b0c45c625ea31eeaad880161d08af4070 authored about 8 years ago by Bruno Lemos <[email protected]>
Merge pull request #311 from brunolemos/patch-1

Fix #304

4beb060f0c320dc64e6ff73915bc789d52a1bba1 authored about 8 years ago by Max Stoiber <[email protected]>
Update CHANGELOG.md

e47994c100e94d42c4cb07aef94f9456332d6fa8 authored about 8 years ago by Bruno Lemos <[email protected]>
Fix #304

5d73633fbefc636861771b50115b22c47ea2a4d2 authored about 8 years ago by Bruno Lemos <[email protected]>
Update changelog

2972926c6528db6009bb5f45ae47d783e2552802 authored about 8 years ago by Mikhail Khazov <[email protected]>
Do not pass innerRef to the component: use the same approach in StyledComponent.js and StyledNativeComponent.js

e3e3e37b52523e135afb0dfba44ac8a48c549a14 authored about 8 years ago by Mikhail Khazov <[email protected]>
Do not pass innerRef to the component

00e941cc4242f60f8233b3719fec30fe378ed806 authored about 8 years ago by Mikhail Khazov <[email protected]>
Update tagged-template-literals.md

dc790446fac682aaf6ccc2040e878de7e1476195 authored about 8 years ago by Maksim <[email protected]>
Improve readme styling! 💅🏼

b5db279d12085800543814a373da09f14ee20126 authored about 8 years ago by kutyel <[email protected]>
Merge pull request #299 from styled-components/1.1.3

v1.1.3

76ce479c8018567862e86f35abe913551c5d0297 authored about 8 years ago by Max Stoiber <[email protected]>
1.1.3

155479ede3018d0fb822ad48038d60d29115dae0 authored about 8 years ago by Max <[email protected]>
Update CHANGELOG.md

9e303a621d6f4d5cbee52c22249ab4087d3c6d08 authored about 8 years ago by Max <[email protected]>
Merge branch 'master' into per-component-classname-generation

c195fed1d30bc082e72bee99a421abf44fd4158f authored about 8 years ago by Max Stoiber <[email protected]>
Merge branch 'master' into object-notation

0169a3daa53864062a56575fa5ce1907e9d304c4 authored about 8 years ago by Max Stoiber <[email protected]>
Merge branch 'master' into new-parser

de4734ec337004cfc8b18b25498ac2ae7ddec67c authored about 8 years ago by Max <[email protected]>
Merge pull request #287 from styled-components/remove-lodash

Replace lodash with util packages (-0.5kB package size)

5edc6842fef15973f9a481943abbce251a39f6a9 authored about 8 years ago by Max Stoiber <[email protected]>
Bump css-to-react-native and inline-style-prefixer

6653fd9d447c39b41da5af5aa0f19b40d3fb2f56 authored about 8 years ago by Max <[email protected]>
Stop testing on Node v4 on Travis

Travis with Node v4 was failing because we're using some ES6 syntax in
the rollup config it does...

63c0ac7b3a899cb04de70dbdf410537ba33ebbab authored about 8 years ago by Max <[email protected]>
Update lockfile

;

c039ea569aceb81021f162e70d9a72003b491f12 authored about 8 years ago by Max <[email protected]>
Merge branch 'master' into remove-lodash

cabf15089989b205109e6d34c29f7594cf6b55ac authored about 8 years ago by Max <[email protected]>
Update CHANGELOG.md

0faccefaea1fee62a64fae5d7c45886ba48f3c15 authored about 8 years ago by Max <[email protected]>
Add rollup visualizer plugin

05ecd9721f04919bff2cc5cd448a4273300c8e97 authored about 8 years ago by Max <[email protected]>
Remove lodash in favor of tiny util functions

By using the is-plain-object (which has one dependency,
is-object) and the is-function package w...

eddc850242f9bc5e4e2590dbbcfd1142db257bc6 authored about 8 years ago by Max <[email protected]>
Merge pull request #295 from k15a/pr/fix-override-theme

Fix overriding theme with props

4949f8fa0b89046310d98f91dd0703072238f720 authored about 8 years ago by Max Stoiber <[email protected]>
Fix overriding theme with props

Closes #294

14c1c29deb7244129621a0333b2dc06b669f2f0d authored about 8 years ago by Konstantin Pschera <[email protected]>
updated changelog

204cf0518d9848686cc9dd1474dc99837f3f2ee2 authored about 8 years ago by Glen Maddern <[email protected]>
couldnt make flow work without breaking overriding

35b2e3a1337fd86cabe11a8c1e5e6c1c316936ce authored about 8 years ago by Glen Maddern <[email protected]>
fleshed out the api tests and added the css alias

a2fc3bd2b89c3ca545fcd5fb1dbd19988b9d6788 authored about 8 years ago by Glen Maddern <[email protected]>
fixed all the tests. Having the sc-a on every assertion is a bit noisy...

b18b32c0425fa8114e371f7c9ab7a46334b8a686 authored about 8 years ago by Glen Maddern <[email protected]>
injecting empty style tags for each component is now part of the API.

5233760142247e843fd5d56e593ff9486a3a4519 authored about 8 years ago by Glen Maddern <[email protected]>
got the new expanded API going, need to decide in what way to change the expectations

303138a81a50bb8e9b88d357e45225fd13d44d08 authored about 8 years ago by Glen Maddern <[email protected]>
rolling back all the test updates

2662f4b4daa869a9ddf66c5c6199e09348306689 authored about 8 years ago by Glen Maddern <[email protected]>
Merge branch 'master' into per-component-classname-generation

55ecfce236c8b8fb916f55306689ad2077493bc8 authored about 8 years ago by Glen Maddern <[email protected]>
roll back the empty classname generation

2ade3c5b31f5f288db83f83cbf4750d0c60ddb7a authored about 8 years ago by Glen Maddern <[email protected]>
mergefail

18b14e0f8e1b6c941d6709b788b510126cb30e30 authored about 8 years ago by Glen Maddern <[email protected]>
Merge remote-tracking branch 'origin/per-component-classname-generation' into per-component-classname-generation

Conflicts:
src/models/StyledComponent.js

d7c617bc25183772c34e1598dab260ae1dea6f4b authored about 8 years ago by Glen Maddern <[email protected]>
Merge pull request #289 from steven-haddix/master

Fixed import typo in docs

17885676927849ebe417ed23398af50e866f6d9b authored about 8 years ago by Max Stoiber <[email protected]>
Fixed import typo

080c315ceb3e2ed4038c8183000b3cf60090c700 authored about 8 years ago by Haddix, Steven <[email protected]>
Fix new stylis API

dad6e2234a8a0b793839b5a48c76637088916499 authored about 8 years ago by Max <[email protected]>
Update with thysultans suggestions

8fb0d0c05dfb5d19a628eae19fb3315bfc1ae836 authored about 8 years ago by Max <[email protected]>
Use stylis instead of PostCSS

Package size (min+gzip) with...

- PostCSS: 21kB
- stylis: 9kB

:tada:

I hack around stylis mod...

d9e226dc68cc420869d4a3ceba33dcae4a3f64b8 authored about 8 years ago by Max <[email protected]>
Merge branch 'master' into per-component-classname-generation

ad40aef5d7f7509ca44b2cfba8d8afe04bfbb85d authored about 8 years ago by Max <[email protected]>
Merge branch 'master' into per-component-classname-generation

013d177896c2eb24d8c873a72a43a38394df72ea authored about 8 years ago by Max <[email protected]>
Merge branch 'master' into object-notation

4a53d4005e557ae92ecf6613cad4338ca191bc72 authored about 8 years ago by Max Stoiber <[email protected]>
Merge pull request #282 from styled-components/fix-tests

Fix unnecessary test failures

bde1297805eadaf02af36479dd14dba2f3ee6261 authored about 8 years ago by Max Stoiber <[email protected]>
Fix unnecessary test failures

075d4e8d24c8f905976b74f6aafdd8bd1d8b480e authored about 8 years ago by Max <[email protected]>
Remove .only

add52ed91ad35f763136813b9ce297b84bc2693b authored about 8 years ago by Max <[email protected]>
Update CHANGELOG

3c18b1bc7f08cbfe75de3c1a9ecf60b2a11e3532 authored about 8 years ago by Max <[email protected]>
Add support for CSS-as-objects

For making `polished` a cross-library thing we need to have support for
media queries, pseudo se...

4dd54efd2b44dbe80841b2552b604ad99d51609d authored about 8 years ago by Max <[email protected]>
Merge pull request #267 from styled-components/border-fixes

Add workarounds for more border properties

0f5262ee1cea306f027e66973fc77b01e8df81de authored about 8 years ago by Max Stoiber <[email protected]>
Update security doc

0499161d02fe638056ec6391581d424559ecb28d authored about 8 years ago by Max <[email protected]>
WIP security doc

b013d8fdbf851b7a12c3a0a71d5c46542310a337 authored about 8 years ago by Max <[email protected]>
Merge pull request #269 from margalit/patch-1

Typo in flow-support readme

82bbc8546e17a158181af92243d0135ac8f9f8f0 authored about 8 years ago by Max Stoiber <[email protected]>
Typo

were should where

a77e79cb858802b970568e939b1765e561272b76 authored about 8 years ago by Sam Margalit <[email protected]>
Add workarounds for more border properties

f6438aff53dba35e2094b906d7f10feeaca3f924 authored about 8 years ago by Jacob Parker <[email protected]>
Merge pull request #264 from k15a/fix-theme-261

Fix theming

c118837d8f627cb1140087a41ce1c903230d5d58 authored about 8 years ago by Max Stoiber <[email protected]>
Add test

bc81416f87c0d0c8c05e26bf37441f3aaa986ae1 authored about 8 years ago by Konstantin Pschera <[email protected]>
Change from synchronous property to asynchronous setState

61edf42b0ef51f148476e512da7f10f8411d67ad authored about 8 years ago by Konstantin Pschera <[email protected]>
Add changelog entry

b875a33da75cef60c551d4add7a2bdc5e538d389 authored about 8 years ago by Konstantin Pschera <[email protected]>
Fix theming for React native

9edf5ba823c16c1777ce13f553c8c87eb79cdedd authored about 8 years ago by Konstantin Pschera <[email protected]>
Fix theming

Closes #261

2e11e95f2fe236622824626728e5e767e54b7521 authored about 8 years ago by Konstantin Pschera <[email protected]>
Fix more tests

c5098b26d1579a84cad61f8eec6a72d0df51793e authored about 8 years ago by Max <[email protected]>
Merge pull request #258 from styled-components/1.1.2

v1.1.2

b6ee625b9950edd725d907114342b359d37efc88 authored about 8 years ago by Max Stoiber <[email protected]>
1.1.2

74310a07924ceb965ae6825f01b116642422ff0c authored about 8 years ago by Max <[email protected]>
Update CHANGELOG

6797cf67dc9a663d543d2d4347f0b2e15e7ab653 authored about 8 years ago by Max <[email protected]>
Merge pull request #239 from relekang/use-yarn-cache-on-travis

Enable yarn cache on travis

2b65568dee378c72f8f486ac77fadf98adf4de1d authored about 8 years ago by Max Stoiber <[email protected]>
Merge pull request #253 from michalkvasnicak/fix/default-props-rerender

Fix defaultProps/props theme theming

cd159c5894ddc1e51fa0cccbd505be5e78b30110 authored about 8 years ago by Max Stoiber <[email protected]>
Merge pull request #249 from fleischie/patch-1

Remove duplicate lib in flow-support's examples

4cd08f1c6415b0e59dbceb5bdaf0406ad8837237 authored about 8 years ago by Max Stoiber <[email protected]>
Fix updating styles when props used in styles generation are updated

ef8505813018d6cecd85f89d2d1988359af931c8 authored about 8 years ago by Michal Kvasničák <[email protected]>
Rename test suite for jsdom theming tests

c02c70855ba176f82c61c3728ee2e78e5709be26 authored about 8 years ago by Michal Kvasničák <[email protected]>
Bail out early if theme is not changed on update

3b858bd1b6e32952a77ff33af8513df810229952 authored about 8 years ago by Michal Kvasničák <[email protected]>
Split theming tests to jsdom and non-jsdom suites

5c8f2a546ed55f0a003b3ef6c909cc1ab34be2c4 authored about 8 years ago by Michal Kvasničák <[email protected]>
Fix flow type annotation

6519acea7699fd7e5cfee3b6fa15e944edbbdce5 authored about 8 years ago by Michal Kvasničák <[email protected]>
Export Theme flow type definition to be reused in components

30d1d500060c951f67c1c596484ce626a3789c16 authored about 8 years ago by Michal Kvasničák <[email protected]>
Fix code style

1c3fb575448c58f158cd0e4a8ee1773ad72feb74 authored about 8 years ago by Michal Kvasničák <[email protected]>
Fix re-render with theme from default props and re-render caused by theme updated directly in props

dc59d189c2c729265598c3f7984713af882a0f8e authored about 8 years ago by Michal Kvasničák <[email protected]>
Make StyledNativeComponent component behave the same as StyledComponent when theme is changed in props

533df86adc027b8de7c155eb51107f923c0cce20 authored about 8 years ago by Michal Kvasničák <[email protected]>
Add CHANGELOG.md entry

d35ce6c6d3739322aecf555854bc632596f71cc9 authored about 8 years ago by Michal Kvasničák <[email protected]>
Add failing tests for component re-render with theme from default props and re-render caused by props.theme update

95f3f2236fd6750201355dcdbfe1f7048748fba1 authored about 8 years ago by Michal Kvasničák <[email protected]>
Merge pull request #254 from styled-components/fix-border-radius

Add workaround for React Native border radius property due to issues …

41f1816ceb8189b055cd89efe122384ffdd4e027 authored about 8 years ago by Max Stoiber <[email protected]>
Add documentation comment

d10dd953f7d1cdf4f44d6f4f2a0b63144aa82226 authored about 8 years ago by Jacob Parker <[email protected]>
Add workaround for React Native border radius property due to issues with Image elements only accepting a single value for all radii

ee131cced7ec2041d4bfcbbbfebf9c2fe2438754 authored about 8 years ago by Jacob Parker <[email protected]>
Add first support for the private API

To add support for server-side rendering, it needs to be possible to
pass in an identifier from ...

be90896b16205653809c724ab5807e2ed434a12e authored about 8 years ago by Max <[email protected]>
Fix test failures related to the test util

These test failures are actually not really failures, they just happened
because we now call the...

67047d49da1337d927a72e56160a5d6b6be4f495 authored about 8 years ago by Max <[email protected]>
Remove duplicate lib in flow-support's examples

7b9566911bfdfff040d2b77ddf390ff1ce0d1cb6 authored about 8 years ago by Karl Fleischmann <[email protected]>
add a newline before injecting

3258c043efc0a670608def430956e0082469a928 authored about 8 years ago by Glen Maddern <[email protected]>
Merge branch 'master' into per-component-classname-generation

97f89ee5a26e1a3118f343ffef999e640ccfaffd authored about 8 years ago by Max <[email protected]>
Merge pull request #225 from relekang/flow

Add flow comment to files missing it

441b0b940375a6e66439c7441801bc803871e9d0 authored about 8 years ago by Max Stoiber <[email protected]>
Fix typing of ThemeProvider

ecafad1067dc3ff2099f71d97b05827aca29efff authored about 8 years ago by Rolf Erik Lekang <[email protected]>
Add babel-plugin-flow-react-proptypes

a4095e4c093b3e357401926fa4bd1fed4bf11280 authored about 8 years ago by Rolf Erik Lekang <[email protected]>
Add changelog entry

a897cc74075494d6816e16ae35c00794d9a30f92 authored about 8 years ago by Rolf Erik Lekang <[email protected]>
Upgrade flow to 0.35.0

ba2f1a5c9674f649aed2cf9a334dde879d039b93 authored about 8 years ago by Rolf Erik Lekang <[email protected]>
Add a FlowInvalidInputTest suppressor comment

This can be used to allow tests that pass invalid data to a function
etc. Even if styled-compone...

cd2f6b0c5e48d1415c98bfe4e01b751d88a602b9 authored about 8 years ago by Rolf Erik Lekang <[email protected]>
Suppress a few flow issues

499524773b16ab491f13cb073c4905e1487ce32b authored about 8 years ago by Rolf Erik Lekang <[email protected]>
Add annotations to expectCssMatches

8cc90a28837553f3fce59681f2287fd14a1e2819 authored about 8 years ago by Rolf Erik Lekang <[email protected]>
Fix interpolation annotation

9364af890dfc11433e2c548e54832651ff900d62 authored about 8 years ago by Rolf Erik Lekang <[email protected]>
Change usage of wrapper.node to wrapper.html() where it gives same test result

b441d65efe81096f25f225bf88c52a4e22b590cb authored about 8 years ago by Rolf Erik Lekang <[email protected]>