Cargograph v0.2.0 bug fix release

Just published a bug fix update for Cartograph to v0.2.0

This update fixes some parsing bugs in the e2e patch and navigate event handling.

The cartograph_patch/1 and cartograph_navigate/2 functions were also updated to only passthrough the :loading and :page_loading options to Phoenix.LiveView.JS.push/2. The documentation previously stated that these functions pass all options other than the :value option to JS.push/2, but this was bugged and no options were passed on. The bug is fixed in this release, and the documentation updated to indicate that only the specific options that make sense for cartograph events are passed on. This is technically a breaking change against the documented behavior since the :target option will no longer be passed on, so this release bumps the version to 0.2.0 instead of 0.1.1.