Ecosyste.ms: OpenCollective

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

styled-components

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

add top level benchmark command for easy running

github.com/styled-components/styled-components - b81c194c7d98350df0b321c451c46106f9e6330d authored about 5 years ago
prevent double-inject of static styles

github.com/styled-components/styled-components - 0bbb20315bd352c6dad83ca17e31d62c21da8030 authored about 5 years ago
Optimise ComponentStyle name generation

Instead of hashing the entire CSS string, we can
use the componentId + interpolations

github.com/styled-components/styled-components - e8a1e9471bca26514ea90e5ac0ff0639c505d4a5 authored about 5 years ago
Fix generateAlphabeticName with negative numbers

github.com/styled-components/styled-components - 829749d317c800c301ebdc03e923b27f3f471978 authored about 5 years ago
Add styled-components v4 to benchmarks

github.com/styled-components/styled-components - a2a5e2ded6c1e26a546901c9cc290ee4039d5191 authored about 5 years ago
Fix resetStyled test utility

github.com/styled-components/styled-components - 37ba69538aa18336e9602b145a7a95f9514e9613 authored about 5 years ago
Filter out empty component styles from SSR

github.com/styled-components/styled-components - 0a894d5e350c5eaaf901316eb5370f5739d92ebb authored about 5 years ago
Fix rollup-plugin-babel warning

github.com/styled-components/styled-components - 9e7ed2b46226da6dd166305f16565d0302b20552 authored about 5 years ago
Remove stylis rule splitter from stringifyRules

github.com/styled-components/styled-components - 8c49a74466f53411ab3b0d84ffea0b3d6e284666 authored about 5 years ago
Fix lint errors and disable nit-picky rules

Some of these rules are not really helpful in my
opinion and the style of the codebase varies a
...

github.com/styled-components/styled-components - 2ee0fe2785dd22ba3c7751fd5a3171d90763fe5e authored about 5 years ago
Fix GroupedTag buffer resizing

oops

github.com/styled-components/styled-components - c468dc388f73e8f10995dda7bd2589e2fa265f69 authored about 5 years ago
Fix regex matching in rehydration

github.com/styled-components/styled-components - 64c6aa6724c8ff00bb539bca327651c6e4808b3e authored about 5 years ago
Enable SSR rehydration and add active attr

github.com/styled-components/styled-components - d024f02ba1ad49780ba572ecbfd6a48d4f242646 authored about 5 years ago
Refactor static className caching in ComponentStyle

github.com/styled-components/styled-components - 923fcb0cdf9c1b93dbfac225522e7d93be7f9a68 authored about 5 years ago
Change SSR markers to allow for arbitrary IDs

github.com/styled-components/styled-components - 43d11bfaf7e04e8915658ec444c55d6c0cb33ddd authored about 5 years ago
Fix Tag.insertRule boundary check

github.com/styled-components/styled-components - e34dd34d510652df0e62324df01629e1f7b86a82 authored about 5 years ago
Fix VirtualTag and getRule index access

github.com/styled-components/styled-components - 7f42fa1adba968002d727864e831d669be433a5f authored about 5 years ago
Fix findLastStyleTag for text nodes

github.com/styled-components/styled-components - 7115574ce2ae4f87861321b2b48e7079e3f25327 authored about 5 years ago
Initialise every sheet's tags lazily

github.com/styled-components/styled-components - 05aa3a6796803fcd516472c9bca9c961d7a62b9a authored about 5 years ago
Fix rollup's stream warning by moving require down

github.com/styled-components/styled-components - 8b5faf6258baefa8e20ba7e4f02b05adab4a251d authored about 5 years ago
Fix generic use breaking babel parser

github.com/styled-components/styled-components - 5beb80339281c8404d209f9624b51de0a478c15e authored about 5 years ago
Switch styled-components models over to new Sheet

github.com/styled-components/styled-components - 2c963286be9618fa802e6dc4020330d94046e930 authored about 5 years ago
Remove HTML logic from sheet

github.com/styled-components/styled-components - 8612e6a9aac2d634b38a66a9c6733e176593bbf2 authored about 5 years ago
Apply lint and flow fixes to sheet code

github.com/styled-components/styled-components - 9ecf535cb9d6af6c3ee9ccbb85b9ee750d8e6449 authored about 5 years ago
Add initial rehydration logic

github.com/styled-components/styled-components - 9ab940971e796c7711ece9af60b89d924d430b1c authored about 5 years ago
Add basic Sheet implementation

github.com/styled-components/styled-components - 205e11283874c246e530bf51349d908f22a1436e authored about 5 years ago
Clean up hashStr/hasher usage

github.com/styled-components/styled-components - 65252543e0982d669774b6b69dfb30566725fd8c authored about 5 years ago
Move hasher from ComponentStyle to utility

github.com/styled-components/styled-components - ab05782c14b4e5a2198738d676cfd3a94a8e4154 authored about 5 years ago
update benchmark emotion example to v10 w/ styled syntax (#2525)

to match how we're doing things with styled-components

github.com/styled-components/styled-components - 0e92650078935fd4f54b55852aceb8b30972f62c authored about 5 years ago
Append new style tags after last one

When a style tag is being created we ensure
that it's always appended to any last style
tag that...

github.com/styled-components/styled-components - cdad252299553d60ba2302022609dcbd8970dac9 authored about 5 years ago
Add virtual, speedy, and text Tag implementation

This implements a makeTag factory returning wrapper instances
that all emulate CSSOM's CSSStyleS...

github.com/styled-components/styled-components - 084e0aaf3ddbcf677f034478814c0fa65237d801 authored about 5 years ago
Add GroupedTag implementation

A GroupedTag wraps a Tag but is order-aware. When
inserting rules it can be passed a group index...

github.com/styled-components/styled-components - 8fd104f5db8e77d937d0e8752a672a2e276dd24f authored about 5 years ago
add a top level size command for ease of use

github.com/styled-components/styled-components - d7100ca59c9a319ea83a2500717fd387b0566e05 authored about 5 years ago
Fix benchmarks for canary (#2523)

* Move benchmarks to separate package and upgrade

* Add benchmarks to flow's ignored files

...

github.com/styled-components/styled-components - 930710c54bf21252e7bdea1960d544e690edd3e4 authored about 5 years ago
Fix macro import with new loose mode

github.com/styled-components/styled-components - 9b09de255842f260d116f1468acd9127cdb3448a authored about 5 years ago
Fix more configs after upgrade

github.com/styled-components/styled-components - a6dc34f945b22cfb4e9e7472f5a932a1e9ed8b89 authored about 5 years ago
Re-remove README from styled-components package

github.com/styled-components/styled-components - 75c44d3791994022a76d1d2cecc214a037fe2a59 authored about 5 years ago
Clean up package.json and remove lerna (for now?)

github.com/styled-components/styled-components - ff771d5e668907b51e7fbe4b69e9d55e69781274 authored about 5 years ago
Fix compatibility with react-native-web v0.11.0 (#2446)

* Fix compatibility with react-native-web v0.11.0

* Fix CI error for Navigator deprecation

* L...

github.com/styled-components/styled-components - b4b858cd675ac70e334ae96ad98ec0789107e0b1 authored about 5 years ago
Reimplement StyledComponent using hooks (#2390)

* Migrate Providers to use hooks

* Migrate createGlobalStyle to use hooks

* Minor refactor

* ...

github.com/styled-components/styled-components - 568dbd52fa48a99357fe4d17180442a58f31f1da authored about 5 years ago
Add README to canary branch with warning note

github.com/styled-components/styled-components - 04b565b11e9f4e720a7ed6945579d91d6a0be513 authored about 5 years ago
Revert "add console.error to catch theme references wo prop present (#2657)"

This reverts commit 7fb63b23716b42a31bdeb381abb7c3918dcbe76e.

github.com/styled-components/styled-components - 4c8afc8f0323a201a8ed9f1a1ac3d02cb171edda authored about 5 years ago
[bugfix] fix imports for react-native-web (#2797)

* [bugfix] fix imports for react-native-web
React Native Web doesn't use default exports, so im...

github.com/styled-components/styled-components - 4cf2c5af04f1ebe2941ee3336d25b6737999ba85 authored about 5 years ago
Update ISSUE_TEMPLATE.md

Remove defunct webpackbin link, update base codesandbox to use latest React & s-c v4.x latest

github.com/styled-components/styled-components - 9893aa0f75b128534a2200a27e7f445273193b1b authored over 5 years ago
fix: add check for style tag detached - sheet in the style tag is null in this case (#2707)

github.com/styled-components/styled-components - e3020f6b95deafd6d5ee58704f7eabbd6419e7c8 authored over 5 years ago
backport classname ordering fix from canary (#2760)

github.com/styled-components/styled-components - 2ef3a3ad436593230d208249fb2317528085d8cd authored over 5 years ago
Use ownerDocument instead of global document (#2721)

github.com/styled-components/styled-components - f3e2266003ecc099753e4b3311da5e6777f8937b authored over 5 years ago
remove deprecated attrs suggestion from too many classes warning (#2740)

github.com/styled-components/styled-components - 06d1ae25a625f86635e07a82e5003bccf16e9744 authored over 5 years ago
fix attrs not properly taking precedence over props (#2738)

github.com/styled-components/styled-components - 009dc3672b61101d30e5f8a3096b08d8c320d980 authored over 5 years ago
Update .travis.yml (#2735)

* Update .travis.yml

* Remove unneeded branch from travis whitelist

github.com/styled-components/styled-components - d95bb95b21434daa70c7eab4afe5bcdb496acde8 authored over 5 years ago
backport dev SSR classname mismatch fix from canary (#2701)

* backport dev SSR classname mismatch fix from canary

* changelog entry

github.com/styled-components/styled-components - e4cd50c71573582fe3f71511a38a3cd3be98a095 authored over 5 years ago
Get rid of the ThemeProvider single child context restriction (#2706)

We can get rid of that restriction because ThemeProvider uses
stable React Context API and chil...

github.com/styled-components/styled-components - 560213155847ca3a546a1fbe1151b6aae15ef6a8 authored over 5 years ago
Update error message with clickable link. (#2694)

github.com/styled-components/styled-components - acdc5d49fcb3a9dbc9abe1959d55427dc5a5b759 authored over 5 years ago
add console.error to catch theme references wo prop present (#2657)

github.com/styled-components/styled-components - 7fb63b23716b42a31bdeb381abb7c3918dcbe76e authored over 5 years ago
fix css props when using babel macro with babel-plugin-styled-components 1.10.1 (#2633)

* fix macro on create-react-app

* add tests

* changelog entry

* fix linting error

github.com/styled-components/styled-components - d088d689fcf950308864411b5b465686e57e4c1c authored over 5 years ago
update README with revised v5 info

github.com/styled-components/styled-components - fdde0d586577907471220a4470f28b1ef7935a4a authored over 5 years ago
Bump version for @emotion/is-valid-props (#2617)

github.com/styled-components/styled-components - c369ad7fbf923894b83989fb4af09ee9948a0aad authored over 5 years ago
Revert "prevent component folding when interim HOCs are present (#2586)" (#2606)

This reverts commit 2b1d01e889c7e7259c674a2c61c585419a9a28f9.

github.com/styled-components/styled-components - 7002c1e4a52a84be42f607ca7cc3bdbea22f2a24 authored over 5 years ago
implement folding of defaultProps (#2597)

* update flow stubs

* implement folding of defaultProps

specifically chose the merge-anyth...

github.com/styled-components/styled-components - b7d94195c9f5905a948ff8f2329d48f3a0d46a71 authored over 5 years ago
Make it possible to initialize SC_ATTR via REACT_APP_SC_ATTR env variable (#2501)

* make possible to set SC_ATTR via REACT_APP_SC_ATTR env variable

this increases the compatib...

github.com/styled-components/styled-components - 4ca4e62d2a337bd400d851c51427adead4a7425f authored over 5 years ago
prevent component folding when interim HOCs are present (#2586)

* add failing test and fix some linting errors

* prevent component folding when interim HOCs ...

github.com/styled-components/styled-components - 2b1d01e889c7e7259c674a2c61c585419a9a28f9 authored over 5 years ago
implement forwardedAs (#2580)

same as the canary PR but this is a simple-enough change that
we can ship it in a 4.x minor rel...

github.com/styled-components/styled-components - 34ce31d42a1edd8d53de9653c3758118b112289a authored over 5 years ago
Fix theme prop usage in StyledNativeComponent (#2567)

github.com/styled-components/styled-components - 4f1a9232937ec3837b47008f20e0187eb61a0d42 authored over 5 years ago
Fix macro with ts (#2427)

* Add test for multiple imports

Check that the imports are split up normally.

* Fix macro ...

github.com/styled-components/styled-components - 28f561ddd0232e1cd0bc5b9f1e3b9e27a294a8c0 authored over 5 years ago
Fix objects with functions - replace (objToCss) with (objToCssArray) (#2489)

* Fix objects with methods - replace ObjectToCss => ObjectToArray

* edit name to match naming...

github.com/styled-components/styled-components - f1c8feb5303d8964676520a4b5f48fb77d42e349 authored over 5 years ago
Improve error message for StyledComponentsError (#2551)

* StyledComponentsError: Improve error message when no additional arguments are provided.

* u...

github.com/styled-components/styled-components - 6f2ec31e5b1698899102ac27c88e46964f4f3d8f authored over 5 years ago
Merge pull request #2563 from styled-components/remove-className-checker

remove className usage checker & suppression prop

github.com/styled-components/styled-components - e3cefd90a1643ffd0db513baf02a0f790d42d0cf authored over 5 years ago
add missing changelog entries

github.com/styled-components/styled-components - 2500d1af4e0afd16bdd9f154a9dd433a84c5b38f authored over 5 years ago
remove now-unused suppression prop

github.com/styled-components/styled-components - 623be89b12e9e75d1b42123bfaea3354be53d538 authored over 5 years ago
attach displayName to forwardRef function as described in React docs (#2508)

* add displayName to forwardRef

* Update StyledComponent.js

github.com/styled-components/styled-components - 772280915f3ce342181d55b6b0e1f6fc5050b67f authored over 5 years ago
Compatibility with react-native-web 0.11 (#2453)

* Change react-native default import for compatibility with react-native-web 0.11

* minimal s...

github.com/styled-components/styled-components - 75aa1b6786141fc57d7b3884c9222c291a7580d6 authored over 5 years ago
add note on v5 [skip ci]

github.com/styled-components/styled-components - 4115a1f8e4814b3843d781ce84d686c998ddfd3e authored almost 6 years ago
Add stack trace to .attrs warning (#2486)

github.com/styled-components/styled-components - c098fd7deb610717fa0fbc33d6ec2f9cf0e69edc authored almost 6 years ago
try to handle React's streaming renderer yielding at inopportune times (#2413)

* Styled Components test interleaveWithNodeStream

Added a test for interleaveWithNodeStream. ...

github.com/styled-components/styled-components - 80ca302cf36c867499810774774795d86fc2150e authored almost 6 years ago
expose StyleSheetContext and StyleSheetConsumer (#2456)

We're doing it for theme, so why not.

github.com/styled-components/styled-components - cc0f5d2e83953cf0645b27ac612b51499aa58735 authored almost 6 years ago
#2080 forgot to replace \n to '' in className (#2333) (#2338)

github.com/styled-components/styled-components - e6f1b85726512cde163dd5fcdd7fb0f2439d4a09 authored almost 6 years ago
Filter suppressClassNameWarning to not to pass down to wrapped components (#2365)

* Do not pass suppressClassNameWarning to wrapped components

* Update CHANGELOG

* move key...

github.com/styled-components/styled-components - 822d9c93bbb19d7787796cb77ba530340e2b7758 authored almost 6 years ago
Reduce GC pressure by avoiding to create new object types (#2428)

* Fixed memory leak by avoiding to create a bunch of new object types without references.

* A...

github.com/styled-components/styled-components - c22b95f13762796ae171a0ede31a23f83d434e35 authored almost 6 years ago
#2080 forgot to replace \n to '' in className (#2333)

github.com/styled-components/styled-components - 563941e3750cff38b25231a6b2ed254a1682e2d1 authored almost 6 years ago