Ecosyste.ms: OpenCollective

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

github.com/ariakit/ariakit

Toolkit for building accessible web apps with React
https://github.com/ariakit/ariakit

feat: Use div by default when none is passed to as

BREAKING CHANGE: When using `as` enhancer without passing any tag, it will use `div` instead of ...

b9053dae95833734c059f7964f22831cdefd65e9 authored over 6 years ago
Remove build script from CI (temporarily)

f709bf2a74048c044f76d10df8350a98cde2d3bc authored over 6 years ago
Merge branch 'master' into next

d474f4cbf8b8def1dfecb5cc822e45df617665bb authored over 6 years ago
Update postpublish script

a144ea64e45b2c86898b353374047174b9eab948 authored over 6 years ago
0.13.1

9f89f8aa31f28049bbc84a966928a8410e573b1e authored over 6 years ago
Merge branch 'master' into next

50cf60c0f790941e9f33b3e498cce7b741b25c10 authored over 6 years ago
feat: Build a separate entry point for each public file (#168)

Co-authored-by: Mateusz Burzyński <[email protected]>

Closes #106

31bd3f6629abdebf74d1297830dfff227935deb4 authored over 6 years ago
feat: Add Portal component (#169)

BREAKING CHANGE: `Overlay` and `Sidebar` no longer use React portals by default. Now it should b...

d6c16f763f73937a8c0b7fb1e261e6a6df0db30a authored over 6 years ago
fix: Let theme override default styles on Table

ab74f7ccf74025011f2efb014da9f6279385f485 authored over 6 years ago
Some small refactors

8ad7f94d4ddfe2cad08bdbda397fec17e564f844 authored over 6 years ago
Update CHANGELOG.md

a52e73840a144ad0c51b3d97b3f31a26f0ee6f2d authored over 6 years ago
0.13.0

0dc0ee49a55db0875ae828a19f5067d810c13c2c authored over 6 years ago
Merge branch 'master' into next

f5580da47f16e6ff20ea6f1da868db7274754b0e authored over 6 years ago
Update README.md

b9abe49d388bbb109ddb58aa37bf465deebe8c6e authored over 6 years ago
docs: Update sections layout (#166)

db842b874772c4a9f7fd06f5e23f780288237620 authored over 6 years ago
0.12.1

74778679835f6facb5115334b1cdc13a4ec1f618 authored over 6 years ago
docs: Add version on Header (#162)

Closes #113

1dbd3919acdc928dbd389e50f6e55bd6b72a7ba4 authored over 6 years ago
chore: Simplify parseClassName function (#165)

e01110f46ae2168731e9130c657f3883218af74a authored over 6 years ago
feat: Update Popover and Tooltip to use popper.js (#163)

Closes #130
Closes #100

BREAKING CHANGE: `Hidden` styles have been changed. Now it has a `t...

d6ac36ec98aa55106ea35041a3ac6b1a2614622d authored over 6 years ago
Merge branch 'master' into next

27cdc57f06cdffff347ebaa9e5ff995f8b376b67 authored over 6 years ago
Rebuild pages

c932d64d842295898bda8389d2be22aed1ba374c authored over 6 years ago
Merge branch 'master' into next

57b7870dc54dd62ff6c19b21f49d985330c2f979 authored over 6 years ago
Create CODE_OF_CONDUCT.md

b16e868c9bf65061d9f7ad45ef2f98e7edb1e2c3 authored over 6 years ago
Move to reakit org (#159)

e8014dbdc50db78275be0304ed342f9c19e4282a authored over 6 years ago
perf: Remove List.Item and Table.* (#158)

BREAKING CHANGE: `ListItem` and `Table` children components have been removed. You can replace t...

08f4c972cad462b8c5f873abd9deb5e18a4c3d44 authored over 6 years ago
Add dev styleguide (#157)

684f63e2bce3fc333eda9aa7cfa0c6762ab621e4 authored over 6 years ago
Update README.md

2d7e75232cafbcdddebb0bd3021413fef320b973 authored over 6 years ago
Update README.md

f582300c1b35591f47214ecebc9e154722bc6a6f authored over 6 years ago
fix: Only applies a default alignOffset to PopoverArrow and TooltipArrow when align is not center

37a9d5ccb401f8356ce1fbdd2686a0150e437fd3 authored over 6 years ago
fix(Perpendicular): Also consider alignOffset when align is center

3ffcd9d44c27c5ebebce6209df5820dc20ca0780 authored over 6 years ago
feat(Table): Add Table.Wrapper component (#156)

Co-authored-by: Joe Ng'ethe <[email protected]>

ae4f92a9a5c81610d9c7d6e0ab3f9c8cb316ae3b authored over 6 years ago
docs: Add MailChimp form

4f6b102d501fc4c633e2c6cfcd0d0c6a1bfbf599 authored over 6 years ago
docs: Add 404 page (#153)

d16f2020a9ebacb1e3661b14774c76fb15a15f4d authored over 6 years ago
0.12.0

70617b133cecc6279d28cf87c2983d89aa2bd9c5 authored over 6 years ago
Merge branch 'master' into next

e1f35cff7d4b79449834f854135640bbf5a810a0 authored over 6 years ago
0.11.2

05d8c039cbce9a1484a74d02d0812c0d8f10f18f authored over 6 years ago
feat(TableCell): Replace header prop by as="th" (#152)

BREAKING CHANGE: `header` prop was removed in favor of `<TableCell as="th" />`.

9e1a37cfcacd566e3a9df9e9c0fb833b25134f07 authored over 6 years ago
feat: Make prop-types a dependency (#151)

a31efd9e2a3b982aef034b70f112abf9caddb9ec authored over 6 years ago
feat(Perpendicular): Add alignOffset prop (#150)

BREAKING CHANGE: The default value of the `gutter` prop on `Perpendicular` has been changed to `...

e1823d61e133b5cf766559b7930749d37134cb87 authored over 6 years ago
feat(Perpendicular): Add angle prop (#149)

BREAKING CHANGE: Replaced `reverse` by `angle` prop on `Perpendicular`.

4ce1a64b1bba93fcc2bb433702dabacb29e09e9b authored over 6 years ago
feat(Hidden): Add transition props (#147)

BREAKING CHANGE: `styleProp` was removed from `Hidden`. Now, it changes the `display` property u...

db8a801e37df4adc042d81087a1978ae76d495fe authored over 6 years ago
Merge branch 'master' into next

5667e6db5afbc17caab4f1a638350c9922d2c947 authored over 6 years ago
Add CODEOWNERS file

f7dd2a71031a783c39574ec19a9137a64461bc5c authored over 6 years ago
Update README.md

c27827fc627881f8df82e82e7822107db7789b11 authored over 6 years ago
Add open collective

febbe9a40c2b4391e8f563b03ae65ae6c93a813e authored over 6 years ago
feat(Hidden): Replace destroy prop by unmount (#145)

BREAKING CHANGE: `Hidden`'s `destroy` prop was replaced by `unmount`.

07308babe39cfc4399718ceda3bc2a7805635789 authored over 6 years ago
docs: Fix description

250c66ab2838d3dc3a6290b79eed1523a93a0e79 authored over 6 years ago
fix(TabsPanel): Make it possible to pass visible to TabsPanel (#144)

54a8f9af3f882dceed8a46ee50a90ba16b610a95 authored over 6 years ago
docs: Add Google property verification file

b7787d088c74812e9445bb919818c44a92318b54 authored over 6 years ago
docs: Add Google Tag Manager for Analytics (#141)

634fdebc784c95d88ea509aac95fd0262abc428e authored over 6 years ago
Update README.md

65c7cc0224d9042a483e503fd1abaffeb50c0a97 authored over 6 years ago
Update README.md

2eb8b27632dff566de7501ec277e88c255d3fd8c authored over 6 years ago
Update README.md

082154d87a5b18c348f9235f8b927037ce577df7 authored over 6 years ago
docs: Add Container API Table (#140)

2caf0e43c149123a0224ce33b36bfe3c1544462b authored over 6 years ago
fix(Table): Use theme.Table

a4bed90d57e5f98b1817a0c2c9b96674d95e188c authored over 6 years ago
docs: Fix toolkit typo (#135)

a438ceebb621c38826ec8309f50f7841cc91ee56 authored over 6 years ago
docs: Refactor ArticleNavigation into SectionNavigation (#134)

fa7e6220eae3682d683881e4cf73b4bc42b0606a authored over 6 years ago
docs: Add PropTypesTable to website (#131)

7fa33eee55d8e1430f0fb4878dbcb8b9e6ffbd75 authored over 6 years ago
Fix typo (#133)

1507465c78b9d8d06760d9a439c2418f5d021fb5 authored over 6 years ago
docs: Add open graph metatags to website (#127)

253a255396c1eb20c6810af6f29192e7f003a607 authored over 6 years ago
docs: Fix website 404 (#126)

da78165c078855664b42c438f6cb49d5deaa79df authored over 6 years ago
Update README.md

4d34f03fb75cf99525fe72f4150823b5e215b351 authored over 6 years ago
Scroll to top when switching between pages (#125)

33d246a8dba8cf5a79da6ba10091354a8b63fa35 authored over 6 years ago
docs: Add previous section and next section links (#124)

114c32f54709fb545c773508fbae929b7d448d3e authored over 6 years ago
Update Blockquote.md

b93ae2ff75259ebb006f3676114c6e43ffaafe7f authored over 6 years ago
docs: Add "improve this page" links to sections (#123)

bfcb5f6ea48cc0119d2184573848ad7a5d7ae7f9 authored over 6 years ago
Update README.md

008e8e0262fde9f89e09d11b50ee196400f66667 authored over 6 years ago
Update README.md

941cd9f2f367db7026192b03f242642cc571b262 authored over 6 years ago
Add standard-changelog (#121)

0e1e5665a8d9dc97148496f5746c71645663769a authored over 6 years ago
docs: Add github src links for all component sections (#120)

d8f23051c1285339f206969b9295ab0b45b86018 authored over 6 years ago
Make Travis deploy to gh-pages

37ca6772d319fee7ee712af8175959071c647bae authored over 6 years ago
Travis skip cleanup

d065d6773933e170f0b68635352679b2edee5d98 authored over 6 years ago
ReaKit (#111)

* Initial commit on ReaKit

* Use theme

* Upgrade dependencies

* Fixed Card.md

* Update HomeF...

b7903aa6ec367289bd70264bb2f1a01a8e8fd441 authored over 6 years ago
0.11.1

3483ce923cb0a02efbae58ecba3e96c552924095 authored over 6 years ago
Fix Card styles

f824ce79082da8823ce7ed4b5b51d80f9f0e8766 authored over 6 years ago
0.11.0

6fb7c2bf937045571e9f94ab25ec001f1e2b4773 authored over 6 years ago
Merge branch 'master' into next

03ecd2294cf2f93b2dcddef8852fb2f99846f5be authored over 6 years ago
0.10.4

c0e8d74f1c6ea805840b4d95e99c75a2a8cebd08 authored over 6 years ago
Update TabsTab style

e912474ab67e060e944b96f45bf261841c488165 authored over 6 years ago
Update Tabs style

348f48b7ec62088bf1d552128cbd8018191e4501 authored over 6 years ago
Update Shadow styles

4efcf65e10d913c3c54cd8f3f6345e6cd9f560b7 authored over 6 years ago
Update Link styles

5443c147ad42ab8c75753fb85d3f45e452e22966 authored over 6 years ago
Update Code styles

d22ebaf0c162d2e3971a0f2c363b3fe1f2816b08 authored over 6 years ago
Update Card styles

028c4f9705dda5089d8441927e426f0a5cb197e4 authored over 6 years ago
Merge branch 'master' into next

02a2e3e24fa3eebcb0dc318eedfd6e121a147756 authored over 6 years ago
Disable touch highlight on Backdrop

667ac6c08669484349452eafce903ac958a6e8cf authored over 6 years ago
BlockQuote Component (#110)

dcb8520e04704222241ab722f6a9e3eb9b38c94a authored over 6 years ago
Upgrade singel

28807f29e8e11551907b98f799b2315f89acc8a6 authored over 6 years ago
react-known-props update and changes. some small stuff too. (#108)

* upgradete react-known-props, rm SVG utils, added target to .babelrc

* update docs public ht...

4523918e64ee73ab5c9b87deb08b29eddd9af95c authored over 6 years ago
Merge branch 'master' into next

707743478c82ae4334b17975c842565eb32747e3 authored over 6 years ago
Add missing themable components (#105)

f89fb8a948c2f8bb762922dd5f44b780c7b47715 authored over 6 years ago
Sidebar (#103)

* Sidebar

* Remove unncessary default props

fa92baf5f10a788125397cf7dbd0c067aac2cd89 authored over 6 years ago
Overlay (#102)

* Add Overlay

* State -> Container

73a5fe7ad7975d5841c3fe1eded77ed4bc1a0b8a authored over 6 years ago
0.10.3

60dac3f9dac05b831abd4777f7e871e109fd1fbb authored over 6 years ago
Wrote docs for components that were missing it. (#99)

* add docs

* docs

* added docs

* built docs

* better wording

66d7b40d8f0cb202f8681de2763c63636fb1b204 authored over 6 years ago
Update Paragraph styling

99e4403874bc050109121de1ded9fa857297cb58 authored over 6 years ago
Fix styledComponentId

91f27fa80578493efa7ed12c9f4932fc3e35b030 authored over 6 years ago
Merge branch 'master' into next

f807b79d5c0dfcda2bd3e56eb2cdcffdca64f0ac authored over 6 years ago
Add different methodologies for controlling visibility <Hidden /> (#97)

* Add different methodologies for controlling visibility <Hidden />

* Document changes to <Hi...

10fe2787dadc49d874e0bdf806e067eebf473964 authored over 6 years ago
Update Card docs

926b6e3f7476278aa1c5ac85449424008c2f87da authored over 6 years ago