-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-next' of github.com:reach/reach-ui into release…
…-next
- Loading branch information
Showing
51 changed files
with
328 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# @reach/accordion | ||
|
||
## 0.18.0-pre.4 | ||
|
||
### Minor Changes | ||
|
||
- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/accordion", | ||
"version": "0.18.0-pre.3", | ||
"version": "0.18.0-pre.4", | ||
"description": "Accessible React accordion component", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# @reach/alert-dialog | ||
|
||
## 0.18.0-pre.4 | ||
|
||
### Minor Changes | ||
|
||
- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/alert-dialog", | ||
"version": "0.18.0-pre.3", | ||
"version": "0.18.0-pre.4", | ||
"description": "Accessible React Alert Dialog.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# @reach/alert | ||
|
||
## 0.18.0-pre.4 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/alert", | ||
"version": "0.18.0-pre.3", | ||
"version": "0.18.0-pre.4", | ||
"description": "Screen-reader-friendly alert messages.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# @reach/auto-id | ||
|
||
## 0.18.0-pre.4 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/auto-id", | ||
"version": "0.18.0-pre.3", | ||
"version": "0.18.0-pre.4", | ||
"description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# @reach/checkbox | ||
|
||
## 0.18.0-pre.4 | ||
|
||
### Minor Changes | ||
|
||
- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/checkbox", | ||
"version": "0.18.0-pre.3", | ||
"version": "0.18.0-pre.4", | ||
"description": "Accessible components to build custom, tri-state checkboxes in React.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
# @reach/combobox | ||
|
||
## 0.18.0-pre.4 | ||
|
||
### Minor Changes | ||
|
||
- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/combobox", | ||
"version": "0.18.0-pre.3", | ||
"version": "0.18.0-pre.4", | ||
"description": "Accessible React Combobox (Autocomplete).", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# @reach/descendants | ||
|
||
## 0.18.0-pre.4 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/descendants", | ||
"version": "0.18.0-pre.3", | ||
"version": "0.18.0-pre.4", | ||
"description": "A descendant index solution for better accessibility support in compound components", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
# @reach/dialog | ||
|
||
## 0.18.0-pre.4 | ||
|
||
### Minor Changes | ||
|
||
- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/dialog", | ||
"version": "0.18.0-pre.3", | ||
"version": "0.18.0-pre.4", | ||
"description": "Accessible React Modal Dialog.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
# @reach/disclosure | ||
|
||
## 0.18.0-pre.4 | ||
|
||
### Minor Changes | ||
|
||
- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/disclosure", | ||
"version": "0.18.0-pre.3", | ||
"version": "0.18.0-pre.4", | ||
"description": "Accessible React disclosure component", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
# @reach/dropdown | ||
|
||
## 0.18.0-pre.4 | ||
|
||
### Minor Changes | ||
|
||
- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/dropdown", | ||
"version": "0.18.0-pre.3", | ||
"version": "0.18.0-pre.4", | ||
"description": "React dropdown menu.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
# @reach/listbox | ||
|
||
## 0.18.0-pre.4 | ||
|
||
### Minor Changes | ||
|
||
- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/listbox", | ||
"version": "0.18.0-pre.3", | ||
"version": "0.18.0-pre.4", | ||
"description": "Accessible React listbox input.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# @reach/machine | ||
|
||
## 0.18.0-pre.4 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/machine", | ||
"version": "0.18.0-pre.3", | ||
"version": "0.18.0-pre.4", | ||
"description": "State machine utilities for the Reach UI library.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# @reach/menu-button | ||
|
||
## 0.18.0-pre.4 | ||
|
||
### Minor Changes | ||
|
||
- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/menu-button", | ||
"version": "0.18.0-pre.3", | ||
"version": "0.18.0-pre.4", | ||
"description": "Accessible React button dropdown menu.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
# @reach/polymorphic | ||
|
||
## 0.18.0-pre.4 | ||
|
||
### Minor Changes | ||
|
||
- All `Polymorphic` types that were previously exported from `@reach/utils` have been moved to a separate package `@reach/polymorphic`. As `@reach/utils` is an internal package, this [breaking] change should not affect you [if you listened to us and did not use the package directly]. ([`e0f6dab0`](https://github.com/reach/reach-ui/commit/e0f6dab0c018a95d921bbeef0433bcb3a23365ee)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/polymorphic", | ||
"version": "0.18.0-pre.3", | ||
"version": "0.18.0-pre.4", | ||
"description": "Internal utility types for polymorphism in Reach UI.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
Oops, something went wrong.