Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 739 Bytes

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 739 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.1.0] - 2023-02-01

  • Widened React peer dependency range to include ^17
  • Changed license to MIT

[1.0.0] - 2023-01-15

  • First production release
  • No changes since 0.0.2

[0.0.2] - 2023-01-13

  • Fixed React console logging errors and warnings for properties it doesn't recognize as default HTML attributes

[0.0.1] - 2023-01-06

  • Fixed ReturnType causing typescript compiile issues with createMockComponent

[0.0.0] - 2022-12-31

  • Initial release