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