Skip to content

Latest commit

 

History

History
91 lines (47 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

91 lines (47 loc) · 2.79 KB

Unreleased

Breaking Changes

6.11.0 (2023-03-01)

6.10.0 (2023-02-15)

6.9.0 (2023-02-01)

6.8.0 (2023-01-11)

6.7.0 (2023-01-02)

6.6.0 (2022-12-14)

6.5.0 (2022-11-16)

6.4.0 (2022-11-02)

6.3.0 (2022-10-19)

6.2.0 (2022-10-05)

6.1.0 (2022-09-21)

6.0.0 (2022-08-24)

Breaking Change

  • Increase the minimum Node.js version to 14 (#43141).

5.1.0 (2022-05-18)

Enhancements

  • Added TypeScript definitions for package consumers (#40957).

5.0.0 (2022-01-27)

Breaking Changes

  • The peer jest dependency has been updated from requiring >=26 to requiring >=27 (see Breaking Changes, #33287).

4.0.0 (2021-01-21)

Breaking Changes

  • Increase the minimum Node.js version to 12 (#27934).
  • The peer jest dependency has been updated from requiring >=24 to requiring >=26 (see Breaking Changes, #27956).

3.0.0 (2019-03-06)

Breaking Changes

  • Increased the recommended Jest dependency to version 24 (#13922.

2.0.7 (2018-11-20)

2.0.5 (2018-09-30)

Bug Fixes

  • Captures and protects against unexpected console logging occurring during lifecycle.

2.0.0 (2018-07-12)

Breaking Changes

  • Add new API methods toHaveInformed, toHaveInformedWith, toHaveLogged and toHaveLoggedWith (#137). If the code under test calls console.log or console.info it will fail, unless one of the newly introduced methods is explicitly used to verify it.
  • Updated code to work with Babel 7 (#7832)

Internal

  • Moved @WordPress/packages repository to @WordPress/gutenberg (#7805)

1.0.7 (2018-05-18)

Polish

  • Fix: Standardized package.json format (#119)

1.0.6 (2018-02-28)

Polish

  • Removed package-lock.json file, lockfiles for apps, not packages (#88)