@reach/listbox
Advanced tools
Comparing version 0.18.0-pre.5 to 0.18.0
@@ -1,78 +0,18 @@ | ||
# @reach/listbox | ||
# `@reach/listbox` | ||
## 0.18.0-pre.5 | ||
## 0.18.0 | ||
### Patch Changes | ||
### BREAKING Changes | ||
- Updated dependencies: | ||
- `@reach/auto-id@0.18.0-pre.5` | ||
- `@reach/descendants@0.18.0-pre.5` | ||
- `@reach/machine@0.18.0-pre.5` | ||
- `@reach/polymorphic@0.18.0-pre.5` | ||
- `@reach/popover@0.18.0-pre.5` | ||
- `@reach/utils@0.18.0-pre.5` | ||
- All default exports have been removed. Replace all default imports with the appropriate documented named export. | ||
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. | ||
## 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)) | ||
- We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed. | ||
### Patch Changes | ||
- Updated dependencies: | ||
- `@reach/utils@0.18.0-pre.4` | ||
- `@reach/polymorphic@0.18.0-pre.4` | ||
- `@reach/popover@0.18.0-pre.4` | ||
- `@reach/auto-id@0.18.0-pre.4` | ||
- `@reach/descendants@0.18.0-pre.4` | ||
- `@reach/machine@0.18.0-pre.4` | ||
## 0.18.0-pre.3 | ||
### Patch Changes | ||
- Updated dependencies: | ||
- `@reach/auto-id@0.18.0-pre.3` | ||
- `@reach/descendants@0.18.0-pre.3` | ||
- `@reach/machine@0.18.0-pre.3` | ||
- `@reach/popover@0.18.0-pre.3` | ||
- `@reach/utils@0.18.0-pre.3` | ||
## 0.18.0-pre.2 | ||
### Patch Changes | ||
- Updated dependencies: | ||
- `@reach/auto-id@0.18.0-pre.2` | ||
- `@reach/descendants@0.18.0-pre.2` | ||
- `@reach/machine@0.18.0-pre.2` | ||
- `@reach/popover@0.18.0-pre.2` | ||
- `@reach/utils@0.18.0-pre.2` | ||
## 0.18.0-pre.1 | ||
### Minor Changes | ||
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e)) | ||
### Patch Changes | ||
- Updated dependencies: | ||
- `@reach/auto-id@0.18.0-pre.1` | ||
- `@reach/descendants@0.18.0-pre.1` | ||
- `@reach/machine@0.18.0-pre.1` | ||
- `@reach/popover@0.18.0-pre.1` | ||
- `@reach/utils@0.18.0-pre.1` | ||
## 0.18.0-pre.0 | ||
### Minor Changes | ||
- We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed. ([`c2a1794b`](https://github.com/reach/reach-ui/commit/c2a1794b6818822080f428a1cbe2cec2b4a0a218)) | ||
This may affect you if you use `patch-package` to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly. | ||
- Uncontrolled input fields inside of a form will now be reset to their default values or cleared on `form.reset` ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e)) | ||
- All default exports have been removed. Replace all default imports with the appropriate documented named export. ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e)) | ||
- 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. | ||
- Uncontrolled input fields inside of a form will now be reset to their default values or cleared on `form.reset` | ||
@@ -82,6 +22,7 @@ ### Patch Changes | ||
- Updated dependencies: | ||
- `@reach/popover@0.18.0-pre.0` | ||
- `@reach/auto-id@0.18.0-pre.0` | ||
- `@reach/descendants@0.18.0-pre.0` | ||
- `@reach/machine@0.18.0-pre.0` | ||
- `@reach/utils@0.18.0-pre.0` | ||
- `@reach/popover@0.18.0` | ||
- `@reach/auto-id@0.18.0` | ||
- `@reach/descendants@0.18.0` | ||
- `@reach/machine@0.18.0` | ||
- `@reach/utils@0.18.0` | ||
- `@reach/polymorphic@0.18.0` |
"use strict"; | ||
/** | ||
* @reach/listbox v0.18.0-pre.5 | ||
* @reach/listbox v0.18.0 | ||
* | ||
@@ -5,0 +5,0 @@ * Copyright (c) 2018-2022, React Training LLC |
/** | ||
* @reach/listbox v0.18.0-pre.5 | ||
* @reach/listbox v0.18.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) 2018-2022, React Training LLC |
{ | ||
"name": "@reach/listbox", | ||
"version": "0.18.0-pre.5", | ||
"version": "0.18.0", | ||
"description": "Accessible React listbox input.", | ||
@@ -16,8 +16,8 @@ "author": "React Training <hello@reacttraining.com>", | ||
"dependencies": { | ||
"@reach/auto-id": "0.18.0-pre.5", | ||
"@reach/descendants": "0.18.0-pre.5", | ||
"@reach/machine": "0.18.0-pre.5", | ||
"@reach/polymorphic": "0.18.0-pre.5", | ||
"@reach/popover": "0.18.0-pre.5", | ||
"@reach/utils": "0.18.0-pre.5", | ||
"@reach/auto-id": "0.18.0", | ||
"@reach/descendants": "0.18.0", | ||
"@reach/machine": "0.18.0", | ||
"@reach/polymorphic": "0.18.0", | ||
"@reach/popover": "0.18.0", | ||
"@reach/utils": "0.18.0", | ||
"tiny-invariant": "^1.2.0" | ||
@@ -24,0 +24,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
233509
+ Added@reach/auto-id@0.18.0(transitive)
+ Added@reach/descendants@0.18.0(transitive)
+ Added@reach/machine@0.18.0(transitive)
+ Added@reach/polymorphic@0.18.0(transitive)
+ Added@reach/popover@0.18.0(transitive)
+ Added@reach/portal@0.18.0(transitive)
+ Added@reach/rect@0.18.0(transitive)
+ Added@reach/utils@0.18.0(transitive)
- Removed@reach/auto-id@0.18.0-pre.5(transitive)
- Removed@reach/descendants@0.18.0-pre.5(transitive)
- Removed@reach/machine@0.18.0-pre.5(transitive)
- Removed@reach/polymorphic@0.18.0-pre.5(transitive)
- Removed@reach/popover@0.18.0-pre.5(transitive)
- Removed@reach/portal@0.18.0-pre.5(transitive)
- Removed@reach/rect@0.18.0-pre.5(transitive)
- Removed@reach/utils@0.18.0-pre.5(transitive)
Updated@reach/auto-id@0.18.0
Updated@reach/descendants@0.18.0
Updated@reach/machine@0.18.0
Updated@reach/polymorphic@0.18.0
Updated@reach/popover@0.18.0
Updated@reach/utils@0.18.0