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

fleshed these out a bit

github.com/styled-components/styled-components - c0b0f03aa2c8f5d05d0cc6a53414797a10b2904c authored about 8 years ago by Glen Maddern <[email protected]>
first cut of the tagged templates file

github.com/styled-components/styled-components - 6aeb1eb2de16e3bfa559e7c69f05750c5003c552 authored about 8 years ago by Glen Maddern <[email protected]>
first pass of additions

github.com/styled-components/styled-components - 87cd43ea8606cc79650e205a1d14cb2cb29c7e2c authored about 8 years ago by Glen Maddern <[email protected]>
Document theming in the API docs

github.com/styled-components/styled-components - 16bc80c50012bfd153fb325baeb0856e2bbc873e authored about 8 years ago by Max <[email protected]>
Add section about theming to README

github.com/styled-components/styled-components - b6f961f44ebab7c01989b267a97d784248b954d7 authored about 8 years ago by Max <[email protected]>
order is important

github.com/styled-components/styled-components - 59f7edbf7d8153738885b565eab95335ae56c73f authored about 8 years ago by Glen Maddern <[email protected]>
Uses glamor's prefixing logic. This could definitely be improved/replaced, but it's better than nothing

github.com/styled-components/styled-components - 70f0bf5df36224184b3248e5b2f8cc88b05e803f authored about 8 years ago by Glen Maddern <[email protected]>
added buffer to runtime deps

github.com/styled-components/styled-components - 64a79c0de22bc503644929abf858754b36544f1e authored about 8 years ago by Glen Maddern <[email protected]>
This isn't great but it's better than bundling react-native for a web project

github.com/styled-components/styled-components - e7a1a49996b6f02e294d96c4551950844aa32eb1 authored about 8 years ago by Glen Maddern <[email protected]>
fixing flow declarations

github.com/styled-components/styled-components - 610adfb1542c3e5dcd2cfa37d5444451e744b0c2 authored about 8 years ago by Glen Maddern <[email protected]>
manually merged in the flow fixes from master

github.com/styled-components/styled-components - 68b29610b31c2c7f80472c8ac88cf332976d9ccb authored about 8 years ago by Glen Maddern <[email protected]>
Merge remote-tracking branch 'origin/master' into native

Conflicts:
package.json
src/models/StyledComponent.js

github.com/styled-components/styled-components - 58b7ac0bd6efa12a5f4d24736dd24678788d91d9 authored about 8 years ago by Glen Maddern <[email protected]>
fixing overriding and theme context setting

github.com/styled-components/styled-components - 8ea7c28ed16626e576ffd144df1aca8a33c910ff authored about 8 years ago by Glen Maddern <[email protected]>
Fixes

- Adds ReactNative section
- Misc fixes and additions

github.com/styled-components/styled-components - 420dedb0eaab159cdd41254e9e50aefdfe920511 authored about 8 years ago by Max <[email protected]>
changing the way the aliases are attached

github.com/styled-components/styled-components - 5821328c0eac1ea70f5f86b75fa12afde6a648e7 authored about 8 years ago by Glen Maddern <[email protected]>
parsing numbers out & using StyleSheet.create underneath

github.com/styled-components/styled-components - 458b31066ab08c1571388ae1da7762cec091289e authored about 8 years ago by Glen Maddern <[email protected]>
any references to "path" break react native

github.com/styled-components/styled-components - a4f8eb19e6f7137c2ef2d729111a102114859471 authored about 8 years ago by Glen Maddern <[email protected]>
trying to stop babel breaking when imported into RN

github.com/styled-components/styled-components - cf4c15fd563b1af68f1cf4b04ef56fe76379bb81 authored about 8 years ago by Glen Maddern <[email protected]>
adding all the react native entry points

github.com/styled-components/styled-components - 936ba16f8f56e234cb6c150094cd35c5ee3e829b authored about 8 years ago by Glen Maddern <[email protected]>
generating inline styles should work for native

github.com/styled-components/styled-components - 3325d2029f7bfbe2734af96a447a93a16cfce479 authored about 8 years ago by Glen Maddern <[email protected]>
fixing some flow issues and gearing up for the native stuff

github.com/styled-components/styled-components - 99f04130c9082145730a38b09854b426b904d607 authored about 8 years ago by Glen Maddern <[email protected]>
Fix flow (#42)

* Fix flow

- Component statics need to have a semicolon
- Added return type to interleave
-...

github.com/styled-components/styled-components - e4f9a1ebade42d9a062c4bd61216aaaaf0b0d6d9 authored about 8 years ago by Max Stoiber <[email protected]>
Rename global to injectGlobal (#48)

Avoids overriding global variables that might exist in some contexts

github.com/styled-components/styled-components - 6dc39bacf901d98ed7e8116ffba6aac4556bf34a authored about 8 years ago by Max Stoiber <[email protected]>
README update

- Update tagline
- Small fixes
- Update Atom instructions

github.com/styled-components/styled-components - d1841f58f28d5fb494bc6ff7a0fb671cd4078523 authored about 8 years ago by Max <[email protected]>
added all event handlers (#47)

github.com/styled-components/styled-components - e1f500c1a3b30b349e812622bceaff189dab9410 authored about 8 years ago by Glen Maddern <[email protected]>
added all event handlers

github.com/styled-components/styled-components - 93c753b644f73073e5e2c553a97a42fa2f80ea2c authored about 8 years ago by Glen Maddern <[email protected]>
Extending styled components (#46)

* if you extend another styled component fold in its rules

* the lint rule should really forb...

github.com/styled-components/styled-components - e0b3028bbda19d91b3f69ff32e70425951e095e4 authored about 8 years ago by Glen Maddern <[email protected]>
Merge pull request #37 from styled-components/e2e-testing

e2e testing

github.com/styled-components/styled-components - e93f3a7639a002e99b0945e53aabfc0bf1bd5d0e authored about 8 years ago by Glen Maddern <[email protected]>
Merge branch 'master' into e2e-testing

Conflicts:
src/models/GlobalStyle.js

github.com/styled-components/styled-components - 4d273bc8554a53d6155ab23c3cddce7f3d1a1d26 authored about 8 years ago by Glen Maddern <[email protected]>
increase test timeout

github.com/styled-components/styled-components - 2755139d744476695de5b69e77147822b88dc70d authored about 8 years ago by Glen Maddern <[email protected]>
Better example for animation

github.com/styled-components/styled-components - 74dc06be38eaf732912f91c158139fc2cce06e61 authored about 8 years ago by Max <[email protected]>
Logotype (#44)

* Added a logo

* Added a logo

* Updated README

* Add a warning back

github.com/styled-components/styled-components - 107993413e1b859c4f58aae8c8e7bdf855efeb89 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Merge branch 'master' into docs

github.com/styled-components/styled-components - 18296034b6cd8f2f03725db6b15cff2ec1b3ecb0 authored about 8 years ago by Max <[email protected]>
Add note about syntax highlighting

github.com/styled-components/styled-components - 2c1c4dc3a66bce0c3dac236c526496ce58dc6bab authored about 8 years ago by Max <[email protected]>
Build both UMD versions in same build (#41)

* Build both UMD versions in same build

There's no need to run webpack twice.

* Externalis...

github.com/styled-components/styled-components - a6e591bfa841d80ab0dcf191000ba22f461387e7 authored about 8 years ago by Max Stoiber <[email protected]>
Add keyframes support (#38)

* feat: Add keyframes support

* Fix tests on Travis

* Keyframe name is hash of rules

* ...

github.com/styled-components/styled-components - 361680be988492351a606dff67323ec738049c7b authored about 8 years ago by Max Stoiber <[email protected]>
Better temp tagline

github.com/styled-components/styled-components - 845f7a70f05c27532097fa365f11c3cbdfe799bd authored about 8 years ago by Max Stoiber <[email protected]>
Don't see much point in linting test files tbqh

github.com/styled-components/styled-components - 3f0a35a3fd2a5434cb438597af2cc20513135e35 authored about 8 years ago by Glen Maddern <[email protected]>
First adaptions based on comments

github.com/styled-components/styled-components - e3043ed467f6a9dea82242181c78033cabe2be00 authored about 8 years ago by Max <[email protected]>
Added lint-staged with autofix eslint config (#35)

github.com/styled-components/styled-components - c3c479e76910a28546b6eafae00637c8cddde344 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Add editorconfig (#30)

* Add editorconfig

* No need to treat markdown specially

github.com/styled-components/styled-components - a47dff5db2c82cae7aaf31fb15c079d6c69a3e1c authored about 8 years ago by Yuta Hiroto <[email protected]>
Update README, add README to docs folder

github.com/styled-components/styled-components - 81ffe07de71190ca009cc9b742c8e452f93a7a89 authored about 8 years ago by Max <[email protected]>
Add first API doc, move global doc to API doc only

Moves the global documentation to API doc as to avoid people using it
too much.

github.com/styled-components/styled-components - 47b25999d11d7febc538e234fdf5ca29538c7cfd authored about 8 years ago by Max <[email protected]>
Add sections about keyframes and global

github.com/styled-components/styled-components - 1c83eeaa1011cbc5fbd250c8977f6826b039237d authored about 8 years ago by Max <[email protected]>
still getting two stylesheets constructed but at least we only proxy one path now

github.com/styled-components/styled-components - 76b66e3ca071c1c83af31535a1f18f5997fcb0c9 authored about 8 years ago by Glen Maddern <[email protected]>
fixed all the tests

github.com/styled-components/styled-components - 3a846c794edbe2c2e1dee2db2df7172c2dbdae3f authored about 8 years ago by Glen Maddern <[email protected]>
dropped the spy stuff and just comparing output css - first few tests passing again

github.com/styled-components/styled-components - 46b3545c78e648ae7355c6f8122262bc4865aac9 authored about 8 years ago by Glen Maddern <[email protected]>
Cleanup README, focus on important stuff

github.com/styled-components/styled-components - 3c0c39058975d8dfb30e66f05d0e400afa8ee3aa authored about 8 years ago by Max <[email protected]>
Move javascript advantages section to docs/tips-and-tricks.md

github.com/styled-components/styled-components - 060ca85ac7f1232fd59d71e64863a3b6c6f8550a authored about 8 years ago by Max <[email protected]>
Update fixed placeholder screenshot

github.com/styled-components/styled-components - 7f9dc95c25d0a2b53de86a68edaa545a45ce2942 authored about 8 years ago by Max <[email protected]>
Remove non-working target blank

github.com/styled-components/styled-components - a96ec4edc33018ddf0955d9d4e005cef22febad1 authored about 8 years ago by Max <[email protected]>
Update build process (#32)

* feat(babel): Use babel-preset-latest

* feat(build): Add UMD build

* feat(npm): Ignore un...

github.com/styled-components/styled-components - 9cc7d95c721766b0fb000c4abf9fe70a21d1da73 authored about 8 years ago by Max Stoiber <[email protected]>
Merge pull request #33 from styled-components/global

Implement { global }

github.com/styled-components/styled-components - a781aa999bdad3f6fa332152f44bd6c71dd4a05c authored about 8 years ago by Glen Maddern <[email protected]>
Merge branch 'master' into global

Conflicts:
src/models/ComponentStyle.js

github.com/styled-components/styled-components - ec2b378e4e4eaa99fffda20841e5b6581734b397 authored about 8 years ago by Glen Maddern <[email protected]>
Merge pull request #31 from styled-components/preserve-declaration-order

Preserving declaration order

github.com/styled-components/styled-components - 851171ca92e098ebce46423e535416f318f66efd authored about 8 years ago by Glen Maddern <[email protected]>
feat(core): WIP styled.global

github.com/styled-components/styled-components - 62c16edc989ff275e9e3cc42bbf0312e8b633ddd authored about 8 years ago by Max <[email protected]>
made the glamor change appendRule so we dont have to maintain local state

github.com/styled-components/styled-components - c7473b8aee32e9400e018056feb782223970a6aa authored about 8 years ago by Glen Maddern <[email protected]>
oh replacing is not what we want, we want appending but at a particular point

github.com/styled-components/styled-components - ed697d7c57fd284863e19db1d71197ba05f701f9 authored about 8 years ago by Glen Maddern <[email protected]>
remove unused lifecycle methods

github.com/styled-components/styled-components - e463a2c57fb03de484817eaa14ba54a25b76f386 authored about 8 years ago by Glen Maddern <[email protected]>
inserting a null rule on ComponentStyle creation, then reusing that on each insert. of all the performance red flags we have introduced so far on this project, this is the most red and the most flag shaped

github.com/styled-components/styled-components - c350f2db83c6b6a66aee9b0223afd0b7b335eded authored about 8 years ago by Glen Maddern <[email protected]>
adding a six-per-em space between emojis because it looks better in devtools #sorrynotsorry

github.com/styled-components/styled-components - bf3c6e83c1ad3ae67862ec7aa8a0a60b371a05d2 authored about 8 years ago by Glen Maddern <[email protected]>
Merge pull request #29 from styled-components/regexps-begone

Rebuild number... four?

github.com/styled-components/styled-components - ae083f3e94630554447e6268f1e84197077d65e5 authored about 8 years ago by Glen Maddern <[email protected]>
support non-simple-objects

github.com/styled-components/styled-components - b6d0f4703126afc6989eed7d57451ca5b73cb922 authored about 8 years ago by Glen Maddern <[email protected]>
defer injecting CSS until after render

github.com/styled-components/styled-components - 53c3ead3c8b2a4a7560456f69a006cec09dcc987 authored about 8 years ago by Glen Maddern <[email protected]>
dont drop zeros (or any number)

github.com/styled-components/styled-components - bc164ec52ef36016779bacaa9db8950f2b18a516 authored about 8 years ago by Glen Maddern <[email protected]>
using a much more comprehensive whitelist for valid attributes to set on elements

github.com/styled-components/styled-components - 7aca65a4732d542b2f2c5cda1beeac4fd4e1ba66 authored about 8 years ago by Glen Maddern <[email protected]>
have i mentioned how much i hate lint lately

github.com/styled-components/styled-components - 283f0ccbb8b59c30be88255dd235b7709932940b authored about 8 years ago by Glen Maddern <[email protected]>
flow is pretty k tho

github.com/styled-components/styled-components - 09c03fac7a5a7e8941c034d9b8b92df3c2849635 authored about 8 years ago by Glen Maddern <[email protected]>