Current section
43 Versions
Jump to
Current section
43 Versions
Compare versions
46
files changed
+963
additions
-1015
deletions
| @@ -1,5 +1,10 @@ | |
| 1 1 | # CHANGELOG |
| 2 2 | |
| 3 | + ## v0.2.5 (2020-05-22) |
| 4 | + |
| 5 | + * Allow cross-linking of info sections |
| 6 | + * Require latest LiveView |
| 7 | + |
| 3 8 | ## v0.2.4 (2020-05-22) |
| 4 9 | |
| 5 10 | * Do not crash on duplicate disks |
| @@ -3,33 +3,38 @@ | |
| 3 3 | {<<"description">>,<<"Real-time performance dashboard for Phoenix">>}. |
| 4 4 | {<<"elixir">>,<<"~> 1.7">>}. |
| 5 5 | {<<"files">>, |
| 6 | - [<<"lib">>,<<"lib/phoenix">>,<<"lib/phoenix/live_dashboard">>, |
| 6 | + [<<"lib">>,<<"lib/.DS_Store">>,<<"lib/phoenix">>,<<"lib/phoenix/.DS_Store">>, |
| 7 | + <<"lib/phoenix/live_dashboard">>, |
| 7 8 | <<"lib/phoenix/live_dashboard/layout_view.ex">>, |
| 9 | + <<"lib/phoenix/live_dashboard/.DS_Store">>, |
| 8 10 | <<"lib/phoenix/live_dashboard/system_info.ex">>, |
| 9 11 | <<"lib/phoenix/live_dashboard/logger_pubsub_backend.ex">>, |
| 10 12 | <<"lib/phoenix/live_dashboard/web.ex">>, |
| 11 13 | <<"lib/phoenix/live_dashboard/request_logger.ex">>, |
| 12 14 | <<"lib/phoenix/live_dashboard/router.ex">>, |
| 15 | + <<"lib/phoenix/live_dashboard/info">>, |
| 16 | + <<"lib/phoenix/live_dashboard/info/process_info_component.ex">>, |
| 17 | + <<"lib/phoenix/live_dashboard/info/socket_info_component.ex">>, |
| 18 | + <<"lib/phoenix/live_dashboard/info/port_info_component.ex">>, |
| 19 | + <<"lib/phoenix/live_dashboard/info/ets_info_component.ex">>, |
| 20 | + <<"lib/phoenix/live_dashboard/components">>, |
| 21 | + <<"lib/phoenix/live_dashboard/components/modal_component.ex">>, |
| 22 | + <<"lib/phoenix/live_dashboard/components/title_bar_component.ex">>, |
| 23 | + <<"lib/phoenix/live_dashboard/components/color_bar_component.ex">>, |
| 24 | + <<"lib/phoenix/live_dashboard/components/card_usage_component.ex">>, |
| 25 | + <<"lib/phoenix/live_dashboard/components/color_bar_legend_component.ex">>, |
| 26 | + <<"lib/phoenix/live_dashboard/components/chart_component.ex">>, |
| 13 27 | <<"lib/phoenix/live_dashboard/live">>, |
| 14 28 | <<"lib/phoenix/live_dashboard/live/menu_live.ex">>, |
| 15 | - <<"lib/phoenix/live_dashboard/live/modal_component.ex">>, |
| 16 29 | <<"lib/phoenix/live_dashboard/live/home_live.ex">>, |
| 17 30 | <<"lib/phoenix/live_dashboard/live/os_mon_live.ex">>, |
| 18 31 | <<"lib/phoenix/live_dashboard/live/sockets_live.ex">>, |
| 32 | + <<"lib/phoenix/live_dashboard/live/.DS_Store">>, |
| 19 33 | <<"lib/phoenix/live_dashboard/live/ports_live.ex">>, |
| 20 | - <<"lib/phoenix/live_dashboard/live/bar_component.ex">>, |
| 21 34 | <<"lib/phoenix/live_dashboard/live/applications_live.ex">>, |
| 22 | - <<"lib/phoenix/live_dashboard/live/process_info_component.ex">>, |
| 23 | - <<"lib/phoenix/live_dashboard/live/socket_info_component.ex">>, |
| 24 | - <<"lib/phoenix/live_dashboard/live/color_bar_component.ex">>, |
| 25 35 | <<"lib/phoenix/live_dashboard/live/ets_live.ex">>, |
| 26 | - <<"lib/phoenix/live_dashboard/live/port_info_component.ex">>, |
| 27 36 | <<"lib/phoenix/live_dashboard/live/processes_live.ex">>, |
| 28 37 | <<"lib/phoenix/live_dashboard/live/request_logger_live.ex">>, |
| 29 | - <<"lib/phoenix/live_dashboard/live/system_limit_component.ex">>, |
| 30 | - <<"lib/phoenix/live_dashboard/live/color_bar_legend_component.ex">>, |
| 31 | - <<"lib/phoenix/live_dashboard/live/ets_info_component.ex">>, |
| 32 | - <<"lib/phoenix/live_dashboard/live/chart_component.ex">>, |
| 33 38 | <<"lib/phoenix/live_dashboard/live/metrics_live.ex">>, |
| 34 39 | <<"lib/phoenix/live_dashboard/templates">>, |
| 35 40 | <<"lib/phoenix/live_dashboard/templates/layout">>, |
| @@ -40,7 +45,6 @@ | |
| 40 45 | <<"lib/phoenix/live_dashboard/helpers">>, |
| 41 46 | <<"lib/phoenix/live_dashboard/helpers/table_helpers.ex">>, |
| 42 47 | <<"lib/phoenix/live_dashboard/helpers/live_helpers.ex">>, |
| 43 | - <<"lib/phoenix/live_dashboard/helpers/view_helpers.ex">>, |
| 44 48 | <<"lib/phoenix/live_dashboard.ex">>,<<"priv">>,<<"priv/static">>, |
| 45 49 | <<"priv/static/css">>,<<"priv/static/css/app.css">>,<<"priv/static/js">>, |
| 46 50 | <<"priv/static/js/app.js.LICENSE.txt">>,<<"priv/static/js/app.js">>, |
| @@ -55,7 +59,7 @@ | |
| 55 59 | {<<"name">>,<<"phoenix_live_view">>}, |
| 56 60 | {<<"optional">>,false}, |
| 57 61 | {<<"repository">>,<<"hexpm">>}, |
| 58 | - {<<"requirement">>,<<"~> 0.12.0 or ~> 0.13.0">>}], |
| 62 | + {<<"requirement">>,<<"~> 0.13.1">>}], |
| 59 63 | [{<<"app">>,<<"telemetry_metrics">>}, |
| 60 64 | {<<"name">>,<<"telemetry_metrics">>}, |
| 61 65 | {<<"optional">>,false}, |
| @@ -66,4 +70,4 @@ | |
| 66 70 | {<<"optional">>,false}, |
| 67 71 | {<<"repository">>,<<"hexpm">>}, |
| 68 72 | {<<"requirement">>,<<"~> 2.14.1 or ~> 2.15">>}]]}. |
| 69 | - {<<"version">>,<<"0.2.4">>}. |
| 73 | + {<<"version">>,<<"0.2.5">>}. |
Loading more files…