Detalhes do pacote

@formidable-webview/ersatz-core

⚓ Core API definitions for @formidable-webview/ersatz written in Typescript

@formidable-webview/ersatz

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.1 (2020-10-30)

Bug Fixes

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

2.1.0 (2020-10-29)

Features

  • ersatz-core: add onShouldStartLoadWithRequest to DOMBackendProps (31aed5c)
  • ersatz-core: add renderError to DOMBackendProps (0b25eae)
  • ersatz-core: add style prop to Backends (883ce32)
  • ersatz-core: geolocationEnabled, mediaPlaybackRequiresUserAction (5fe915a)
  • ersatz-core: parametrized DOMBackendProps + type simplification (6b644b4)

2.0.2 (2020-10-07)

Bug Fixes

  • Fix release-it compatibility with yarn berry workspaces

2.0.1 (2020-10-07)

2.0.0 (2020-10-07)

Code Refactoring

  • ersatz-core: restructure DOMBackendProps to prepare web impl (42d1177)

BREAKING CHANGES

  • ersatz-core: removed DOMBackendProps.url and .html in favor of .source

1.0.0 (2020-08-20)

Initial release.