Skip to content

Releases: alerta/alerta-webui

Release v8.7.1

11 Apr 11:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.7.0...v8.7.1

Release v8.7.0

06 Dec 08:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.6.2...v8.7.0

Release v8.6.2

05 Dec 23:19
Compare
Choose a tag to compare

What's Changed

  • fix: Make text color white if severity color is black by @satterly in #506
  • Editing blackouts empty strings should be nulls by @satterly in #507
  • Add warning icon if blackout whole environments or all from origin by @satterly in #508

Full Changelog: v8.6.1...v8.6.2

Release v8.6.1

25 Nov 11:06
Compare
Choose a tag to compare

What's Changed

  • Do not reset stored user preferences on logout by @satterly in #504

Full Changelog: v8.6.0...v8.6.1

Release v8.6.0

22 Nov 08:06
Compare
Choose a tag to compare

What's Changed

  • feat: allow readonly view without logging in by @satterly in #468
  • fix: alert summary adjustable column widths for value and text by @satterly in #469
  • fix: fab button visibility and spacing by @satterly in #470
  • feat: add preferences for blackout period start time and duration by @satterly in #471
  • fix: note dismiss should hide note icon in alert list by @satterly in #473
  • Turkish translation added (untested) by @xpufx in #482
  • Wire up turkish locale option by @satterly in #484
  • Update workflows and lint/format configs by @satterly in #489
  • build(deps): bump axios from 0.21.1 to 0.21.2 by @dependabot in #490
  • build(deps): bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #491
  • build(deps): bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #492
  • Update npm packages for Nov 2021 by @satterly in #488

New Contributors

Full Changelog: v8.5.0...v8.6.0

v8.5.0

18 Apr 20:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.4.1...v8.5.0

Release v8.4.1

27 Feb 21:56
Compare
Choose a tag to compare

What's Changed

  • Create .dockerignore by @RylandCai in #440
  • fix: support display density setting for all users by @satterly in #442
  • feat: server-side pagination and sort for all lists by @satterly in #443
  • fix: add missing "delete:alerts" scope to drop-down selection by @satterly in #444
  • Revert "feat: server-side pagination and sort for all lists" by @satterly in #456

New Contributors

  • @RylandCai made their first contribution in #440

Full Changelog: v8.4.0...v8.4.1

Release v8.4.0

05 Jan 21:47
Compare
Choose a tag to compare

v8.4.0 (2021-01-05)

Fix

  • cancel timer and refresh alerts when env tab changes (#439)
  • axios method type no longer string (#437)

Refactor

  • alert detail navigation was confusing (#438)

Perf

  • only keep alive 1 environment tab (#433)
  • lazy load alert details and indicators components, again (#432)
  • lazy load alert details and indicators components (#431)
  • conditionally render environment tab contents (#430)

v8.3.3

02 Jan 22:57
Compare
Choose a tag to compare

v8.3.3 (2021-01-05)

Fix

  • use better link color for dark mode (#422)

Feat

  • add icon in alert summary if note added to alert (#428)
  • blackout service drop-down and new values (#425)

v8.3.2

13 Dec 15:18
Compare
Choose a tag to compare

8.3.2 (2020-12-13)

Fix

  • add helpful error message if susupected CORS issue (#420)