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

chore: warn only once per detected prop

github.com/styled-components/styled-components - 856fb97e2aab8f7f2fefa060a8ec6d35b9f25f2f authored over 1 year ago by Evan Jacobs <[email protected]>
chore: add dev-time warning for unknown props

github.com/styled-components/styled-components - 4c625b16b050fa6886194e564802ee990fa9e58f authored over 1 year ago by Evan Jacobs <[email protected]>
feat: add strong-typing to object-style CSS

github.com/styled-components/styled-components - fce156928ded1ac114e8449b3666cad5e0d4affd authored over 1 year ago by Evan Jacobs <[email protected]>
refactor(types): add branding back

github.com/styled-components/styled-components - 3b9b72954939c9f7edf5278def1ce76dafd3fa36 authored over 1 year ago by Evan Jacobs <[email protected]>
refactor(types): fix a few stray errors

github.com/styled-components/styled-components - 1d324302847dc0c6c630667ca69a9b3aa25cfa61 authored over 1 year ago by Evan Jacobs <[email protected]>
chore: massively speed up compilation

github.com/styled-components/styled-components - 8b5cdbc4d7f871b474de683ebeb32970325c75a9 authored over 1 year ago by Evan Jacobs <[email protected]>
chore: fix issue with css helper in interpolations

github.com/styled-components/styled-components - 1c76b0f8fa2d4dd6789a87421e0a0efe4186d640 authored over 1 year ago by Evan Jacobs <[email protected]>
chore: fix up IStyledComponent usage

github.com/styled-components/styled-components - 004c919f7e91b02e6e9747833bb7eebffb3c8f19 authored over 1 year ago by Evan Jacobs <[email protected]>
refactor(types): major refactor to IStyledComponent and attr typings

github.com/styled-components/styled-components - 186766abda17d0c2aa3f5ab14cfcb97a592d8d9f authored over 1 year ago by Evan Jacobs <[email protected]>
refactor(types): make data-attribute support in attrs opt-in

There's some bug in TS at the moment where if you provide a mapped
object type as part of a disc...

github.com/styled-components/styled-components - e675ed3c2c0c0dd625c2afa1b7a4d3547b1dc5b8 authored over 1 year ago by Evan Jacobs <[email protected]>
fix(types): support `forwardedAs` properly

github.com/styled-components/styled-components - e2a4fb726d0f50e4a32829d291687cd4a6398a58 authored over 1 year ago by Evan Jacobs <[email protected]>
refactor(types): improve CSSProp support and add type tests

github.com/styled-components/styled-components - cb481eb48c3654bd7bf70a51a6053a856a567da6 authored over 1 year ago by Evan Jacobs <[email protected]>
revert: post-beta type refactorings

This reverts commit ed47cc988a84f3ce42f578515a29254fbd42a077.

github.com/styled-components/styled-components - 0e974e8b7b3441457c6b0fa6fca5da5314d26f97 authored over 1 year ago by Evan Jacobs <[email protected]>
Add failing TS tests for forwardedAs and css prop

(cherry picked from commit 8e0ea70121f8f4d30eb22390c6bf3528911787bb)

github.com/styled-components/styled-components - c38ef2be621cd86cd47816ebcba49db7a55fb34c authored over 1 year ago by Alice Hendicott <[email protected]>
refactor: ensure useTheme hook returns theme object (#4033)

This is a breaking QoL improvement for the happy path of styled-components usage. Now `useTheme...

github.com/styled-components/styled-components - 8766ec3909ac3fc7d82b00599e1509449b386464 authored over 1 year ago by Niklas Frank <[email protected]>
chore: update lockfile [skip ci]

github.com/styled-components/styled-components - 466a8d088c9fd8222f51713402ea270d8880437e authored over 1 year ago by Evan Jacobs <[email protected]>
Merge pull request #4042 from jportner/frozen-prototype-fix-again

Compatibility with frozen Object prototype, part 2

github.com/styled-components/styled-components - 887d1334c14cef9767803fdf158fb930e75ab747 authored over 1 year ago by Evan Jacobs <[email protected]>
Change more toString property assignments to property definitions

github.com/styled-components/styled-components - efba71241826685948716d0aefb3e6ca62725372 authored over 1 year ago by Joe Portner <[email protected]>
chore: fix type error in StyledComponent.ts

github.com/styled-components/styled-components - c37a98f8cd3d014e936518574552f86a4ed3bc2d authored over 1 year ago by Evan Jacobs <[email protected]>
fix(stylis): ensure rules are split coming out of stylis (#4021)

* fix(stylis): ensure rules are split coming out of stylis

When vendor prefixing is enabled, ...

github.com/styled-components/styled-components - 02504ef1a8dcc20eb831374a4ed706485776416a authored over 1 year ago by Evan Jacobs <[email protected]>
fix(types): address regressions and improve css prop & util typings (#4028)

* Regression fixes

* #4027 Fix forwardedAs

* #4027 Fix css prop definition

* Fix incorr...

github.com/styled-components/styled-components - ed47cc988a84f3ce42f578515a29254fbd42a077 authored over 1 year ago by Justin Hopper <[email protected]>
chore: update lockfile [skip ci]

github.com/styled-components/styled-components - 3ee575eddf804e4bf460f1cadb5890db7ae2f5cf authored over 1 year ago by Evan Jacobs <[email protected]>
fix(native): add missing postcss dependency

Fixes #4017

github.com/styled-components/styled-components - 26a2360079d649b3cac8ad3bf11c3f14b55fc562 authored over 1 year ago by Evan Jacobs <[email protected]>
chore: bump minimum Node version to 16

This follows the Node release schedule:
https://github.com/nodejs/release#release-schedule

github.com/styled-components/styled-components - a7caedab5882bef8224212a7258b286cb6853c2b authored over 1 year ago by Evan Jacobs <[email protected]>
fix(types): resolve deficiencies in the attr typings, and many other type improvements

* Add failing tests for type issues in v6 rc

* Add issue comment link to tests

* fix(types...

github.com/styled-components/styled-components - d31b393c05947563e804b83b109b845d5fc00220 authored over 1 year ago by Justin Hopper <[email protected]>
fix: perf issue with large union types (#4011)

* Fix perf issue with large union types

* Fix ts errors due to inheriting child component pro...

github.com/styled-components/styled-components - 10d3332aa39b28f6652906db27705e821c2aaf65 authored over 1 year ago by Justin Hopper <[email protected]>
chore: bump stylis to 4.2.0

This enables @layer query support in styled-components.

github.com/styled-components/styled-components - fcb3af84f805ebf2f89dcae57291ad09e375302f authored over 1 year ago by Evan Jacobs <[email protected]>
fix: handle scenario where stylis has a functionality gap

github.com/styled-components/styled-components - 6cee6c24f7e8dd4f0ada724fcea397d03e778ea2 authored over 1 year ago by Evan Jacobs <[email protected]>
chore: add test verifying container query support

github.com/styled-components/styled-components - 16c56496787b53a467ca7facd482365043b9dd90 authored over 1 year ago by Evan Jacobs <[email protected]>
Merge pull request #3995 from PeachScript/hotfix/deps-declaration

fix: correct dep declaration for styled-components

github.com/styled-components/styled-components - 138b6dbc64cdac768ef3731dab6b0df0f8dee925 authored over 1 year ago by Evan Jacobs <[email protected]>
fix: correct dep declaration for styled-components

github.com/styled-components/styled-components - 43f39839c98b913a0bf6097c3e2ebc1e061d7767 authored over 1 year ago by PeachScript <[email protected]>
Merge pull request #3991 from styled-components/failing-tests-from-3800

beta iteration

github.com/styled-components/styled-components - 66d2d30a42acb427f274687622d4bf246d849ab7 authored over 1 year ago by Evan Jacobs <[email protected]>
refactor: improve rn base types

github.com/styled-components/styled-components - 1b7d0d8c37c42a973d19d628427c8ff6081827b9 authored over 1 year ago by Evan Jacobs <[email protected]>
refactor: fix a number of type issues

github.com/styled-components/styled-components - d696f0db74b6a6f77fbe98cdc96a006969f4a708 authored over 1 year ago by Evan Jacobs <[email protected]>
refactor: factor out redundant type

github.com/styled-components/styled-components - fdf532731bde03a34263438553e5e35235583e39 authored over 1 year ago by Evan Jacobs <[email protected]>
fix: revise self-reference replacement algo

I think this could use more work, but should be ok for a PoC to see
if it fixes the bug.

github.com/styled-components/styled-components - e65619882525ee7c3b5e90ff221cc68cc591b963 authored over 1 year ago by Evan Jacobs <[email protected]>
chore: add failing tests

github.com/styled-components/styled-components - 870f5c3507cb40a46ec7d93a82f4214cfbe4e918 authored over 1 year ago by Evan Jacobs <[email protected]>
Merge pull request #3987 from Lazyuki/unitless-css-vars-main

fix: Do not add px to CSS variables (main branch)

github.com/styled-components/styled-components - d68815574e38801f9813928dd497e6cb92926b77 authored over 1 year ago by Evan Jacobs <[email protected]>
do not add px to CSS variables

github.com/styled-components/styled-components - abc48b3815c96b5a126cd44be74ba8990db60f5e authored over 1 year ago by Yuki Ito <[email protected]>
Merge pull request #3984 from ahutchings/feature/remove-duplicated-test

Remove duplicated test

github.com/styled-components/styled-components - c406ceb9aa8857122a1ab04061ac34c236d034f9 authored over 1 year ago by Evan Jacobs <[email protected]>
Remove duplicated test

github.com/styled-components/styled-components - e4c760bbb3af361aa779a75192ef7a30478b5dc1 authored over 1 year ago by Andrew Hutchings <[email protected]>
Merge pull request #3982 from ahutchings/feature/fix-css-prop-typings

Fix `css` prop typings

github.com/styled-components/styled-components - 14c37f56a226d7d277a022874e7d6aad21eea83a authored over 1 year ago by Evan Jacobs <[email protected]>
Add typing tests for the `css` prop

github.com/styled-components/styled-components - 40ac44d80084a352080194553dd6160e667d8112 authored over 1 year ago by Andrew Hutchings <[email protected]>
Update docblock description for the `CSSProp` type

github.com/styled-components/styled-components - 8234e2d4a4013b5b6a8484c5e0301f959b6461b5 authored over 1 year ago by Andrew Hutchings <[email protected]>
Update the `CSSProp` type to match the `css` function's return type (`RuleSet`)

github.com/styled-components/styled-components - 89e7e0951d42f7d8da575daa748f3addb735ec47 authored over 1 year ago by Andrew Hutchings <[email protected]>
Export `RuleSet` type

github.com/styled-components/styled-components - d98f955f17e0be4b08f092485266c4b6916df3a9 authored over 1 year ago by Andrew Hutchings <[email protected]>
Merge pull request #3972 from ImBIOS/patch-1

chore: remove --clipboard option in envinfo

github.com/styled-components/styled-components - 0dd6394fc2daba182b7e2e5b202271a331a945f1 authored over 1 year ago by Evan Jacobs <[email protected]>
Merge pull request #3977 from marmite22/anim-namespace

Fixes an issue where keyframes are declared inside a namespaced StyleSheetManager

github.com/styled-components/styled-components - 7b868fb58b99c03046cd99e0dc400f00c93ac634 authored over 1 year ago by Evan Jacobs <[email protected]>
Moved keyframe test to keyframes.test.tsx

github.com/styled-components/styled-components - fa58c33019d673cf85fb39ed44ba79468fb84211 authored over 1 year ago by Jesse Baker <[email protected]>
Fixed imports that got removed when I temp. had some code commented out

github.com/styled-components/styled-components - 32be8171e43d7d8aa63c75050203e58c01ad3bc6 authored over 1 year ago by Jesse Baker <[email protected]>
Added test and fix to handle animations declared in a styled component inside a namespaced StyleSheetManager

github.com/styled-components/styled-components - 766fa10c25ca4f5c619726d97b54e8eb140b93e0 authored over 1 year ago by Jesse Baker <[email protected]>
chore: remove --clipboard option in envinfo

clipboard argument in envinfo isn't supported anymore, we should directly use clipboardly or cli...

github.com/styled-components/styled-components - d0865badf4c094d624f07017a9dbc08193b55213 authored over 1 year ago by Imamuzzaki Abu Salam <[email protected]>
chore: modernize benchmark cases

github.com/styled-components/styled-components - 944f85018db9745af7ec260558dd5faafae4f811 authored almost 2 years ago by Evan Jacobs <[email protected]>
refactor: adjust className application order

Fixes #3912

github.com/styled-components/styled-components - 1e3ffeb98df0c31a82aead9c0b2992cdc9606ea2 authored almost 2 years ago by Evan Jacobs <[email protected]>
Optimization of hot paths (#3970)

* Keep foldedComponentIds as a string

Seems the only use just joins the contents on every rea...

github.com/styled-components/styled-components - 4d4e63cc9f9e64fd2f53e3b713062e7516d22117 authored almost 2 years ago by Ben Bryant <[email protected]>
breaking refactor(stylis): disable vendor prefixing by default

Thankfully vendor prefixes are far less likely to be needed
thes days. They can still be enabled...

github.com/styled-components/styled-components - 2b4f6cbd29441f1dc5ab91e26da688157e6809eb authored almost 2 years ago by Evan Jacobs <[email protected]>
refactor: consolidate Theme-related code

github.com/styled-components/styled-components - fe1ceb1460b3c5e630264aa677dafc8986437ea8 authored almost 2 years ago by Evan Jacobs <[email protected]>
refactor: optimize stylis hot path

github.com/styled-components/styled-components - 06678f5c79e47e4848442ebfe7b9ef9d6cb51b70 authored almost 2 years ago by Evan Jacobs <[email protected]>
chore: optimize utilities

github.com/styled-components/styled-components - c50a8ce1c1eb3b96c4e175b1c396650d1289f7fb authored almost 2 years ago by Evan Jacobs <[email protected]>
chore: tail-call optimize flattener

github.com/styled-components/styled-components - 37f5b5f529cf7a0bb1c30e1f035c160854ab7918 authored almost 2 years ago by Evan Jacobs <[email protected]>
Merge pull request #3966 from benbryant0/ben/fix-determine-theme

Fix determineTheme & add typing

github.com/styled-components/styled-components - 9aa317eadc2b4f29f12080751b95ab6b8ae9ee0f authored almost 2 years ago by Evan Jacobs <[email protected]>
Fix determineTheme & add typing

github.com/styled-components/styled-components - c69dbb972f83c0f23fddd29ef95c2ae06476c3b1 authored almost 2 years ago by Ben Bryant <[email protected]>
refactor: optimizations

github.com/styled-components/styled-components - 75d492c68caf0f1c2a7f705e734db3e41395f866 authored almost 2 years ago by Evan Jacobs <[email protected]>
chore: dry up isFunction checks

github.com/styled-components/styled-components - 7853ac1fc2e7a7fd3054f95b9301ed7dad62c50e authored almost 2 years ago by Evan Jacobs <[email protected]>
refactor: isolate context generation

github.com/styled-components/styled-components - acd9f09dab09ddca49d25f2d42ecd1ea58f9c739 authored almost 2 years ago by Evan Jacobs <[email protected]>
refactor: simplify output

github.com/styled-components/styled-components - 41bd1907a12a8aa32043c3263ba828945caa37e0 authored almost 2 years ago by Evan Jacobs <[email protected]>
Merge pull request #3963 from jportner/frozen-prototype-fix

Make styled components work when the Object prototype is frozen

github.com/styled-components/styled-components - a546d1e8c647d143fca6c446e72103b5d0c248db authored almost 2 years ago by Evan Jacobs <[email protected]>
Merge pull request #3961 from SilviaPag95/patch-1

Remove "exports" entries

github.com/styled-components/styled-components - 9600c0d0a37a4c162423aeb7675572e48e59f3e8 authored almost 2 years ago by Evan Jacobs <[email protected]>
Change StyledComponent to explicitly shadow the prototype's "toString" property

github.com/styled-components/styled-components - 5093c01d02d511c64a5b773b9dbfe5c4d9d24d05 authored almost 2 years ago by Joe Portner <[email protected]>
Remove "exports" entries

Fixes https://github.com/styled-components/styled-components/issues/3800#issuecomment-1453355949

github.com/styled-components/styled-components - d8c678ec7933a87cca6d50255ed44a223a937085 authored almost 2 years ago by Silvia <[email protected]>
chore: fix multi instance warning trigger condition

Fixes #3932

We now take the SC_ATTR value into account when computing if multiple
runtimes are ...

github.com/styled-components/styled-components - 10992a551e73d0262bbc45e49bc7fa7562b56a3e authored almost 2 years ago by Evan Jacobs <[email protected]>
chore: maintenance

github.com/styled-components/styled-components - fc5dc9e28879e7cef22ae5c1027a3b5404ea2819 authored almost 2 years ago by Evan Jacobs <[email protected]>
chore: delete CHANGELOG

See GitHub releases

github.com/styled-components/styled-components - 0510c652999113c445de1dafbc08e51be7b08051 authored almost 2 years ago by Evan Jacobs <[email protected]>
fix(types): restore exotic component prop passing

For some reason it's no longer causing an error, perhaps fixed
in the most recent TS upgrade?

github.com/styled-components/styled-components - f678107f420ecf5454aa6326bd6819d83a61c09d authored almost 2 years ago by Evan Jacobs <[email protected]>
chore: update rollup ts plugin

github.com/styled-components/styled-components - 5ae6be284b70141a20fea35090bdc6fa570dea56 authored almost 2 years ago by Evan Jacobs <[email protected]>
chore: minor dependency updates

github.com/styled-components/styled-components - a08629eb69ae2b3a914c3a0dea6246c355eaa3d9 authored almost 2 years ago by Evan Jacobs <[email protected]>
chore: add "exports" entries"

github.com/styled-components/styled-components - 7c629ad394bf27f54f7da0a97cfb04dcac13f837 authored almost 2 years ago by Evan Jacobs <[email protected]>
Merge pull request #3944 from marmite22/incorrect-test

Fix to recently added test that wasn't running

github.com/styled-components/styled-components - 727cd6a84441c276b6e048e6dab3722ce5c0560f authored almost 2 years ago by Evan Jacobs <[email protected]>
Fixed a test that was a) slightly broken and b) not actually running because it was mistakenly defined outside the describe block

github.com/styled-components/styled-components - c0a4d9b5eede98266605adb32b343b780767cbbe authored almost 2 years ago by Jesse Baker <[email protected]>
chore: v6.0.0-beta.11

github.com/styled-components/styled-components - 447342685c0a9d7b09a658bb75cd1a2195a7e61f authored almost 2 years ago by Evan Jacobs <[email protected]>
chore: suppress TS error with comment

github.com/styled-components/styled-components - 0f088c7a470d12021f4ded8c7628a4f1df6e1b16 authored almost 2 years ago by Evan Jacobs <[email protected]>
fix: invert StyleFunction prop handling

github.com/styled-components/styled-components - 2850bb8025c7a98002f4498f46448680302833da authored almost 2 years ago by Evan Jacobs <[email protected]>
chore: add type test file with failing scenario

github.com/styled-components/styled-components - ae91c652a03cfa274fc70608f5ec6f2a7bf47c4e authored almost 2 years ago by Evan Jacobs <[email protected]>
refactor: pass derived props into StyledOptions

github.com/styled-components/styled-components - 498e7536bd73e67cfe0f75b2f32f31965e0e8ac8 authored almost 2 years ago by Evan Jacobs <[email protected]>
chore: remove eslint

github.com/styled-components/styled-components - cffda2810146dbda051afcd52f63ba0572e589f1 authored almost 2 years ago by Evan Jacobs <[email protected]>
fix: simplify polymorphic type

github.com/styled-components/styled-components - 3b10ae8b44aa33540815f2b1f5e068eaa9acb0dd authored almost 2 years ago by Evan Jacobs <[email protected]>
refactor: remove OmitSignatures helper type

github.com/styled-components/styled-components - 412a156aa5be09e453e0c704aae5743572b80a2b authored almost 2 years ago by Evan Jacobs <[email protected]>
chore: split checks

github.com/styled-components/styled-components - 3f68866a7b7fca8dd689ad1162324a7bd81327ff authored almost 2 years ago by Evan Jacobs <[email protected]>
feat(StyleSheetManager): add ability to provide default shouldForwardProp

This allows for an easy upgrade path to v6 if transient props
were not previously in use.

github.com/styled-components/styled-components - 508aefd9a13a8d3da52e978feeecb7ec7754f63e authored almost 2 years ago by Evan Jacobs <[email protected]>
Fixes issue when using an ampersand (&) to scope css to a parent selector alongside the new namespace feature (#3908)

* Added failing test to demonstrate issue with ampersand in selector when used with namespaced s...

github.com/styled-components/styled-components - 198641f4346394b2ab0224d608e183418ce87f27 authored almost 2 years ago by Jesse Baker <[email protected]>