Ecosyste.ms: OpenCollective

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

Ariakit

UI toolkit for building accessible web apps with React
Collective - Host: opensource - https://opencollective.com/ariakit - Website: https://ariakit.org - Code: https://github.com/ariakit

fix: Fix empty array values being filtered prematurely before `useFormState`'s `onValidate`

Now they're filtered only before `onSubmit`.

github.com/ariakit/ariakit - 6052829709a8bc1cbff28e7a1a85c4942f4b4b58 authored over 5 years ago
fix: Fix `FormSubmitButton` not considering elements other than inputs as invalid fields

github.com/ariakit/ariakit - c4f688a6b7f7621e3a4ed633210c3f3df0aa0202 authored over 5 years ago
docs: Add a "Toolbar with Menu" example

github.com/ariakit/ariakit - a0fd87da129644d3db67a48eb06b6c5bff601f9e authored over 5 years ago
chore: Avoid resolution warnings from babel-plugin-module-resolver

github.com/ariakit/ariakit - 7580a4ab933bce8c1d1dbbfa2318f4df954dcf64 authored over 5 years ago
chore: Upgrade dependencies

github.com/ariakit/ariakit - 090d1cd65713cffed8c510235212feb6ad1c59b3 authored over 5 years ago
feat: Add new `size` prop to `PopoverArrow` and `TooltipArrow`

Closes #383

github.com/ariakit/ariakit - 11a6df12e69cb014a33251f46e53e05eba7bb1e3 authored over 5 years ago
fix: Fix missing React Hooks deps

github.com/ariakit/ariakit - b08b62c1d00cefe6d26c534793cb47c71c0fba9b authored over 5 years ago
fix: Fix TypeScript generating wrong declarations for state hooks

github.com/ariakit/ariakit - dff05c2b19c6077e504d3f66a8a6a3328c1a4ad7 authored over 5 years ago
feat(website): Hide state hook props from docs (#390)

This puts props returned by state hooks (e.g. `useDialogState`) into hidden sections in the docu...

github.com/ariakit/ariakit - fdac9129f2ed029d53dbcfefaaae8f6b445ba129 authored over 5 years ago
fix: Always focus `Rover` when calling `rover.{move|first|last}()` (#389)

Behavior before this change:

- Call `rover.first()` (focuses the first `Rover`)
- Move focus...

github.com/ariakit/ariakit - f346df49ba45ea058e36cc2cbf03c8074b10c5cd authored over 5 years ago
chore: Apply patch-packge to @lerna/version

github.com/ariakit/ariakit - 570e475785f0256598149eb721025888360c49aa authored over 5 years ago
chore: Fix type error

github.com/ariakit/ariakit - 00febbc44c473a14f282a06a7ee9f41e9a8994ec authored over 5 years ago
chore: Upgrade react-testing-library

github.com/ariakit/ariakit - 9067121ef975bc7bf023f5a751ac08982e8653f9 authored over 5 years ago
chore: Upgrade dependencies (#387)

github.com/ariakit/ariakit - a4d59fafa46f0d8f73ae37b431e4e6b242f28831 authored over 5 years ago
fix: Make `Menu` work properly with `unstable_animated` (#386)

github.com/ariakit/ariakit - b96c466d3a84a1ec6a70bf9601e02ebe9ff4dbfb authored over 5 years ago
chore: Move a specific utils from reakit-utils to other packages

github.com/ariakit/ariakit - 371e2fbb99ceac750ee80ba3f6e37a32526390d2 authored over 5 years ago
chore: Update README.md

github.com/ariakit/ariakit - cdb43bb067eb3a09a38c6825dcf7dacd6f50c2d5 authored over 5 years ago
feat(website): Add Spectrum/StackOverflow links (#382)

* fix(website): Add stackOverflow to footer

* fix(website): Add spectrum to header

* fix(w...

github.com/ariakit/ariakit - dff81584ec1387e46f6c3c8ce5e0de500cc2774b authored over 5 years ago
fix: Remove false positive warning from `Dialog` (#385)

* fix: Remove false positive warning from `Dialog`

`Dialog` was displaying a false positive w...

github.com/ariakit/ariakit - 5334bd483700a26a3d36932d5a6012917ff4449f authored over 5 years ago
chore: Add deprecation warning on `reakit/utils/Provider`

github.com/ariakit/ariakit - 8a8702f471e38b1394f880abd0891247b3de643b authored over 5 years ago
feat: Move helpers to separate package (reakit-utils, reakit-system) (#380)

BREAKING CHANGE: Utils aren't exported by `reakit` or `reakit/utils` anymore. Import them from...

github.com/ariakit/ariakit - 354b8748a8beae34aa8d969d113ff3745924de82 authored over 5 years ago
docs: Provide a styled-components example in the docs (#379)

github.com/ariakit/ariakit - d2eebd21098e81142432ba2c4c603600883f98d7 authored over 5 years ago
fix: Add missing deps to `usePopoverState` effect

github.com/ariakit/ariakit - d44df81ef4036355363a2231391c55871daf0cc0 authored over 5 years ago
chore(website): Update title

github.com/ariakit/ariakit - dba3b606301bc33f547f4fcad7ac3f64221341c8 authored over 5 years ago
chore: Update docs

github.com/ariakit/ariakit - 1afb63442bbff821cf869b0572180cfde6c44ed5 authored over 5 years ago
fix(reakit-system-bootstrap): Fix SVG arrow being added after `MenuDisclosure` when children is a function

github.com/ariakit/ariakit - 3f53b33089f9cd947e577adef0a21e168ad29945 authored over 5 years ago
feat(website): Add previous/next links on documentation for better navigation (#375)

github.com/ariakit/ariakit - db97ee6d50a5c003d02864ca2f80e7f7c4a140af authored over 5 years ago
chore: Remove ProductHunt banner

github.com/ariakit/ariakit - fb4cc3a0b80345b532aa48f5979d488fc6c1de27 authored over 5 years ago
chore: Use async act

github.com/ariakit/ariakit - bba9d2bc6881df3ebfe423bfe36bb4aceee92be5 authored over 5 years ago
feat: Remove z-index and extra styles from `Dialog` and `DialogBackdrop` (#372)

Closes #366

BREAKING CHANGE: Removed extra styles from `Dialog` and `DialogBackdrop` and all ...

github.com/ariakit/ariakit - 5edd0d8153756687cf9961d103afb8149cb9a1d7 authored over 5 years ago
feat: Enable conditional render on `Hidden` components with render props (#371)

github.com/ariakit/ariakit - 70322c22502e6c8cfdf442b66ed0207bfc5e46c2 authored over 5 years ago
feat: Add `unstable_animated` option to `useHiddenState` and its derivatives (#370)

github.com/ariakit/ariakit - 4ba7f617da8ce2e0ac69819829f317cd31474505 authored over 5 years ago
fix: Fix `Checkbox` toggling twice on space bar key on Firefox (#369)

Closes #368

github.com/ariakit/ariakit - 27e9b6309933ac38bb68fc5fc0e01302af323108 authored over 5 years ago
chore: Update CONTRIBUTING.md

github.com/ariakit/ariakit - cc5ae58ab44d532e72eeb7399df66f19cd6a77e0 authored over 5 years ago
docs: Add missing redirects

github.com/ariakit/ariakit - a37f2bb6fa43f2e6cf58572dc7400d12b19a4d0a authored over 5 years ago
fix: Remove `async`/`await` so users don't need regenerator-runtime (#365)

Reference: https://twitter.com/swizec/status/1131799978878226432

github.com/ariakit/ariakit - 9c6d41adceb9dde225a9c606de9472f0057c8d24 authored over 5 years ago
Update FUNDING.yml

github.com/ariakit/ariakit - 13e9cbaecc86c1c406ce5b838d21b8a76c023c78 authored over 5 years ago
chore: Update FUNDING.yml

github.com/ariakit/ariakit - e09da084b0b1f5a347d8f684117bb5995f5cea82 authored over 5 years ago
Update funding.yml

github.com/ariakit/ariakit - 82ced194f1f0de1b48c7cf1874b1b3406e7713fe authored over 5 years ago
Update funding.yml

github.com/ariakit/ariakit - 4fc8246ad27982737f7dd251af87eb3201f37c9f authored over 5 years ago
chore: Add funding.yml

github.com/ariakit/ariakit - 8d7c9cf8a18277b0a595d016246c0e7c9d7bc9be authored over 5 years ago
chore: Add opencollective.yml

github.com/ariakit/ariakit - 5f644821c870bc7c370f17f74ffaba742e0f61cd authored over 5 years ago
fix: Stop adding `role="button"` on `Button` by default

This was leading to unintended behavors, like `<Button as="a">` getting `role="button"` by mista...

github.com/ariakit/ariakit - 574e2a9230ed241d71bdbad298c1546bd0af90c4 authored over 5 years ago
chore: Update .github templates

github.com/ariakit/ariakit - e99e6ef570737e4af2de1bb4d6113666ea80e328 authored over 5 years ago
chore: Update @lerna/version patch

github.com/ariakit/ariakit - aae3f5627fa69aef92af400f7d889e7461094a23 authored over 5 years ago
fix: Avoid infinite loop when using render props composition

github.com/ariakit/ariakit - 82563306f7598efebe1b0369638301f82eda7c71 authored over 5 years ago
refactor: Get rid of `mergeProps` (#362)

github.com/ariakit/ariakit - d20458136976cb27f21e8fc9e2e951bed095da51 authored over 5 years ago
chore: Update README.md (#361)

Fixed small typo under `Composition`

github.com/ariakit/ariakit - 8027ca498d6b086ecdd8f80668fc83d7931f5ac3 authored over 5 years ago
chore: Upgrade dependencies

github.com/ariakit/ariakit - 55d00689fca2b4357974496a58466689ebc2ff12 authored over 5 years ago
chore: Upgrade minor dependencies

github.com/ariakit/ariakit - 2e7d7affc91538d126ecd9f63d812a49fbb96a0c authored over 5 years ago
chore: Update Separator test indentation

github.com/ariakit/ariakit - 226750136cbdaa47652d055b3280504601ebcebf authored over 5 years ago
feat: Set `display: none` on `Hidden` when its `visible` prop is set to `false`

People setting CSS display on the `Hidden` component often get confused by the fact that it stop...

github.com/ariakit/ariakit - 73d6cd2e72b33fb7505f0205d83d2b5767ad9a4f authored over 5 years ago
fix: Stop flipping `orientation` on `Separator`

BREAKING CHANGE: `Separator` doesn't flip its `orientation` anymore. If you pass `orientation="v...

github.com/ariakit/ariakit - 52a0e63d1cd07e6ebd27a869a1c0b3e3378ea2d0 authored over 5 years ago
fix: Fix `Provider` not working without `unstable_system` prop

github.com/ariakit/ariakit - 37862fbba7102ce70da8c5084fa85ff01df7dbde authored over 5 years ago
fix(website): Add SEO to newsletter page

github.com/ariakit/ariakit - 9b1be52b475badc8277f954c0e93004f7be128bf authored over 5 years ago
chore(website): Update "Featured on Product Hunt"

github.com/ariakit/ariakit - f5585d7ceb9a08b0a71d90f8fdd619d9aa8abc07 authored over 5 years ago
chore(website): Add "Featured on ProductHunt" banner

github.com/ariakit/ariakit - 7d062a5d6e8d096852ea9c5dedc709cb3e7e501a authored over 5 years ago
chore: Make v0 links more evident and descriptive on README.md

github.com/ariakit/ariakit - 690bd6e775a2736372edd00b56f0d73a278e2ea3 authored over 5 years ago
fix(reakit-playground): Unmount React components correctly (#358)

github.com/ariakit/ariakit - 7206a1847c93df8c529702b0fcd6dd49d8435366 authored over 5 years ago
fix(reakit-system-palette): Fix primary color contrast ratio (#355)

Closes #354

BREAKING CHANGE: The `primary` color on `reakit-system-palette` (used by `reakit-...

github.com/ariakit/ariakit - 3856e1e092ae26e465c152f871fbfd2979559389 authored over 5 years ago
chore: Upddate README.md

Better create a comparison document later to avoid confusion

github.com/ariakit/ariakit - 1fa2628f0ea91b66e6d1f8c7d59a8046976ef5e5 authored over 5 years ago
chore: Update gatsby-config.js

github.com/ariakit/ariakit - ed8b6ff9c4670b5511c36de2e00ea5f15976d855 authored over 5 years ago
chore: Update README.md

github.com/ariakit/ariakit - 06c2413665f2bb3024f02206b290b87e47b3f674 authored over 5 years ago
chore: Update README.md

github.com/ariakit/ariakit - 122a15f337aafb918b86e247d7b7c8e9c6389bb3 authored over 5 years ago
Update README.md

github.com/ariakit/ariakit - e987cae3b03d40aef6ea477848036edc731b3ebe authored over 5 years ago
chore: Update stuff

github.com/ariakit/ariakit - 9c5f770eae131a856d0a734b3a28adc4d5317a38 authored almost 6 years ago
Merge branch 'master' into next

github.com/ariakit/ariakit - 27e1ddfb4915d69fe14413b208c318ba1ce71163 authored almost 6 years ago
chore(website): Add newsletter and tweak home styles

Co-authored-by: Leonardo Elias <[email protected]>

github.com/ariakit/ariakit - a9611417c757bc9741ce79e9f62b9aa4234efe56 authored almost 6 years ago
fix: Fix `Tabbable` erroneously preventing `onMouseDown` on inputs

github.com/ariakit/ariakit - 10af438f87409521e93fba4cff13ba400582a7a3 authored almost 6 years ago
feat(website): Add Google Tag Manager

github.com/ariakit/ariakit - a6866a8ad43ece7a4c07e95189f204c0ed3fb46f authored almost 6 years ago
feat(reakit-playground): Accept all HTML attributes in `PlaygroundEditor`

github.com/ariakit/ariakit - 80978751a560c8387a859b836fbac0be17cbd5cb authored almost 6 years ago
docs: Add Styling docs page

github.com/ariakit/ariakit - 636d926b0b2a001340f26dc063a8ed905cea9ea3 authored almost 6 years ago
fix: Fix nested `Dialogs` not closing when parent dialogs close

Moved the `propsAreEqual` check from `Hidden` to `Menu`. This optimization was pretty much to av...

github.com/ariakit/ariakit - 84d1e1662e29511ee39c55293426e6ff4b416a2d authored almost 6 years ago
chore: Update CHANGELOG

github.com/ariakit/ariakit - b79a8589f68fa82ff424a0757040ac62f903feb6 authored almost 6 years ago
chore: Upgrade dependencies

github.com/ariakit/ariakit - 4690d82e756b0f5c67efaeb4597c3c9b4d0fbde7 authored almost 6 years ago
chore: Fix `isTouchDevice` method

github.com/ariakit/ariakit - 1f49a21575bd6ebdee0b40ef638f2de61f1f0edd authored almost 6 years ago
fix: Remove the need of double click on `MenuItem` on mobile

github.com/ariakit/ariakit - 73b920ee24d60c9c6bdf4c455501f0d265d1329a authored almost 6 years ago
feat(reakit-theme-bootstrap): Remove highlight color on mobile tap

github.com/ariakit/ariakit - d3aefd5ec508e2e9ce5baab055d8068a0dd2b6ef authored almost 6 years ago
fix: Fix arrow keys closing `Dialog` opened by `Menu`

github.com/ariakit/ariakit - c3fdbcd03d4abc10becb25b9443dd9e2cc733968 authored almost 6 years ago
fix: Prevent buggy scroll on focus when showing Dialog

github.com/ariakit/ariakit - e0a328b88c66e7d795a9730b6f5efe766c687aad authored almost 6 years ago
chore: a11y warnings pointing to Reakit docs instead of w3c website

github.com/ariakit/ariakit - 309c0f078fb5bcb5cd83ce7ecdd27a0263b6410f authored almost 6 years ago
feat: Rename `mergeProps` util to `unstable_mergeProps`

BREAKING CHANGE: `mergeProps` util has been renamed to `unstable_mergeProps` and is not exported...

github.com/ariakit/ariakit - 9be2e14363a3faf1b5b5be633cfc88c07da6fc3b authored almost 6 years ago
feat: Add `state` and `setState` props to `Checkbox` and `Radio`

BREAKING CHANGE: `currentValue` and `setValue` have been replaced by `state` and `setState` on `...

github.com/ariakit/ariakit - 5902ab1ce7a6e55069ac9e864f598c443ce02332 authored almost 6 years ago
fix: Render `VisuallyHidden` as `span` instead of `div` since it could be placed in an inline element

github.com/ariakit/ariakit - ac24c0854e3f137e273b88f5196baa6908fac1e1 authored almost 6 years ago
chore: Update ComponentProps type name

BREAKING CHANGE: All the `ComponentProps` typings have been renamed to `ComponentHTMLProps`. `Co...

github.com/ariakit/ariakit - 87b081101e0118e9a261606a5b8e77f8ba359b5e authored almost 6 years ago
chore: Update website

github.com/ariakit/ariakit - da3d895932912e344e0a4825378d521648737dd7 authored almost 6 years ago
fix(reakit-system-palette): Fix several issues with `darken`/`lighten`

github.com/ariakit/ariakit - 6b58654c5ebf30a5a0d9c329a6323d21bd1d77f2 authored almost 6 years ago
feat: Add `unstable_animated` prop to `Hidden`

If `true`, the hidden element attributes will be set in different timings to enable CSS transiti...

github.com/ariakit/ariakit - e0ff29fc458253b270a61f0ed6f161fa100ef64e authored almost 6 years ago
chore: Revert `Provider.unstable_use()`

github.com/ariakit/ariakit - 3d0e21de2b5de9e89a8ccdb155e604328eca6d3d authored almost 6 years ago
chore: Small refactors

github.com/ariakit/ariakit - cec21f7b0ed00c725ab8f0331dd0bb2714577dff authored almost 6 years ago
feat: Add `unstable_preventOverflow`, `unstable_boundariesElement` and `unstable_fixed` props to `usePopoverState`

github.com/ariakit/ariakit - f0930e231a8dac3398bc9147c15837f71e5c2695 authored almost 6 years ago
fix: Fix `PopoverArrow` styles

github.com/ariakit/ariakit - a90d71f335ac3074f825d920d693da10f25abf1b authored almost 6 years ago
chore: Update docs

github.com/ariakit/ariakit - 26fb1c77233f8bc92cd6b7f800ec1e95958388e8 authored almost 6 years ago
chore: Update build scripts

github.com/ariakit/ariakit - 154cc0939c33eb7ecf0ef472f898861fe2299558 authored almost 6 years ago