Skip to content

v1.0.5

Choose a tag to compare

@priyank-p priyank-p released this 24 Mar 15:43
· 137 commits to master since this release
v1.0.5
40e506e

Highlights

  • feedback-submitted event is now dispatched when feedback reporter is successful. This will useful to know when to show/hide the element if you need to.
  • The postRequestReporter now throws an error so we know it failed, and because of, we don't emit the feedback-submitted event.
  • A new function is now added, safeHideLoader which will only hide the loader if it needs to be hidden, if you already did not know calling hideLoader to many time can cause lots of animation to trigger once. (Well you broke it by calling hideLoader to many times, not us!)
  • Docs have been updated happy exploring.

commits changelogs

  • 42cb149 send-feedback: add support for feedback-submitted event
  • 10bc3ee readme: add section for changelog in releases
  • acc7354 example-app: console.log stuff out of reporter
  • fb67363 example-fix: remove
    's and use css
  • c4a9073 postRequestReporter: allow the err to be thrown
  • b424596 send-feedback: more logs property and safeHideLoader property
  • d19222d docs: update methods.md with new methods and tweaks
  • 8e22e4e docs: fix broken links in methods.md
  • 3671aa0 docs: fix broken link of loaderSuccessText
  • 0dab261 docs: document events in index.md