v0.6.0
What's Changed
Features
- Create API for sending user-triggered events to LiveView process by @kraleppa in #879
- Add highlighting active LiveViews by @hhubert6 in #878
- Add form for sending user messages to node by @kraleppa in #881
- Add option to set default values of setting via config by @kraleppa in #903
- Displaying temporary assigns by @hhubert6 in #892
- Add tab icon by @srzeszut in #910
- Add update checks by @kraleppa in #895
- Add helpers to send event form by @kraleppa in #906
Bug fixes
- Fix function name in async loading by @kraleppa in #877
- Modals should be closed on click away by @hhubert6 in #897
- Fix navigation menu in old LiveView versions by @kraleppa in #899
- Fix LiveView first render issue by @hhubert6 in #900
Enhancements
- Stabilize LiveDebugger behavior on recompilation by @kraleppa in #873
- Better display of timestamp in callback traces by @srzeszut in #872
- Remove
tracing_setup_delayby @hhubert6 in #882 - Sort children in TermNode by @hhubert6 in #896
- Better tracer restart by @hhubert6 in #907
- Make it easier to sift through assigns by @hhubert6 in #911
- Add better handling of callbacks exceptions by @srzeszut in #884
- Improve streams UI by @srzeszut in #908
- Add survey links by @hhubert6 in #915
Other
- Docs: update landing page after v0.5.0 release by @p-malecki in #871
- Docs: update README and docs with v0.5.0 by @kraleppa in #875
- Docs: update lading page (banner) by @p-malecki in #883
- Docs: add browser extensions links to landing page by @p-malecki in #893
- Docs: change gtm container id on landing by @p-malecki in #913
- Chore: changed version to v0.6.0 in
mix.exsby @kraleppa in #876 - Chore: enable update checks by @kraleppa in #917
- Chore: Change update checks url by @kraleppa in #918
- Tests: fix flaky tests associated with
select_live_viewby @kraleppa in #898 - Tests: fix flaky tests associated with wrong number of traces by @kraleppa in #905
- Tests: Fix flaky tests associated with exception tracing by @kraleppa in #920
Full Changelog: v0.5.0...v0.6.0