Detalhes do pacote

@formidable-webview/ersatz

🚀 Emulate and test WebView behaviors in node with jest and jsdom

react-native, react-native-webview, jsdom, emulator

readme (leia-me)

The Ubiquitous Project

semver codecov

A collection of libraries to support React Native WebView in diverse environments.

Public packages

Package Description Release Build Status
@formidable-webview/web WebView port to react-native-web npm CI
@formidable-webview/ersatz Emulate WebViews with jsdom npm CI
@formidable-webview/ersatz-testing Test WebViews with jest npm CI

Internal packages

Package Description Release Build Status
@formidable-webview/ersatz-core :anchor: Core API definitions npm CI
@formidable-webview/skeletton Shared rendering logic npm CI

changelog (log de mudanças)

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.