UNPKG

1.02 kBMarkdownView Raw
1# `@reach/auto-id`
2
3## 0.18.0
4
5### BREAKING Changes
6
7- All default exports have been removed. Replace all default imports with the appropriate documented named export.
8- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`.
9
10### Minor Changes
11
12- 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.
13
14 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.
15
16### Patch Changes
17
18- Fix buggy fallback implementation for React 18 ([`f50908c6`](https://github.com/reach/reach-ui/commit/f50908c6203b44032b601307cb5e7b9aece8f4c6))
19- Updated dependencies:
20 - `@reach/utils@0.18.0`