Ecosyste.ms: OpenCollective

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

Reach UI

The Accessible Foundation for React Apps and Design Systems
Collective - Host: opensource - https://opencollective.com/reach-ui - Code: https://github.com/reach/reach-ui

update utils tests

github.com/reach/reach-ui - 4a1ae33b4da4972c9c9c0c37d4096505b6745dec authored almost 4 years ago
utils: explicitly check env for development with checkStyles

github.com/reach/reach-ui - 3aaed2969606e0a12f7196cffe0846851472f3ce authored almost 4 years ago
update deps + allow testing in React 16

github.com/reach/reach-ui - 856db5c30694485e34f7e40ff32e6f13a50fcbbc authored almost 4 years ago
use conditional blocks instead of reassignment for dev utils

github.com/reach/reach-ui - 4d7ccf0fd0948ed2738e3b48c64495e53ab22174 authored almost 4 years ago
utils: rm sideEffects: false

github.com/reach/reach-ui - 017cede5941ef330bebca77233319e4568f9907d authored almost 4 years ago
break utils into entrypoints and update imports

github.com/reach/reach-ui - 1bb07f99c8106af8e2fc9854fbd1113616ec671f authored almost 4 years ago
Merge branch 'develop' of github.com:reach/reach-ui into develop

github.com/reach/reach-ui - 6ba20c17e6ff32e276563936fed176b32684706e authored almost 4 years ago
listbox: update default styles [breaking]

- Update styles for selected/navigation options
- add `data-current-nav` and `data-current-select...

github.com/reach/reach-ui - 76fa0835fa4baaf16c6d7dac396eda1e5fbbea97 authored almost 4 years ago
tooltip: Fix typo in comments (#767)

github.com/reach/reach-ui - ea7a716371715347d56ef837044aedb5ce5428d3 authored almost 4 years ago
Merge branch 'develop' of github.com:reach/reach-ui into develop

github.com/reach/reach-ui - 9618b84c353b50354a1a36e742ac837f4a1d4e5e authored almost 4 years ago
listbox: fix selection for VoiceOver iOS (#625)

github.com/reach/reach-ui - 2749c5da22538c5535dada3fa4c4119c0a996196 authored almost 4 years ago
Add sideEffects false to all packages to enable tree shaking (#761)

* add sideEffects false to all packages to enable tree shaking
* remove unused `ponyfillGlobal`...

github.com/reach/reach-ui - e1a6fba7042e1e023c4a3a4e7c15a13225500667 authored almost 4 years ago
feat(auto-id): add type overload (#752)

github.com/reach/reach-ui - 01c1a16315e7d89f7e7f338cb8c3d2a72023087c authored almost 4 years ago
Update ts deps

github.com/reach/reach-ui - 927961d945047447ce731a80bef462f5d927ba45 authored almost 4 years ago
rm old scripts + deps

github.com/reach/reach-ui - e0246c78a34ccb43c78262cc343977e85870c64d authored almost 4 years ago
Replace custom build scripts w/ Preconstruct (#732)

github.com/reach/reach-ui - 3d1c2d7627162f86a509e879828303cd5752b171 authored almost 4 years ago
CI tweaks (#749)

github.com/reach/reach-ui - 40ac99e121003e26f7023fb548cf6d13c810e6cc authored almost 4 years ago
Prevent extraneous updates when clicking outside closed menus (#740)

github.com/reach/reach-ui - 3ca7fabf63eb3e0e188aa096c03674f01bf92db9 authored almost 4 years ago
tooltip: prevent crashing when using SSR (#742)

github.com/reach/reach-ui - 30036e9f1dee72b78f7e0ac68e8efd7b8d05244a authored almost 4 years ago
Fix openPanels in useAccordionContext (#728)

github.com/reach/reach-ui - 8cc0ee760a0a34a950631bf1a8f633675dd0c497 authored about 4 years ago
chore: react 17 compatibility for all packages (#716)

github.com/reach/reach-ui - d0e135d65a1aeeb7aedb691ead8c320af438f980 authored about 4 years ago
Merge branch 'develop' of github.com:reach/reach-ui into develop

github.com/reach/reach-ui - ad554383b70b22f11cba25ebb21c8b3d5a0b1e20 authored about 4 years ago
Remove unused use-throttle dep from yarn.lock (#719)

github.com/reach/reach-ui - 05f5d95a6c612033e940c6f1f6014dba6ed8a536 authored about 4 years ago
[Combobox] Update openOnFocus example to work even with empty input (#720)

github.com/reach/reach-ui - 6995b96bee10246f62309414ed4de3a59a5e3d4a authored about 4 years ago
tooltip: move safari hack into separate hook

github.com/reach/reach-ui - 881b6ee3496c4b5b868f5ca1f706af63ea48114e authored about 4 years ago
tooltip: use enums for state and events

github.com/reach/reach-ui - 495759cdcf4ada015be2552c4b5a87df1d081a23 authored about 4 years ago
tooltip: machine refactor

github.com/reach/reach-ui - e1775ae1ba772927a2950c2108ebfcb08dae013b authored about 4 years ago
tooltip: formatting + opts

github.com/reach/reach-ui - 2705b568f0f2f40deb9e485a0fc9bd083e65fc73 authored about 4 years ago
tooltip: Fix inconsistent cross-browser behavior with disabled elements (#712)

github.com/reach/reach-ui - 231740736c98067a93798b068370cf9a924c7424 authored about 4 years ago
Export `positionTooltip` function (#662)

github.com/reach/reach-ui - 5d0464fb8b7bde1d36d346908fbe61362a0bc10e authored about 4 years ago
Revert "temp: revert combobox docs"

This reverts commit dfd96fe33a5a144981bc59b4363ce2fa7d9411f4.

github.com/reach/reach-ui - 09b4d0a6f65803645e768a99f18907e96be7d4d6 authored about 4 years ago
temp: revert combobox docs

github.com/reach/reach-ui - dfd96fe33a5a144981bc59b4363ce2fa7d9411f4 authored about 4 years ago
update match-sorter and example APIs

github.com/reach/reach-ui - 0c709f2eda6dee2f300393e9ea537e99b635f72f authored about 4 years ago
combobox: Add data to hook + new useComboboxOption

- Add `data-state` attribute to components
- Add `navigationValue` and `state` to useComboboxCon...

github.com/reach/reach-ui - 7815437914c426c3ac84e2e21a680a69b4364f5f authored about 4 years ago
Merge branch 'develop' of github.com:reach/reach-ui into develop

github.com/reach/reach-ui - f3bf64f18b9f91f922d4dddcd14c2ffea572cd98 authored about 4 years ago
Export imported types as types (#708)

github.com/reach/reach-ui - 8671c31f62e5e666d2216a94679fd907a5cf0e39 authored about 4 years ago
utils: fix broken type exports

github.com/reach/reach-ui - 8a3f24e925dbaf2523d8b89385b7980bcbb12163 authored about 4 years ago
add combobox example with custom data

github.com/reach/reach-ui - 1439c7522ed83fb128d703004b385fa2a8d62f91 authored about 4 years ago
import useStableCallback fom utils

github.com/reach/reach-ui - 329467275e4e697684d71e1cb281eb8a76412177 authored about 4 years ago
add release script

github.com/reach/reach-ui - 09eeccda6e4597d21545982c53db5c42beddce6b authored about 4 years ago
Merge branch 'develop' of github.com:reach/reach-ui into develop

github.com/reach/reach-ui - d35f82d7b9893509f5bda5abc86f8d9a47977113 authored about 4 years ago
update useRect signature

github.com/reach/reach-ui - 5cece9e1d89bc62042bd5324b8adac703a4dbfcc authored about 4 years ago
import types explicitly

github.com/reach/reach-ui - bb23e80f07f0f13109749cb0e66b46636b8302a3 authored about 4 years ago
slider: simplify styles

github.com/reach/reach-ui - da74307cf607e95fe7129a52b4909d36bbf57740 authored about 4 years ago
Remove slider width styling (#673)

github.com/reach/reach-ui - 9e3e4bcea652f621149f7c410cbd8bb76d086e81 authored about 4 years ago
slider: fix focus bug on pointerdown

github.com/reach/reach-ui - 4b3cf21414d99801a5a0d357e8149e12833e2fc6 authored about 4 years ago
slider: rename SliderTrackHighlight > SliderRange

github.com/reach/reach-ui - ebeb10444fde187680b0694a41f813678984830d authored about 4 years ago
fix imports in combobox example

github.com/reach/reach-ui - 472217500306563a47abba07cfc6cb84cd56d3f5 authored about 4 years ago
checkbox type fixes

github.com/reach/reach-ui - 8ebdb4d7677ddb52077e3c0badc770213361263c authored about 4 years ago
improve as prop typing

github.com/reach/reach-ui - 800daf323d136c678fd924e612147400a09ba803 authored about 4 years ago
cleanup utils

github.com/reach/reach-ui - 46fa9f2a2d31b2e28fdd343983dbe0a5a8a749c3 authored about 4 years ago
menu-button: prefer ownerDocument on global listener

github.com/reach/reach-ui - c0fa08269a3dda8f5a01765dfbba9d7576329601 authored about 4 years ago
menu-button: revert touchstart listener (#700)

github.com/reach/reach-ui - 6509c0b91867774a8c8d05ff8f718621cfd55caf authored about 4 years ago
rm unused checkbox interface

github.com/reach/reach-ui - 8a1f01d6cfa9274dbb0542466bc93a18bf08f5cb authored about 4 years ago
rm own prop types

github.com/reach/reach-ui - 650eb175928c6762479a073a1edf13860beec9e8 authored about 4 years ago
update type exports

github.com/reach/reach-ui - 1e96c33351b6bbe79f3eb5e84fbefd4a798a204f authored about 4 years ago
fix website compiling issue

github.com/reach/reach-ui - a1ed8e8a55cd4c76292cb9a5fe5697930cc3f6e7 authored about 4 years ago
website enhancements

github.com/reach/reach-ui - 0ffa2e09790b25fc1578f97ca0eff724f4d19e73 authored about 4 years ago
utils: add useStableCallback

github.com/reach/reach-ui - 85b34a9502a4a19b7db3533c1614e07176ad5cad authored about 4 years ago
update website deps

github.com/reach/reach-ui - 735fe18b479cf18d585d119f32bb06d43491b93d authored about 4 years ago
rect: add examples and update docs

github.com/reach/reach-ui - 4f74768a0332c07f8ad0ef069b77044a3445c450 authored about 4 years ago
Fix #693 by capturing mutable value sliderRef.current (#694)

github.com/reach/reach-ui - eb8773b897218d970d04b96923f61f88d9c5db07 authored about 4 years ago
update storybook

github.com/reach/reach-ui - 68a8a6d01f5d6da6ca9eb57ef1c97249593f63a6 authored about 4 years ago
Merge branch 'mareksuscak-alert-hidden-message-invalid-syntax' into develop

github.com/reach/reach-ui - 76ff4f664cdfd3b873ad9b1110e911ebe5e658e0 authored about 4 years ago
Merge branch 'alert-hidden-message-invalid-syntax' of git://github.com/mareksuscak/reach-ui into mareksuscak-alert-hidden-message-invalid-syntax

github.com/reach/reach-ui - 97f3fba43846471da0c3478ab180431e511972a8 authored about 4 years ago
Merge branch 'mareksuscak-visually-hidden-element-prop' into develop

github.com/reach/reach-ui - 06502b9c1b6c379f41e130b4dfe256bc31431f8d authored about 4 years ago
spread style prop and use as types directly

github.com/reach/reach-ui - 48a6e4004a7f469392e75733540c4b8eb1d11385 authored about 4 years ago
Merge branch 'visually-hidden-element-prop' of git://github.com/mareksuscak/reach-ui into mareksuscak-visually-hidden-element-prop

github.com/reach/reach-ui - 1f55ce0125402bbcd905244a50dbd409aaa06e34 authored about 4 years ago
housekeeping

github.com/reach/reach-ui - df22cf6fa719f08201e57cbc8abeda2deb677bd8 authored about 4 years ago
tooltip: support as prop + fix types

github.com/reach/reach-ui - e518f1790857ab47b122c350aaf37cc33a1013c1 authored about 4 years ago
tabs: support as prop + fix types

github.com/reach/reach-ui - 71182538c933e9498ae27fd4dcc6360e48d813bb authored about 4 years ago
slider: support as prop + fix types

github.com/reach/reach-ui - 1117afa37cd9aa03c7ab662ba98cca12774980e7 authored about 4 years ago
skip-nav: support as prop + fix types

github.com/reach/reach-ui - 0cfb8bc0c22e2738f819db1abdc6f793023ff3bb authored about 4 years ago
popover: support as prop + fix types

github.com/reach/reach-ui - cdab59bbe7fd02f4a147e873c7091064d2077d2c authored about 4 years ago
menu-button: support as prop + fix types

github.com/reach/reach-ui - 0294b23323d986e5502ba8d639144f2accd7aeed authored about 4 years ago
menu-button: support as prop + fix types

github.com/reach/reach-ui - aa863fed1d90602b02e008b31bfb44e55c5019dd authored about 4 years ago
listbox: support as prop + fix types

github.com/reach/reach-ui - 87fe83296b38885efb76794815659334abdced5e authored about 4 years ago
clean up docs and examples

github.com/reach/reach-ui - e998f4c674c27a3a15c23a900f84324b6a93b234 authored about 4 years ago
disclosure: support as prop + fix types

github.com/reach/reach-ui - 4ac5ef77e8ef417b611a65a4e882f2cd3585200b authored about 4 years ago
descendants types

github.com/reach/reach-ui - 22e60d545221490e65409ae697ca1260e4445e21 authored about 4 years ago
housekeeping junk

github.com/reach/reach-ui - ab4d6283ca02acbc67abec808850efd04b0f182e authored about 4 years ago
combobox: support as prop + fix types

github.com/reach/reach-ui - a6d74b10a3d0793af45d796a16e18561a7916712 authored about 4 years ago
checkbox: support as prop + fix types

github.com/reach/reach-ui - eda3adeaa477945540dc256c7043c2f3b60b30e8 authored about 4 years ago
auto-id: type improvements

github.com/reach/reach-ui - f55e9c16502f115b6e970d56e8b838e5d9844472 authored about 4 years ago
dialog: support as prop + fix types

github.com/reach/reach-ui - 0fbc6393d5feaa9c108f949add782a4b55aa772d authored about 4 years ago
alert: support as prop + fix types

github.com/reach/reach-ui - bad9a0e72df32c0a0a1b655996b452c125777312 authored about 4 years ago
accordion: support as prop + fix types

github.com/reach/reach-ui - e17aefb7510a125d0a6bc22bdca7a42424515229 authored about 4 years ago
accordion: support as prop at top level; update docs

github.com/reach/reach-ui - 7fd13f1b144dcdb05ffa73f4780e89926646fd09 authored about 4 years ago
disclosure: export useDisclosureContext and prop types

github.com/reach/reach-ui - 1a8c4c237f54220b227aa773b7775762d91941db authored about 4 years ago
Merge branch 'develop' of github.com:reach/reach-ui into develop

github.com/reach/reach-ui - aeb8d08c77493c6f1172615cf17f6ac11273ba50 authored about 4 years ago