Ecosyste.ms: OpenCollective

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

github.com/styled-components/polished

A lightweight toolset for writing styles in JavaScript ✨
https://github.com/styled-components/polished

build(package.json): Bump package version

7e0a9f896673e88e8ecaae74ba391dabe2c63e09 authored over 6 years ago
feat(tint): function should mix a color WITH white

We were accidentally mixing white WITH our color

2e9ce034ddfddd8b5a831d6fcab20de2295cabdf authored over 6 years ago
feat(shade): function should mix a color WITH black

fd3401506c17e751a137978f7940cafeca93cf70 authored over 6 years ago
docs: update docs

7330f91d3c9c770763a061608da5112d3fef104e authored over 6 years ago
test: update snapshots

e9e8d530b8119f7ca652657f41e40841fa5feec5 authored over 6 years ago
chore(Package.json): Release branch for Babel 7

Release branch for Babel 7, updates shields in readme, addresses bug with semantic release deps,...

3ccbec97293a201991b374bf578e2c496af845d3 authored over 6 years ago
chore(package.json): Move runtime to devDeps

af765917bcf92640d2c40ffd937bd4373851d7da authored over 6 years ago
Upgrade to babel 7

2dbcc34fcab055b93c3aa98ef8103751eec18338 authored over 6 years ago
feat(Color): Color modules now support 4 Digit Hex

All Color modules now support 4 Digit Hex shorthands as input.

fix #368

3c1c759eeec2f758d605c4888cc255c8ac0b5dd3 authored over 6 years ago
docs: Improved docs for parseToRgb and parseToHsl

dab36c466fe702cb28d2436e555c60d233007d08 authored over 6 years ago
Add missing commas to docs

5dc6f7c7a561d3aa61c5045105ad0ed238bdb9a8 authored over 6 years ago
fix(ellipsis): Remove inline-flex from ellipsis.

Remove inline-flex from ellipsis mixin as it was breaking in more cases than it was actually sol...

9d8300ebd2a468bbdeb3d11596184e4b5fc48aba authored over 6 years ago
Update .npmignore

68e6ddff8381f77afcbc84fc0050ae3f13a00d0d authored over 6 years ago
Update .npmignore

e585c629a423d1709fe6ee429cf0d5734c7e37fe authored over 6 years ago
Provide env replacement

e0f0e75bf5544276b1d9da50bf50426396f27dce authored over 6 years ago
Simplify rollup config

1b41407f22982ea84195c06d49a460881043cd0d authored over 6 years ago
Delete ROADMAP.md

72de368eb6dae837c40d08a71c9f55f6c2e8d630 authored over 6 years ago
Update CONTRIBUTING.md

1f1580e7c332425894ea30f8f6a0d68edeefbb08 authored over 6 years ago
Update package.json

92106a1328a9a89fa3eaf42def225e71cb31f7e8 authored over 6 years ago
Remove jsnext:main field

https://github.com/styled-components/styled-components/issues/1825

d68e3be8f1927398b6a90102da6644a7d0881dab authored over 6 years ago
fix(types): Updated types to be compatible with styled-components.

Adjusted normalize implementation to allow for typings to match styled-components' typings.

Fix...

5c684e6d4d888189405b88571a29812f646fd9af authored over 6 years ago
fix(parseToHSL): parseToHSL can now handle float values for hue

Regexes updated to allow parseToHSL(a) to handle float values for hue.

fixes #343

d1d1f4076a55f3cc2dfbd54c8a7d64f1edc516b4 authored over 6 years ago
Update package.json

217ca52931a3546ae14352be63d1c75ad3c55d21 authored over 6 years ago
Version 2 Release (#347)

* build(typescript): Removes typescript and tsgen (#295)

Removes typescript tests and tsgen a...

82d43620f9228b6d944242b35c61a5a94e6fed52 authored over 6 years ago
Fix README examples (#324)

docs(README): color module examples incorrect

078e920a456c658bf3f92bcb7fd1cf7c87484fe6 authored over 6 years ago
fix(parseToRGB): Not covered invalid input (#323)

* Update flow version

* Fix case of unparsable rgbColorString

* Make Errors a bit more pre...

dc2e76f38e4c6f7d74dd2df030f88efee1578497 authored over 6 years ago
docs(Roadmap.md): Fixes for Roadmap.md

7481d96c0edcc2cdd9c5a8e7f8f249861c4a1a0a authored over 6 years ago
docs(Roadmap): Update ROADMAP.md to reflect current plan

3a196755fcf4d6328de1667e552f5c666134b79c authored over 6 years ago
Revert "docs(babel): add plugin (#308)" (#309)

This reverts commit 6083967fc3fbc2bb4580cb5bc58d3e393bf72b62.

ce1af2e395ce1ed9f4a11035cbd61e312770a762 authored almost 7 years ago
docs(babel): add plugin (#308)

6083967fc3fbc2bb4580cb5bc58d3e393bf72b62 authored almost 7 years ago
Fix link url to contributors' page (#307)

Just noted that link goes wrong, while have meeting with lib, fixed with a cap of tea :)

8a64fffd3462c88b4df58be7b2270390d5eac6b6 authored almost 7 years ago
Opencollective opencollective (#303)

* Added backers and sponsors on the README

* Added call to donate after npm install (optional...

72d100afe9a359b185ab6bfd61f6a8aa03c8052a authored almost 7 years ago
fix(build): Centralized babel config to prevent accidental mismatches (#293)

ee912ff48c87af34af51409ba19d0f15c1ced0e6 authored almost 7 years ago
fix(package): Add version to package.json for release. (#291)

5dc4f4e8d0ee5434993e8648b0d8d10d8b05353d authored almost 7 years ago
fix(semantic-release): Fixes travis config for semantic-release (#290)

669389ecdad085c7956a8600dae313387e599988 authored almost 7 years ago
build(library): Updates most outdated dependencies (#288)

Updates most build and library related depenendencies and cleans up rollup config.

cd3ba94d33c82502755db7b1c5bb27a4d2bf32ae authored almost 7 years ago
docs(roadmap): Updated roadmap.md for 2.0 (#289)

b478b69b4b69a194ba019709394ce600aff39bc7 authored almost 7 years ago
build: lock rollup-plugin-commonjs version (#282)

lock rollup-plugin-commonjs version to prevent the build from throwing when running npm install
...

07c46ff3b9f2da07cd31ccd99809dfcc8590c73d authored about 7 years ago
docs: fix typos (#280)

28fdc902e2b3a0706ea0cf9543b2fdb5efc3ef80 authored about 7 years ago
Fix a typo in error message in triangle mixin (#278)

* Fix a typo in error message in triangle mixin

* Fix typos in triangle mixin test

* Updat...

127ac3a14fadddd07058cd337fa5e6af21958828 authored about 7 years ago
docs(docs): Improved nav contrast (#275)

2a08bc9e46aacc04ec296adbd78c7d8827f92e79 authored about 7 years ago
docs(style)Improve color contrast for sidebar text (#274)

381b297886e6331ec25593e8bbabae2e2396b1a1 authored about 7 years ago
feat(hideVisually): hideVisually docs and release (#273)

871252a331fede047cbdb99bad859987ce61ab59 authored about 7 years ago
feat(mixins): Add hideVisually mixin (#272)

* feat(mixins): Add hideVisually mixin

Add mixin to generate CSS that hides content visually ...

a93614a390ef3b34c725868763147529902ba6db authored about 7 years ago
docs(style)Improve color contrast for sidebar text (#271)

353ad1255b5fc7383819cb1149a208f9bb442ace authored about 7 years ago
perf(tooling): Use loose mode for the babel transpilation (#263)

fe7639f90cacf9c601d488d0ad1a5fd814387f1d authored about 7 years ago
chore(deps): Updated babel-plugin-annotate-pure-calls (#267)

6a5d16760615bf01df1079c66057fa7c843627a6 authored about 7 years ago
docs(contributing): add missing command for local docs serving (#260)

193bd45797f224a61d3cd74ff91e91d75ecea96b authored over 7 years ago
fix(Library): permit zero for directionalProperty, borderRadius (#259)

7dc411765ba140e61335d245a69135fa065d669e authored over 7 years ago
perf(deps): Removed annotations from the source, annotating automatically with a babel plugin (#253)

62f7defeefb37423feca61dad04ec0ed982a79b2 authored over 7 years ago
feat(shorthands): Shorthand now fully accept integers (#255)

Shorthand modules have been updated to allow unitless values as integers for better ReactNative
...

be4083631dad0ec2c41fa68ef46c84e0130a91ee authored over 7 years ago
docs(selection): Fix typo in selection comment (#254)

6980bb7080de7f8aa7a0e239b3f84a8339e8aabd authored over 7 years ago
chore(deps): Update rollup and related deps (#251)

f2e9c2cf813629ac93608b579fb68e078063d5d0 authored over 7 years ago
typo (#252)

073877f7f7a7ef49e7c75282debe1c9cd5c5a064 authored over 7 years ago
Correct the documentation for the placeholder mixin (#247)

3b7aef59cf6f4b431bb946c237478d91d1721462 authored over 7 years ago
build(travis): Update travis build to use yarn/node 8 fully. (#248)

ee8b5abb20cd6e74adc6de53225897d7795983be authored over 7 years ago
docs: link `styled-component` to the repo (#242)

c07f57ea89da1820e4cb619cccefcced74b60614 authored over 7 years ago
feat(getLuminance): Add getLuminance function (#163)

* feat(getLuminance): Add getLuminance function

* feat(getLuminance): Fix linting errors

*...

a72699a340d45d47879465b530fcd6c1141c9667 authored over 7 years ago
fix(package.json): Move typescript deps to devDeps (#241)

be8b05ac4db6292bea597cc9463da10cf8a2187b authored over 7 years ago
Update README.md

ec243a4c6b529c0dacdb43d73c9c66ee8711a678 authored over 7 years ago
fix(Docs): Remove redundant TOC from README and add TypeScript section. (#237)

* fix(Docs): Remove redundant TOC from README and add TypeScript section.

* docs(Remove unnee...

63b24f42d4aea3579a16885a5205e734bc4194ac authored over 7 years ago
feat(Typescript): Typescript Defs and Flow Improvements (#236)

* feat(Typescript): Typescript Defs and Flow Improvements

* feat(Typescript): Add readableCol...

70794c507f0d5309acf043fb6b25d1739b8fdcf0 authored over 7 years ago
docs(stripUnit): add quotes to strings in example (#233)

b31fabd870411ba99ad33f3b721db0ac741d62cc authored over 7 years ago
docs(Flow): Update flow docs in README to indicate that we now support flow with zero configuration. (#235)

17ebd8aed62e214e08801e24c642ebd074209577 authored over 7 years ago
feat(Flow): Type definition improvements (#222)

* feat(types): Improved flow types

* feat(modules): Explicit return values, toColorString flo...

6e8e9a524043813e6a4993d0267656cf62823478 authored over 7 years ago
fix(readableColor): add missing export of readableColor to index (#231)

b77607697a0cd730c5cdab2037772f35b48bb6ee authored over 7 years ago
Use 'break-word' as value in wordWrap example. (#228)

44d4cce6533896cd16c8a398c35bd94af7dc5b9f authored over 7 years ago
feat(Color): Returns most readable color, black or white (#217)

Uses W3C convention to determine if black or white is more readable (greater luminosity difference)

147370efe83203aaa102234e8122422097ec9e73 authored over 7 years ago
chore(package): Reduce published package size (#221)

Reduce published package size by adding non-essential folders to .npmignore

01c02e43aaa8ffad20838369e71796f243789e4b authored over 7 years ago
chore(package): Implement Prettier and Husky (#225)

* build(Prettier/Husky): Replace Ghooks with Husky and implement prettier

* style(package): I...

e102ce284c75c44dec2ecfb56b8e61325bcb1e01 authored over 7 years ago
docs(code-of-conduct): Adds Coraline's Code Of Conduct. (#227)

846752683c5658ecd26649647438ca7375356add authored over 7 years ago
docs(flow): Add .flowignore suggestion to docs (#216)

Add section to docs on how to handle flow errors using .flowignore

#201

f29cc68d7ddd6d54fdf0d61272fb35b32648796e authored over 7 years ago
chore(repo): Set code owners. (#218)

Properly set code owners so we can make requesting reviews easier.

fcb54792af4502aab052b1159e0de5a14c11e574 authored over 7 years ago
chore(Color): Remove unused argument from 'parseFloat'. (#219)

27532364280b5d49c61fabf4e60e30090d6852fe authored over 7 years ago
feat(modules): All properties produced by polished are now camel-cased (#210)

* feat(modules): All properties produced by polished are now camel-cased

* docs(modules): Rem...

478061337a37ee01518388cbb26b11bf9d5190c4 authored over 7 years ago
fix(color): Improve the library size for webpack (#204)

* perf(general): Improve the library size for webpack users

See https://iamakulov.com/notes/p...

7343037d37f87e45391bfb4ae1b824302821d9b2 authored over 7 years ago
build(babel): Replace deprecated latest preset (#203)

Replace deprecated latest preset with babel-preset-env

#195

f127e0c7d783b2c8a92ac6b0af61770a1864a8d6 authored over 7 years ago
feat(rgba): Fade color with rgba module (#168)

rgba now can accept a hex or named CSS color value and an alpha value to fade a color

c5ccb3bf1c210d26eb3c2a3b7ab71a817b49e7b3 authored over 7 years ago
build(documentation.js): Pin documentation.js due to a build issue. (#199)

Later versions of documentation.js introduced a breaking change that is affecting our theme. Unt...

752f41b9ccfcf6babedcf1355843fdab6892aac8 authored over 7 years ago
refactor(dependencies): move `semantic-release` entirely to `travis` (#194)

`semantic-release` is supposed to be run only in Travis,
so it's better to move it there.

3c09fae473098f3ad94bcca28b0034ec796d7b90 authored over 7 years ago
docs(contributing): use correct markdown syntax & format (#193)

77f61eb68be441d2d93b967c342d8b4164b4b201 authored over 7 years ago
fix: prevent floating point issue with alpha channel (#186)

5d3afc660e972cd23ae2e632ebf73f9247d36d5c authored over 7 years ago
chore(types): Add “exact” object types to the color types (#181)

4dcf555f7faa41ef12647135acd1de7dddd899ab authored over 7 years ago
fix(triangle): Complete triangle mixin (#162)

Finishes the triangle mixin with an updated API to be more in line with Bourbon's implementation...

361e46f1bc1c258388721d26990a16451071c67d authored over 7 years ago
docs(general): Doc improvements and updated roadmap (#165)

Updates docs to include usage example and direct link to contributors. Adds notes on usage and
...

502cc53e105b6bd779fbf8e6921abf29dcfce24c authored over 7 years ago
fix(cov): avoid publishing coverage results (#161)

2ad7f6555c6147b7db665a6f67084464e2a84a36 authored over 7 years ago
Fix array includes (#159)

* fix(Array.includes): Replace 'Array.includes' with 'Array.indexOf' to fix IE and Edge13

Rep...

4a53fb5333c67375b0af1075967207272ca38039 authored over 7 years ago
feat(color): Named color support for color mixins. (#155)

Adds support for CSS named colors in all color mixins. Also fixes some outdated tests for

mix...

16ecf5b7c21ca70c0779562e5681d78ab1a586b8 authored over 7 years ago
Merge pull request #157 from styled-components/clearfix-bug

fix(clearFix): Fixes an issue with content being blank.

ddc6f9e589330ef504ccdff72a168f3427adac6b authored almost 8 years ago
docs(timingFunctions): Typo in timingFunctions doc

7c48950954e14466d4e274d2b762ac9be4bec127 authored almost 8 years ago
fix(clearFix): Fixes an issue with content being blank.

Fixes an issue with clearFix where `content` was blank due to the empty quotes being parsed as a...

bb19bf1e533959f90cb79b13d8401beab8f9337a authored almost 8 years ago
Merge pull request #151 from styled-components/roadmap-doc

docs(repo): Add additional info for contributors.

7bed38c3a9fe4c71d48e3ac0637bf6f358e6bd36 authored almost 8 years ago
docs(Library): Roadmap and contributing docs.

Added ROADMAP.md to list features we are considering. Also updated CONTRIBUTING.md with more

re...

44d8ce7afacd67125fbe8c3d9f67d9e4186bd633 authored almost 8 years ago
Merge pull request #149 from brikou/fix_modularScale_helper

fix(helpers): Fix modularScale computation, allow steps to be zero

496c3840d78c44d0740b408c75a0b1970ec339a3 authored almost 8 years ago
fix(helpers): Fix modularScale computation, allow steps to be zero

d4aff94fb01e7bb07e6375ea4beab508d721a758 authored almost 8 years ago
Merge pull request #142 from 10xjs/allow-rgba-whitespace

chore(color): Allow whitespace in rgb and hsl values.

79a1353b0c732414e85d489fea7aad1b616a40d9 authored almost 8 years ago
Merge branch 'master' into allow-rgba-whitespace

492aa63f4cd724f8ec37253a71358945a457991b authored almost 8 years ago
chore(color): Allow whitespace in rgb and hsl values.

As per the spec: https://drafts.csswg.org/css-color-3/#rgb-color.

> White space characters are ...

80a929ac1d4a94b44d1843e563fcc77cf51efd1a authored almost 8 years ago
Merge pull request #141 from oscar-b/patch-1

Minor typo

c72dfa8e43b5e1427c774d0c4670c1294d25df4d authored almost 8 years ago
Speling

56e80cc7acf06c3a0a33dbabf6ac56ac7fac8b3a authored almost 8 years ago