Skip to content

Latest commit

 

History

History
76 lines (41 loc) · 942 Bytes

CHANGELOG.md

File metadata and controls

76 lines (41 loc) · 942 Bytes

0.3.1

  • Add onLinkPressed custom event.

0.2.1

  • Add clear cache option;
  • Add CrispView example code to README.

0.2.0

  • Fix text field size problem on iOS.

0.1.9

  • Remove legacy appBar and loading widgets and add external appBar on example;
  • Add AndroidCacheMode.LOAD_CACHE_ELSE_NETWORK option for performance improvement.

0.1.8

  • Add setSegments (Thanks @maavimartinez);

0.1.7

  • Fix iOS;

0.1.6

  • Removes website id;

0.1.5

  • Make it a package;
  • Provide dartdoc;

0.1.4

  • Migrate to null safety.

0.1.3

  • Fix upload file.

0.1.2

  • Improve main class scope.

0.1.1

  • Improve code organization;
  • Add locale option.

0.1.0

  • Fix webview evaluate Javascript;
  • Create docs.

0.0.5

  • Evaluate javascript after webview is loaded.

0.0.4

  • Fix javascript evaluation.

0.0.3

  • Improve description.

0.0.2

  • Handle null fields.

0.0.1

  • Initial release.