Ecosyste.ms: OpenCollective

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

JSS

JSS is an authoring tool for CSS which uses JavaScript as a host language.
Collective - Host: opensource - https://opencollective.com/jss - Website: https://cssinjs.org - Code: https://github.com/cssinjs/jss

Bump codecov from 1.0.1 to 3.6.5 (#1286)

Bumps [codecov](https://github.com/codecov/codecov-node) from 1.0.1 to 3.6.5.
- [Release notes]...

github.com/cssinjs/jss - 014db48503b84a5479b308b648f81a1505d7dcc8 authored almost 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[default-unit] Allow options to pass function transforms in (#1292)

* [default-unit] Allow options to pass function transforms in

* [default-unit] Add function o...

github.com/cssinjs/jss - bc898d00ebe39dbea5a03eea8e3a347bdf741051 authored almost 5 years ago by Josh Kramer <[email protected]>
DOC: Updated the URL Links (#1299)

github.com/cssinjs/jss - d5f0bc31cfa586eab20ce47e1200c8654337ba03 authored almost 5 years ago by Vishal Jagtap <[email protected]>
docs(projects.md): add links to my CSS to JS styles converters (#1296)

I just created these tools, they are very comprehensive and support:
* nested selectors, conver...

github.com/cssinjs/jss - b36ef074e69aef21dc764a54f572d7ced76041bc authored almost 5 years ago by Andy Edwards <[email protected]>
Fix Typo (#1295)

github.com/cssinjs/jss - 653abe0dad2a8792b90f23a5da1bcf6a47520c43 authored almost 5 years ago by Yohix <[email protected]>
Add warning when using a function value inside a function rule (#1285)

* Add warning when using a function value inside a function rule

* Fix docs

* Display warn...

github.com/cssinjs/jss - d8e7622bf982554f89d15a7a7e1b8dda9dce73b5 authored almost 5 years ago by Matheus Wichman <[email protected]>
Allow a Comment node as insertion point (#1284)

document.createComment("blah") creates a node of type Comment, which works just fine.

github.com/cssinjs/jss - b179e6afdba9ef92f6ec6f12207cddc6a81e4681 authored almost 5 years ago by Christian Flach <[email protected]>
Fix multiple .addRule calls with font-face (#1280)

* Fix multiple @font-face

* keep key as a uniq identifier, use this.at for serialization

*...

github.com/cssinjs/jss - b7078069c591a4e727d8735b0b262e20eb00a7a0 authored almost 5 years ago by Oleg Isonen <[email protected]>
v10.0.4

github.com/cssinjs/jss - cbffc17d6f2452164712b6b654e6d331d0922f8b authored almost 5 years ago by Oleg Isonen <[email protected]>
Update changelog.md

github.com/cssinjs/jss - 0f6bb1a0e3cee917cc3770c45e9a3f5dc360c4be authored almost 5 years ago by Oleg Isonen <[email protected]>
Revert type change (#1270)

github.com/cssinjs/jss - cadafac7313256fa81ada455f25da7362c363335 authored almost 5 years ago by Henri <[email protected]>
Update changelog.md

github.com/cssinjs/jss - 083475fc3d213d21f714c64453934b7102b6db78 authored almost 5 years ago by Oleg Isonen <[email protected]>
[react-jss] fixed ts typings for hook, created common interface for options (#1266)

github.com/cssinjs/jss - c2ee8999157b2958cc644509061cc4e8ebdf9939 authored almost 5 years ago by BEGEMOT9I <[email protected]>
Accept options.generateId in hooks and HOC interfaces (#1263)

* fix: react-jss/src/utils/sheets.js getSheetOptions use options.generateId first

* test: add...

github.com/cssinjs/jss - 6a39f3b7656cf8d13aa6c67c494335bebef84958 authored almost 5 years ago by Oleg Isonen <[email protected]>
Add type alias for WithStylesProps (#1254)

* Add type alias for WithStylesProps

* Add changelog entries

github.com/cssinjs/jss - 17f54cfbe63009838c48fd2a12751302698ef200 authored almost 5 years ago by Henri <[email protected]>
Add TS types for css-jss packages (#1247)

* Add TS types for css-jss packages

* Change type to import from jss

* Add createCss expor...

github.com/cssinjs/jss - 30563026d4ef25a9f95bb4be6476786089feff01 authored almost 5 years ago by Andrey Osiyuk <[email protected]>
v10.0.3

github.com/cssinjs/jss - a35ce5a662af8682c6336faa2830b60b5ae9a326 authored about 5 years ago by Oleg Isonen <[email protected]>
Update typescript definitions (#1218)

* Update typescript definitions

* Push latest changes

* Improve recursive style type

* ...

github.com/cssinjs/jss - d6bdf475cd83d177caef82ce77b9d665f0c11c65 authored about 5 years ago by Henri <[email protected]>
Update changelog.md

github.com/cssinjs/jss - 6e8df04882ce9a5e6f2414134c31b7e563df458e authored about 5 years ago by Oleg Isonen <[email protected]>
v10.0.2

github.com/cssinjs/jss - 4fb859cceef620d0e54d7039fc5db65dd6012ebc authored about 5 years ago by Oleg Isonen <[email protected]>
Feature/revert breaking change (#1252)

* Revert breaking change

* Format

* Add update one

* use more exact type for update met...

github.com/cssinjs/jss - d5408152a1bf92cbeb8984efc3920fba1918d345 authored about 5 years ago by Henri <[email protected]>
v10.0.1

github.com/cssinjs/jss - caaa314acc24deda0c8a6b11afe9c15787598741 authored about 5 years ago by Oleg Isonen <[email protected]>
fix the v10.0.0

for some reason during last release script failed to update the version correctly everywhere

github.com/cssinjs/jss - 5c98fe037f9887c8484b1a0005a11c6341b11ff4 authored about 5 years ago by Oleg Isonen <[email protected]>
Update changelog.md

github.com/cssinjs/jss - c514617d305f999fd7cbc91fb145f9977b74fcd0 authored about 5 years ago by Oleg Isonen <[email protected]>
Updating styles a list item which has a nested rule (#1242)

* refactor createUseStyles

* add a test for list item update

* fix addRule() support for n...

github.com/cssinjs/jss - 3a536debe7a62a83c107cc0c3cdfc3a6bcff2402 authored about 5 years ago by Oleg Isonen <[email protected]>
refactor createUseStyles (#1237)

github.com/cssinjs/jss - 9f7924eb79bf1e78816db7aaa4cf3244710a90d5 authored about 5 years ago by Bono Stebler <[email protected]>
Update users.md

github.com/cssinjs/jss - 636bc9098acd07a061ab2ba89c44acf4701fa410 authored about 5 years ago by Oleg Isonen <[email protected]>
Update comparison link (#1238)

github.com/cssinjs/jss - 69ecc75797469357be054215ebeeae443121559d authored about 5 years ago by Christopher Gwizdala <[email protected]>
update snapshots

github.com/cssinjs/jss - c044f9d79057deb2bcce06f756ed47a6de32a260 authored about 5 years ago by Oleg Isonen <[email protected]>
Updated css-vendor to 2.0.7 (#1208)

* Updated css-vendor to 2.0.7

* Updated changelog

github.com/cssinjs/jss - a0dcd414d09307be8b45b7a64ede801da9bf528b authored about 5 years ago by Oleh Aloshkin <[email protected]>
Update changelog.md

github.com/cssinjs/jss - 094f77677bc82a18247217cadfe1fb6ce0bffc6e authored about 5 years ago by Oleg Isonen <[email protected]>
add the new funding property

https://blog.opencollective.com/beyond-post-install/

github.com/cssinjs/jss - 368f1a534f9de0ffe0e5aab606e992093553b84f authored about 5 years ago by Oleg Isonen <[email protected]>
Update PULL_REQUEST_TEMPLATE.md

github.com/cssinjs/jss - cd615bc4ae35f3e995a75e755659d74d40731f71 authored about 5 years ago by Oleg Isonen <[email protected]>
Fix(withStyles): HOC return component with standard displayName (#1214)

* Fix(withStyles): HOC return component with standard displayName

* Fix displayname formattin...

github.com/cssinjs/jss - 69caa415f245696a526621711e38934495c8e268 authored about 5 years ago by Dániel Sebestyén <[email protected]>
Fix: typos (#1209)

* Fix: typos

* fix: undo HOC spelling change

* Update react-jss.md

github.com/cssinjs/jss - b1602dcd6a5514e29c899f23d11cb6346a1cf6aa authored about 5 years ago by Zelda Hessler <[email protected]>
Update docs/jss-syntax.md

github.com/cssinjs/jss - 9f7599aea50093d466836e08f51a9945a8e0cd32 authored over 5 years ago by Oleg Isonen <[email protected]>
v10 summary (#1196)

github.com/cssinjs/jss - f894548288b1d93bc604e39b81f12113c27733a8 authored over 5 years ago by Oleg Isonen <[email protected]>
v10.0.0-alpha.27

github.com/cssinjs/jss - 7fc6f3a25358c42b6f1ed4a4db4caed121467c57 authored over 5 years ago by Oleg Isonen <[email protected]>
improve docs

github.com/cssinjs/jss - 60ab86493f203cc7f23245b15ab458eed3d549cc authored over 5 years ago by Oleg Isonen <[email protected]>
Fix fallbacks support in jss-plugin-vendor-prefixer (#1198)

* fix fallbacks support in jss-plugin-vendor-prefixer

* add changelog

* test fallbacks wit...

github.com/cssinjs/jss - ef0b2c71d8cc027c3d5b1a4fd6547d747c934cc7 authored over 5 years ago by Oleg Isonen <[email protected]>
react-jss docs improvements

github.com/cssinjs/jss - 2912127097aad1ffae18c3f52bac652b727edf4e authored over 5 years ago by Oleg Isonen <[email protected]>
fallback for `Number.MIN_SAFE_INTEGER` (#1197)

github.com/cssinjs/jss - 5925f4eab0d810cfed283c637b88fca2ceb263e0 authored over 5 years ago by Oleg Isonen <[email protected]>
v10.0.0-alpha.26

github.com/cssinjs/jss - 144b9329f3dc9edfc471aa52850abf82ebb5158d authored over 5 years ago by Oleg Isonen <[email protected]>
Fix the CI (#1194)

* bump safari ios to v10

* don't rerender rules in IE after detach if they are still in a val...

github.com/cssinjs/jss - 50c74f1611cb4f15488549fb7eb1f37b15eb27e7 authored over 5 years ago by Oleg Isonen <[email protected]>
v10.0.0-alpha.25

github.com/cssinjs/jss - 2b2c1a05fd7640bbf5c0736847754e3a98790dc6 authored over 5 years ago by Oleg Isonen <[email protected]>
Previous release went wrong

github.com/cssinjs/jss - 2e73979912f18f506ffcdbf6c7d5284fb197fe52 authored over 5 years ago by Oleg Isonen <[email protected]>
Bugfix/dynamic rules redeploy (#1190)

* Add failing test for cssinjs/jss#1187 - check CSSOM rules after mounting and unmounting a Reac...

github.com/cssinjs/jss - be50ad40c0f70c76e3c2a5c85556f287ecb68b78 authored over 5 years ago by Pete Feltham <[email protected]>
Fix/warning adjustment (#1170)

* adjust warning text about not found referenced rule

Currently, it is confusing to parse it ...

github.com/cssinjs/jss - 7f1fe82b1f244c61cc8f2d2a070ddcc0afd8378e authored over 5 years ago by Vladimir Starkov <[email protected]>
jss-plugin-nested docs fix (#1176)

github.com/cssinjs/jss - 845d41c4bd383b32b560d0f3607ed4cbaa01332f authored over 5 years ago by Anton Vasetenkov <[email protected]>
Update css-vendor to 2.0.6 (#1172)

github.com/cssinjs/jss - 00a20aec5dbcd0cf07442d693bb0004c09554122 authored over 5 years ago by Oleh Aloshkin <[email protected]>
v10.0.0-alpha.24

github.com/cssinjs/jss - a9244c32089ae3016fc3d807f8e9b5ba578c18d1 authored over 5 years ago by Oleg Isonen <[email protected]>
Consistent usage of the CSS browser API (#1168)

* Fix usage of the CSS browser API

Related to https://github.com/mui-org/material-ui/issues/1...

github.com/cssinjs/jss - 1cd139d062d393b2f2881b2b73915efb1550f742 authored over 5 years ago by Olivier Tassinari <[email protected]>
v10.0.0-alpha.23

github.com/cssinjs/jss - 0b17c5d9717141565e466ea0dafdf3ccbe86df5a authored over 5 years ago by Oleg Isonen <[email protected]>
Support falsy value from fn rule (#1164)

* support falsy value from fn rule

* changelog

github.com/cssinjs/jss - 2ec6a0e816c1e6d99d9d6a6bccb14c0c98f94a10 authored over 5 years ago by Oleg Isonen <[email protected]>
Create FUNDING.yml

github.com/cssinjs/jss - fc136a1928e013426e022c75096f0107cb41a8d7 authored over 5 years ago by Oleg Isonen <[email protected]>
Udpate ts typings (#1155)

* Add types for createUseStyles and improve Style type

* Add string support for createUseStyl...

github.com/cssinjs/jss - 2cb3fee47dbd74755bfd1ab517027defa51a0e7d authored over 5 years ago by Henri <[email protected]>
changelog

github.com/cssinjs/jss - 0b135af48c4b64607e546d30c64cf062834b3485 authored over 5 years ago by Oleg Isonen <[email protected]>
Nested function values not working in React (#1144)

* Add failing tests to demonstrate nested dynamic rule issue

* Fix nested dynamic styles

github.com/cssinjs/jss - 351c1e0f43b1fefa19b10a016e2b07c526ffa738 authored over 5 years ago by Pete Feltham <[email protected]>
Use componentDidMount for WithStyles (#1157)

* HOC should not attach sheets until mount, same as the new hook implementation

* Fix potenti...

github.com/cssinjs/jss - 808acb495feb332f788bcc1cc7c60a3fed1915cc authored over 5 years ago by Oleg Isonen <[email protected]>
Use mui like global ponyfill (#1153)

* Use mui like global ponyfill

https://twitter.com/IAmTrySound/status/1147174216095211520

...

github.com/cssinjs/jss - 743d6284919fec54625b75034f2876467d5166f0 authored over 5 years ago by Bogdan Chadkin <[email protected]>
HOC should not attach sheets until mount (#1149)

* HOC should not attach sheets until mount, same as the new hook implementation

* Fix potenti...

github.com/cssinjs/jss - 675d934fff505f6f1e66d3267d448b909bf5d852 authored over 5 years ago by Pete Feltham <[email protected]>
v10.0.0-alpha.22

github.com/cssinjs/jss - 9427ea592d80acc5e1db33af11950da20ca34c08 authored over 5 years ago by Oleg Isonen <[email protected]>
add react-dom dev dependenncy

github.com/cssinjs/jss - 8b983cea6e0b18fe5a735db66cdbb5cb1c0471aa authored over 5 years ago by Oleg Isonen <[email protected]>
Fix SSR for Hooks based implementation (#1148)

* registry.toString returns all by default and accepts attached option

* changelog and docs

github.com/cssinjs/jss - 08efcf5546f230e78fa5119563b47cfac8adaad0 authored over 5 years ago by Oleg Isonen <[email protected]>
React-JSS id prop docs and improvements (#1147)

* keep only specific to the old HOC parts in the legacy doc

* update all TOCs

* section ab...

github.com/cssinjs/jss - c934438ea09ecd309eff62ba23c4fd7dd4d19a2c authored over 5 years ago by Oleg Isonen <[email protected]>
v10.0.0-alpha.21

github.com/cssinjs/jss - 329a8bcf7d5524f69af8ad37147d5ea7531b6a9f authored over 5 years ago by Oleg Isonen <[email protected]>
fix changelog

github.com/cssinjs/jss - 3ff0757784ecdc9bb14bc6dcdd71687f19d9721a authored over 5 years ago by Oleg Isonen <[email protected]>
add support hint to the changelog (#1145)

github.com/cssinjs/jss - a9883e774a72ed6bc613087942345ccd13850469 authored over 5 years ago by Oleg Isonen <[email protected]>
Sheets management for css() (#1137)

* initial verion of css innterface

* use string based cache, which can be optimized later wit...

github.com/cssinjs/jss - 2874ed7ed334b83a62101ae634fde6b791675a63 authored over 5 years ago by Oleg Isonen <[email protected]>
Update css-vendor to 2.0.5 (#1142)

* Update css-vendor to 2.0.5

* Updated PR number for changelog

github.com/cssinjs/jss - 769e923abb05cc73295ae099a1a7951081baa442 authored over 5 years ago by Oleh Aloshkin <[email protected]>
more articles

github.com/cssinjs/jss - 13572ec9a9943f1ea67b8a7d38e8fd7a8178468a authored over 5 years ago by Oleg Isonen <[email protected]>
Small readability improvements (#1138)

* many more tests and some improvements to styped interface

* some nitpicks

* clean up

github.com/cssinjs/jss - 770ea2702eae3a49b72abc9206f526b4081affd0 authored over 5 years ago by Oleg Isonen <[email protected]>
create sponsors.md (#1139)

github.com/cssinjs/jss - 9d5d363a66666924a1defb1a2cf08c9369f1ae2f authored over 5 years ago by Oleg Isonen <[email protected]>
update karma settings

github.com/cssinjs/jss - 7b7c57ab52736825e5a3360d6f82d1b0a58efefe authored over 5 years ago by Oleg Isonen <[email protected]>
Update css-vendor to 2.0.4 (#1136)

* Update css-vendor to 2.0.4

* Update changelog

github.com/cssinjs/jss - ae3d1a578d3755d6d5832af199fa5577b752c20b authored over 5 years ago by Oleh Aloshkin <[email protected]>
v10.0.0-alpha.20

github.com/cssinjs/jss - 01321173ea5d906f96dffaf3c6e7f5672f37012f authored over 5 years ago by Oleg Isonen <[email protected]>
fixing release

github.com/cssinjs/jss - 64e75c61dc033bbf283c2df99a7c65c850db720c authored over 5 years ago by Oleg Isonen <[email protected]>
v10.0.0-alpha.19

github.com/cssinjs/jss - e445a64e5216e8ddcfa1e2f48dfac3546982d0c6 authored over 5 years ago by Oleg Isonen <[email protected]>
fix lerna force-publish flag

github.com/cssinjs/jss - 074908f448f5277fed84b582badc13dd253e3d71 authored over 5 years ago by Oleg Isonen <[email protected]>
many more tests and some improvements to styped interface (#1133)

github.com/cssinjs/jss - 8ad511b439a27867414fa61e3352e77fe136727d authored over 5 years ago by Oleg Isonen <[email protected]>
v10.0.0-alpha.18

github.com/cssinjs/jss - 76e65e92c6f746b19027e3071551183027dba3f3 authored over 5 years ago by Oleg Isonen <[email protected]>
JSX pragma for react that enables css prop (#1130)

* initial verion of css innterface

* use string based cache, which can be optimized later wit...

github.com/cssinjs/jss - 12a5f505ee6a98325bf168978dc9a974eebd68d7 authored over 5 years ago by Oleg Isonen <[email protected]>
Merge branch 'react-jss/feature/styled'

github.com/cssinjs/jss - 139cb97d0bc42a185d395260c5ec284f99ab4cfc authored over 5 years ago by Oleg Isonen <[email protected]>
merge labels, enable tests, since the suite is failing anyways right now

github.com/cssinjs/jss - b0bea6753ec72d2ab2d96614a59c28146aac59a7 authored over 5 years ago by Oleg Isonen <[email protected]>
New css interface (#1129)

* initial verion of css innterface

* use string based cache, which can be optimized later wit...

github.com/cssinjs/jss - 0af646d31962518f9603493825d43f3410ff6c14 authored over 5 years ago by Oleg Isonen <[email protected]>
Merge branch 'master' into react-jss/feature/styled

github.com/cssinjs/jss - 9e0633661ddfe259ed5380a95d3be6d5e7717e5f authored over 5 years ago by Oleg Isonen <[email protected]>
set author field to JSS Theam (#1128)

github.com/cssinjs/jss - 59ea4db9a634dfc1a1ca5642977b3aeed8a0d288 authored over 5 years ago by Oleg Isonen <[email protected]>
Styled API (#1094)

* wip styled

* more tests, lint

* add styled system tests

* switch back to style-system...

github.com/cssinjs/jss - 38267b17b189c2d5e9f73e28ff826c337459beca authored over 5 years ago by Oleg Isonen <[email protected]>
Merge branch 'master' into react-jss/feature/styled

github.com/cssinjs/jss - 3de05e71bdfd44c0a3a94dbf0a6a6c90b22e1193 authored over 5 years ago by Oleg Isonen <[email protected]>
skip the tests for now on the ci

github.com/cssinjs/jss - c9a03617c3e84db8de7ffd8db115d4695a822942 authored over 5 years ago by Oleg Isonen <[email protected]>
use shallow-equal package

big shout out to @trysound and @moroshko for adding ESM!

github.com/cssinjs/jss - ffd64fa804f929556c4274bff704850f00f52586 authored over 5 years ago by Oleg Isonen <[email protected]>
Update changelog.md

github.com/cssinjs/jss - 42d950a2b2e281214409914b067a57886e5760ad authored over 5 years ago by Oleg Isonen <[email protected]>
Export useTheme in TypeScript declaration (#1124)

* Export useTheme in TypeScript declaration

* Space TypeScript declarations

github.com/cssinjs/jss - 95f1681a98524f09d4d2763468e5800aea41ca80 authored over 5 years ago by A S <[email protected]>
support label

github.com/cssinjs/jss - 21ff93f159b28bcdfb7a45974c5937c534744029 authored over 5 years ago by Oleg Isonen <[email protected]>
optimize perf, better types

github.com/cssinjs/jss - a8c792e61d1224a3f670b9859cb9f34bd4b80685 authored over 5 years ago by Oleg Isonen <[email protected]>
add test for empty values returned from function rules

github.com/cssinjs/jss - 85d0c651bfdfa951d1844e1324790e7aa0774b5a authored over 5 years ago by Oleg Isonen <[email protected]>
merge the styles arguments passed to styled

github.com/cssinjs/jss - 6833bb940d3c3bdb348cd6124ec575a7623c10fb authored over 5 years ago by Oleg Isonen <[email protected]>
implement shouldForwardProp

github.com/cssinjs/jss - 4fe6114072c87da4006624de5d2863828cae68c2 authored over 5 years ago by Oleg Isonen <[email protected]>
accept multiple static and dynamic style declarations

github.com/cssinjs/jss - 1b3f9c9c5beb4938065cd3a4f959c0b181da7e5f authored over 5 years ago by Oleg Isonen <[email protected]>
more tests

github.com/cssinjs/jss - 69fcfb7ea268eaffffdb3b9155e1e4d57a68c8e1 authored over 5 years ago by Oleg Isonen <[email protected]>