Skip to content

Latest commit

 

History

History
74 lines (35 loc) · 3.51 KB

CHANGELOG.md

File metadata and controls

74 lines (35 loc) · 3.51 KB

2.1.3 (2022-01-27)

Bug Fixes

  • lock node-fetch to v3.0.0-beta.9 (05bb253), closes #6 #5

2.1.2 (2020-11-25)

2.1.1 (2020-10-30)

Bug Fixes

  • update github references from ersatz to ubiquitous (1245ce4), closes #3

2.1.0 (2020-10-29)

Features

  • skeletton: pass all remaining props to backend (7909391)

2.0.3 (2020-10-27)

Bug Fixes

  • ersatz: use yarn compatible "prepack" hook instead of "prepare" (5ef911b), closes #2

2.0.2 (2020-10-27)

Bug Fixes

  • ersatz: upgrade jsdom dependency to 16.4.0 (209aaed), closes #1

2.0.1 (2020-10-07)

Bug Fixes

  • Patch release-it to support yarn workspaces

2.0.0 (2020-10-07)

Code Refactoring

  • ersatz: use @formidable-webview/skeletton extracted logic (0d91dfc)

BREAKING CHANGES

  • ersatz: The type of the default exported component has the same props, but it is not a class anymore. Instead, exotic forwarded ref component. That shouldn't change anything for a vast majority of users. If you are using @formidable-webview/ersatz-testing though, you will need to upgrade that one too.

1.0.2 (2020-10-05)

  • chore: release @formidable-webview/ersatz@ (16ea40f)

1.0.1 (2020-10-01)

Bug Fixes

  • allow injectJavaScript invocation as soon as the DOM object ready (f41efa2)

1.0.0 (2020-08-20)

Initial version.