# @quilted/react-testing

## 0.6.12

### Patch Changes

- [`3fe12c7`](https://github.com/lemonmade/quilt/commit/3fe12c79055882debdbcacf44da90f99d82cfef1) Thanks [@lemonmade](https://github.com/lemonmade)! - Fixes for modern types

- [`96016f1`](https://github.com/lemonmade/quilt/commit/96016f1102276bdae3ef4ff0fae7656c9f118d59) Thanks [@lemonmade](https://github.com/lemonmade)! - Update Preact dependencies

- Updated dependencies [[`3fe12c7`](https://github.com/lemonmade/quilt/commit/3fe12c79055882debdbcacf44da90f99d82cfef1), [`96016f1`](https://github.com/lemonmade/quilt/commit/96016f1102276bdae3ef4ff0fae7656c9f118d59)]:
  - @quilted/preact-testing@0.1.8

## 0.6.11

### Patch Changes

- [`ca9f698`](https://github.com/lemonmade/quilt/commit/ca9f69861b322cfdcb2c22a28dc8fd903ddc854a) Thanks [@lemonmade](https://github.com/lemonmade)! - Output react-testing with React as the JSX import source

## 0.6.10

### Patch Changes

- [`0e01748`](https://github.com/lemonmade/quilt/commit/0e017486085aa1d45bb322c841ca213956ec983a) Thanks [@lemonmade](https://github.com/lemonmade)! - Return an extendable render function when customizing `options`

- Updated dependencies [[`0e01748`](https://github.com/lemonmade/quilt/commit/0e017486085aa1d45bb322c841ca213956ec983a)]:
  - @quilted/preact-testing@0.1.7

## 0.6.9

### Patch Changes

- [`2c7c614`](https://github.com/lemonmade/quilt/commit/2c7c61486018b4192ef8d1f85ccd27ed7889f118) Thanks [@lemonmade](https://github.com/lemonmade)! - Upgrade Preact

- Updated dependencies [[`2c7c614`](https://github.com/lemonmade/quilt/commit/2c7c61486018b4192ef8d1f85ccd27ed7889f118)]:
  - @quilted/preact-testing@0.1.5

## 0.6.8

### Patch Changes

- [`3e07e287`](https://github.com/lemonmade/quilt/commit/3e07e287a68f5ba1059564c44df5a0469ac02982) Thanks [@lemonmade](https://github.com/lemonmade)! - Add support for explicit resource management

- [`ccf29286`](https://github.com/lemonmade/quilt/commit/ccf2928633719c38b30cd3712fe132c6bd5fd2a0) Thanks [@lemonmade](https://github.com/lemonmade)! - Upgrade Preact and signal dependencies

## 0.6.7

### Patch Changes

- [`e3f70c7e`](https://github.com/lemonmade/quilt/commit/e3f70c7edbfee66d7071eafb3e64bcd2fa13ac7a) Thanks [@lemonmade](https://github.com/lemonmade)! - Add back CommonJS entry for react-testing package

## 0.6.6

### Patch Changes

- [`f4b568ea`](https://github.com/lemonmade/quilt/commit/f4b568ea97e5b1d2fb77223bf85548b4c979d035) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix type declarations for older TypeScript versions

## 0.6.5

### Patch Changes

- [`ebedbb8c`](https://github.com/lemonmade/quilt/commit/ebedbb8ce5a9a013084e7f5dcab243f4896b873c) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix react-dom adaptor

## 0.6.4

### Patch Changes

- [`13553078`](https://github.com/lemonmade/quilt/commit/13553078d09687b902ad63c9b140a8ce74941fda) Thanks [@lemonmade](https://github.com/lemonmade)! - Update Preact versions

## 0.6.3

### Patch Changes

- [`950021fa`](https://github.com/lemonmade/quilt/commit/950021fa127df22e6c6d3b2d5138b54c03591a28) Thanks [@lemonmade](https://github.com/lemonmade)! - Update Preact dependencies

## 0.6.2

### Patch Changes

- [`9a8dfe98`](https://github.com/lemonmade/quilt/commit/9a8dfe98cf859238005cbd13fcafc107e67d123d) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix react testing type exports

## 0.6.1

### Patch Changes

- [`4df2d665`](https://github.com/lemonmade/quilt/commit/4df2d665ae22201afa86e7a5f214f73f5428ea4e) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix React testing exports

## 0.6.0

### Minor Changes

- [#645](https://github.com/lemonmade/quilt/pull/645) [`302ed847`](https://github.com/lemonmade/quilt/commit/302ed8479f9c035ef39d48137de958dba50690ca) Thanks [@lemonmade](https://github.com/lemonmade)! - Removed CommonJS support

  The `require` export condition is no longer provided by any package. Quilt only supports ESModules, so if you need to use the CommonJS version, you will need to pre-process Quilt’s output code on your own.

## 0.5.32

### Patch Changes

- [#612](https://github.com/lemonmade/quilt/pull/612) [`bc849bc7`](https://github.com/lemonmade/quilt/commit/bc849bc740318936656162fde851b784ed6ef78f) Thanks [@lemonmade](https://github.com/lemonmade)! - Simplify app template APIs

## 0.5.31

### Patch Changes

- [`1a18edbb`](https://github.com/lemonmade/quilt/commit/1a18edbb8b69d5175ec9adf2d6c29e708f1cb8e4) Thanks [@lemonmade](https://github.com/lemonmade)! - Update Preact dependency

## 0.5.30

### Patch Changes

- [`968084d7`](https://github.com/lemonmade/quilt/commit/968084d73cf3fcb0bb884348a24d9f93ca90e9b3) Thanks [@lemonmade](https://github.com/lemonmade)! - Update Preact

## 0.5.29

### Patch Changes

- [`97812120`](https://github.com/lemonmade/quilt/commit/978121207c65a4450a8ca9e43d017c6425a315c3) Thanks [@lemonmade](https://github.com/lemonmade)! - Update Preact dependencies and fix some missing peer dependencies

## 0.5.28

### Patch Changes

- [#536](https://github.com/lemonmade/quilt/pull/536) [`cf6e2de1`](https://github.com/lemonmade/quilt/commit/cf6e2de186d8644fad9afcedda85c05002e909e1) Thanks [@lemonmade](https://github.com/lemonmade)! - Update to TypeScript 5.0

## 0.5.27

### Patch Changes

- [#525](https://github.com/lemonmade/quilt/pull/525) [`57d13aed`](https://github.com/lemonmade/quilt/commit/57d13aed3815adb36ae74993b068903a7efc680c) Thanks [@lemonmade](https://github.com/lemonmade)! - Upgrade Preact dependency

- [`ee45ad50`](https://github.com/lemonmade/quilt/commit/ee45ad508478da8e7df8383d1b2b8cb431bf80a0) Thanks [@lemonmade](https://github.com/lemonmade)! - Faster descendants API for react-testing

## 0.5.26

### Patch Changes

- [#518](https://github.com/lemonmade/quilt/pull/518) [`10574343`](https://github.com/lemonmade/quilt/commit/105743435ad7143acb50dfdee92f6d3422167888) Thanks [@lemonmade](https://github.com/lemonmade)! - Update testing functions from mount() => render()

## 0.5.25

### Patch Changes

- [`8f1d275b`](https://github.com/lemonmade/quilt/commit/8f1d275b6de0abbc6f61bcd5401555f6480eb474) Thanks [@lemonmade](https://github.com/lemonmade)! - Remove need for @babel/runtime peer dependency

## 0.5.24

### Patch Changes

- [#475](https://github.com/lemonmade/quilt/pull/475) [`de6bb615`](https://github.com/lemonmade/quilt/commit/de6bb615c1cdb763f9116e0649b21d6c46aaf9a4) Thanks [@lemonmade](https://github.com/lemonmade)! - Update to React 18

## 0.5.23

### Patch Changes

- [#474](https://github.com/lemonmade/quilt/pull/474) [`8890fad8`](https://github.com/lemonmade/quilt/commit/8890fad8d04efa95b362f4beaefcdbd51e65ba04) Thanks [@lemonmade](https://github.com/lemonmade)! - Looser React version restrictions

## 0.5.22

### Patch Changes

- [#466](https://github.com/lemonmade/quilt/pull/466) [`dd1a4532`](https://github.com/lemonmade/quilt/commit/dd1a45320c01e5be93cfc331567ac0e16bf745f4) Thanks [@lemonmade](https://github.com/lemonmade)! - Add signal to react-testing root nodes

## 0.5.21

### Patch Changes

- [#446](https://github.com/lemonmade/quilt/pull/446) [`9c634f73`](https://github.com/lemonmade/quilt/commit/9c634f733077370afa549114bb8b776785d6e190) Thanks [@lemonmade](https://github.com/lemonmade)! - Lazy initialize React testing elements

## 0.5.20

### Patch Changes

- [#429](https://github.com/lemonmade/quilt/pull/429) [`69a5d2a1`](https://github.com/lemonmade/quilt/commit/69a5d2a1f9c2fe8d93be3157eb33506b0b8f7df7) Thanks [@lemonmade](https://github.com/lemonmade)! - Update all development dependencies to their latest versions

## 0.5.19

### Patch Changes

- [`fe480d5d`](https://github.com/lemonmade/quilt/commit/fe480d5d6f27c11b9b402eef4fe9e76faf76b6a7) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix casing of preact props

## 0.5.18

### Patch Changes

- [`809f3bca`](https://github.com/lemonmade/quilt/commit/809f3bcaad614b80012b32777f5d64ca00a70f18) Thanks [@lemonmade](https://github.com/lemonmade)! - Export more testing environment types

## 0.5.17

### Patch Changes

- [`a12c3576`](https://github.com/lemonmade/quilt/commit/a12c357693b173461f51a35fb7efdd0a9267e471) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix more build issues

## 0.5.16

### Patch Changes

- [`0629288e`](https://github.com/lemonmade/quilt/commit/0629288ee4ba2e2ccfd73fbb216c3559e1a5c77e) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix missing package builds

## 0.5.15

### Patch Changes

- [#364](https://github.com/lemonmade/quilt/pull/364) [`4dc1808a`](https://github.com/lemonmade/quilt/commit/4dc1808a86d15e821b218b528617430cbd8b5b48) Thanks [@lemonmade](https://github.com/lemonmade)! - Update to simplified Quilt config

## 0.5.14

### Patch Changes

- [#359](https://github.com/lemonmade/quilt/pull/359) [`2eceac54`](https://github.com/lemonmade/quilt/commit/2eceac546fa3ee3e2c4d2887ab4a6a021acb52cd) Thanks [@lemonmade](https://github.com/lemonmade)! - Update TypeScript and ESLint to latest versions

## 0.5.13

### Patch Changes

- [`d9bedaf5`](https://github.com/lemonmade/quilt/commit/d9bedaf5fa212b37d3d3633a9495586df2d9e40c) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix missing React type exports

## 0.5.12

### Patch Changes

- [#331](https://github.com/lemonmade/quilt/pull/331) [`efc54f75`](https://github.com/lemonmade/quilt/commit/efc54f75cb29ec4143a8e52f577edff518014a6b) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix React types in stricter package managers

## 0.5.11

### Patch Changes

- [#251](https://github.com/lemonmade/quilt/pull/251) [`391f3261`](https://github.com/lemonmade/quilt/commit/391f3261179cc4f41a7aeeccdc25761bdabdb179) Thanks [@lemonmade](https://github.com/lemonmade)! - Update Preact dependencies

## 0.5.10

### Patch Changes

- [#223](https://github.com/lemonmade/quilt/pull/223) [`7041e6be`](https://github.com/lemonmade/quilt/commit/7041e6be1b602efd6348ff6b377f07cf57e43f3c) Thanks [@lemonmade](https://github.com/lemonmade)! - Simplified GraphQL file loading

## 0.5.9

### Patch Changes

- [`78fe1682`](https://github.com/lemonmade/quilt/commit/78fe1682e3f258ffca719c7eaaeeac05031dfa80) Thanks [@lemonmade](https://github.com/lemonmade)! - Simplify craft and sewing-kit

## 0.5.8

### Patch Changes

- [`65db3731`](https://github.com/lemonmade/quilt/commit/65db37312192507643bafa672a29d8e63cce823f) Thanks [@lemonmade](https://github.com/lemonmade)! - Force another version bump

- Updated dependencies [[`65db3731`](https://github.com/lemonmade/quilt/commit/65db37312192507643bafa672a29d8e63cce823f)]:
  - @quilted/sewing-kit@0.2.23
  - @quilted/sewing-kit-jest@0.1.15

## 0.5.7

### Patch Changes

- [`0735184`](https://github.com/lemonmade/quilt/commit/073518430d0fcabab7a2db9c76f8a69dac1fdea5) Thanks [@lemonmade](https://github.com/lemonmade)! - Publish new latest versions

- Updated dependencies [[`0735184`](https://github.com/lemonmade/quilt/commit/073518430d0fcabab7a2db9c76f8a69dac1fdea5)]:
  - @quilted/sewing-kit@0.2.22
  - @quilted/sewing-kit-jest@0.1.14

## 0.5.6

### Patch Changes

- [#203](https://github.com/lemonmade/quilt/pull/203) [`2a5063f`](https://github.com/lemonmade/quilt/commit/2a5063fe8e949eaa7829dd5685901b67a06c09c8) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix preact aliases in tests

* [#203](https://github.com/lemonmade/quilt/pull/203) [`2a5063f`](https://github.com/lemonmade/quilt/commit/2a5063fe8e949eaa7829dd5685901b67a06c09c8) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix test files being included in TypeScript output

* Updated dependencies [[`2a5063f`](https://github.com/lemonmade/quilt/commit/2a5063fe8e949eaa7829dd5685901b67a06c09c8)]:
  - @quilted/sewing-kit@0.2.20
  - @quilted/sewing-kit-jest@0.1.13

## 0.5.5

### Patch Changes

- [`937a890`](https://github.com/lemonmade/quilt/commit/937a89009924a7b1d9e2a102028efd97928396e3) Thanks [@lemonmade](https://github.com/lemonmade)! - Improve base TypeScript preset

- Updated dependencies [[`937a890`](https://github.com/lemonmade/quilt/commit/937a89009924a7b1d9e2a102028efd97928396e3)]:
  - @quilted/sewing-kit@0.2.19
  - @quilted/sewing-kit-jest@0.1.12

## 0.5.4

### Patch Changes

- [`4d3d0fa`](https://github.com/lemonmade/quilt/commit/4d3d0fadd1dc4eedd88198506d4f05f446180430) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix some type errors

## 0.5.3

### Patch Changes

- [#185](https://github.com/lemonmade/quilt/pull/185) [`3b9a758`](https://github.com/lemonmade/quilt/commit/3b9a758c5703aa63b93a736e33f88a3bfa393fb8) Thanks [@lemonmade](https://github.com/lemonmade)! - Improve package entry declarations

- Updated dependencies [[`3b9a758`](https://github.com/lemonmade/quilt/commit/3b9a758c5703aa63b93a736e33f88a3bfa393fb8)]:
  - @quilted/sewing-kit@0.2.18
  - @quilted/sewing-kit-jest@0.1.11

## 0.5.2

### Patch Changes

- [`917ea19`](https://github.com/lemonmade/quilt/commit/917ea19edbd8ad210675b11ef7f2ebe0c33e0b3e) Thanks [@lemonmade](https://github.com/lemonmade)! - Fixed dependencies to support stricter pnpm-based project

- Updated dependencies [[`917ea19`](https://github.com/lemonmade/quilt/commit/917ea19edbd8ad210675b11ef7f2ebe0c33e0b3e)]:
  - @quilted/sewing-kit@0.2.14
  - @quilted/sewing-kit-jest@0.1.9
