Skip to content

Releases: formidable-webview/webshell

Release 2.6.0

01 Sep 18:52
64190b3
Compare
Choose a tag to compare

2.6.0 (2021-09-01)

Bug Fixes

  • onMessage nativeEvent field (d89f11c), closes #15

Features

  • support custom data- attributes in HandleLinkPressFeature (0a2c3e0)

Release 2.5.0

25 Mar 15:02
Compare
Choose a tag to compare

2.5.0 (2021-03-25)

Features

  • better useAutoheight debugging experience regarding incompatible WebView props (29d251a)

Release 2.4.0

19 Feb 23:15
Compare
Choose a tag to compare

2.4.0 (2021-02-19)

Bug Fixes

  • only warn only when forceImplementation isn't set to polling (949fffb)
  • set WebView contentMode prop to "mobile" (3f57d62), see #5

Features

  • new InjectStyleFeature feature to inject style elements (23138b8)
  • new listenToWindowResizeEvent option for html dimensions feature (5e7cba7)

Release 2.3.0

06 Feb 22:41
Compare
Choose a tag to compare

2.3.0 (2021-02-06)

Bug Fixes

  • unecessary re-renders caused by misusage of hooks deps (9b1d579), closes #5

Features

  • add anchor attributes to payload in HandleLinkPressFeature (e2ff35e), closes #8

Release 2.2.0

04 Dec 20:56
Compare
Choose a tag to compare

2.2.0 (2020-12-04)

Features

  • new options for ForceResponsiveViewportFeature (6141e8a)

Release 2.1.1

04 Dec 19:38
Compare
Choose a tag to compare

2.1.1 (2020-12-04)

Release 2.1.0

04 Dec 18:20
Compare
Choose a tag to compare

2.1.0 (2020-12-04)

Features

  • new useWebshell hook, which extracts the logic of makeWebshell HOC (1325968)

Release 2.0.2

25 Nov 10:23
Compare
Choose a tag to compare

2.0.2 (2020-11-25)

Bug Fixes

  • crash on iOS 9 (attempting to change configurable...) (177e96b), closes #3

Release 2.0.1

09 Oct 18:15
Compare
Choose a tag to compare

2.0.1 (2020-10-09)

Release 2.0.0

08 Oct 12:37
Compare
Choose a tag to compare

2.0.0 (2020-10-08)

This is a major release with a good amount of breaking changes, but also many exciting new features. We commit to having much less breaking releases in the future. We also have a brand new website.

Code Refactoring

  • features are now classes and must be built with FeatureBuilder (d028853)
  • makeWebshell now takes feature instances (ed28385)

Features

  • support sending messages from shell to Web (a76d3b4)
  • support for multiple handlers in a single feature (9313f07)
  • new methods for WebjsContext interface (bfdc409)
  • new webshellStrictMode prop to raise errors on inconsistencies (81273be)
  • new useAutoheight hook (dc9842d)
  • new Web feature ForceElementSizeFeature (f715b5f)
  • new Web feature ForceResponsiveViewportFeature (25ed358)
  • new Web feature HandleElementCSSBoxFeature (873d646)
  • new Web feature HandleHashChangeFeature (9b7c47a)
  • new Web feature HandleHTMLDimensionsFeature (7a158d9)
  • new Web feature HandleLinkPressFeature (6da2358)
  • new Web HandleVisualViewportFeature (0577cbf)